Files
brave-core/common/DEPS
T
Claudio DeSouza c010f990ae Correcting inclusion of IDR_FLAGS_UI_FLAGS_JS
Chromium change:
https://chromium.googlesource.com/chromium/src/+/ee599e6a34cc02025dc406db0960df51a7bffa36

commit ee599e6a34cc02025dc406db0960df51a7bffa36
Author: dpapad <dpapad@chromium.org>
Date:   Tue May 30 20:15:04 2023 +0000

    Auto-generate grd file for chrome://flags

    This is necessary to enable other improvements, like migrating to
    build_webui() and possibly to web components and off of jstemplate later
    on.

    Bug: 1132403,1376313
2023-07-26 16:50:01 -04:00

14 lines
391 B
Python

include_rules = [
"+chrome/common",
"+chrome/test",
"+content/public/common",
"+content/public/test",
"+components/gcm_driver/gcm_buildflags.h",
"+components/grit/brave_components_resources.h",
"+components/grit/flags_ui_resources.h",
"+components/version_info",
"+extensions/buildflags",
"+extensions/common/url_pattern.h",
"+third_party/widevine/cdm/buildflags.h",
]