OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-components/devtools_bridge", | 2 "-components/devtools_bridge", |
3 "+cc/layers/layer.h", | 3 "+cc/layers/layer.h", |
4 "+cc/output/context_provider.h", | 4 "+cc/output/context_provider.h", |
5 "+components/doodle", | 5 "+components/doodle", |
6 "+components/ntp_snippets", | 6 "+components/ntp_snippets", |
7 "+components/spellcheck/browser", | 7 "+components/spellcheck/browser", |
8 "+components/sync/android", | 8 "+components/sync/android", |
9 "+components/sync/test/fake_server/android", | 9 "+components/sync/test/fake_server/android", |
10 "+components/toolbar", | 10 "+components/toolbar", |
11 "+components/web_contents_delegate_android", | 11 "+components/web_contents_delegate_android", |
12 "+device/vr/features/features.h", | 12 "+device/vr/features/features.h", |
13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", | 13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", |
14 "+sandbox/sandbox_features.h", | 14 "+sandbox/sandbox_features.h", |
15 "+third_party/gvr-android-sdk", | 15 "+third_party/gvr-android-sdk", |
| 16 "+third_party/WebKit/public/platform/media_in_product_help.mojom.h", |
16 ] | 17 ] |
17 | 18 |
18 specific_include_rules = { | 19 specific_include_rules = { |
19 # Special-case where monochrome composes chrome+webview | 20 # Special-case where monochrome composes chrome+webview |
20 "monochrome_entry_point\.cc": [ | 21 "monochrome_entry_point\.cc": [ |
21 "+android_webview", | 22 "+android_webview", |
22 ] | 23 ] |
23 } | 24 } |
OLD | NEW |