| 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 "+chrome_jni_registration/chrome_jni_registration.h", | 4 "+chrome_jni_registration/chrome_jni_registration.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/viz/common/gpu/context_provider.h", | 11 "+components/viz/common/gpu/context_provider.h", |
| 12 "+components/web_contents_delegate_android", | 12 "+components/web_contents_delegate_android", |
| 13 "+device/vr/features/features.h", | 13 "+device/vr/features/features.h", |
| 14 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", | 14 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", |
| 15 "+sandbox/sandbox_features.h", | 15 "+sandbox/sandbox_features.h", |
| 16 "+third_party/gvr-android-sdk", | 16 "+third_party/gvr-android-sdk", |
| 17 "+third_party/WebKit/public/platform/media_download_in_product_help.mojom.h", |
| 17 ] | 18 ] |
| 18 | 19 |
| 19 specific_include_rules = { | 20 specific_include_rules = { |
| 20 # Special-case where monochrome composes chrome+webview | 21 # Special-case where monochrome composes chrome+webview |
| 21 "monochrome_entry_point\.cc": [ | 22 "monochrome_entry_point\.cc": [ |
| 22 "+android_webview", | 23 "+android_webview", |
| 23 ] | 24 ] |
| 24 } | 25 } |
| OLD | NEW |