blob: 6a321049a583f453658bcc802ee3e2d4f8e87090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
"+components/services/app_service/public",
"+device/bluetooth",
"+extensions/strings/grit/extensions_strings.h",
# Generated files
"+js2webui/chrome/test/data",
# Other libraries.
"+third_party/angle", # For ANGLE version.
"+third_party/brotli", # For compressed resources.
"+third_party/zlib/zlib.h", # For compression level constants.
]
specific_include_rules = {
"chrome_webui_navigation_browsertest.cc": [
"+content/browser/frame_host/render_frame_host_impl.h",
"+content/common/frame.mojom.h",
],
}
|