Resolves brave/brave-browser#52043 Update each account-based keyring to accept a unary predicate that can be used to match public account keys against the OFAC sanctions list.
35 lines
1.3 KiB
Python
35 lines
1.3 KiB
Python
specific_include_rules = {
|
|
# browser tests should not be in renderer
|
|
"digital_goods_api_browsertest\.cc": [
|
|
"!brave/components/constants/brave_paths.h",
|
|
"!chrome/browser/ui/browser.h",
|
|
"!chrome/browser/ui/tabs/tab_strip_model.h",
|
|
"!content/public/browser/render_frame_host.h",
|
|
"!content/public/browser/web_contents.h",
|
|
],
|
|
"file_system_access_browsertest\.cc": [
|
|
"!brave/components/constants/brave_paths.h",
|
|
"!chrome/browser/ui/browser.h",
|
|
"!chrome/browser/ui/tabs/tab_strip_model.h",
|
|
"!content/public/browser/render_frame_host.h",
|
|
"!content/public/browser/web_contents.h",
|
|
],
|
|
"navigator_connection_attribute_browsertest\.cc": [
|
|
"!brave/components/constants/brave_paths.h",
|
|
"!chrome/browser/ui/browser.h",
|
|
"!chrome/browser/ui/tabs/tab_strip_model.h",
|
|
"!content/public/browser/render_frame_host.h",
|
|
"!content/public/browser/web_contents.h",
|
|
],
|
|
"subresource_web_bundles_browsertest\.cc": [
|
|
"!chrome/browser/ui/browser.h",
|
|
"!chrome/browser/ui/tabs/tab_strip_model.h",
|
|
"!components/web_package/web_bundle_builder.h",
|
|
"!content/public/browser/render_frame_host.h",
|
|
"!content/public/browser/web_contents.h",
|
|
],
|
|
"font_browsertest\.cc": [
|
|
"!brave/components/constants/brave_paths.h",
|
|
],
|
|
}
|