| include_rules = [ | 
 |   "-components/devtools_bridge", | 
 |   "+cc/layers/layer.h", | 
 |   "+chrome_jni_registration/chrome_jni_registration.h", | 
 |   "+components/ntp_snippets", | 
 |   "+components/spellcheck/browser", | 
 |   "+components/sync/android", | 
 |   "+components/sync/test/fake_server/android", | 
 |   "+components/toolbar", | 
 |   "+components/viz/common/gpu/context_provider.h", | 
 |   "+components/web_contents_delegate_android", | 
 |   "+device/vr/features/features.h", | 
 |   "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", | 
 |   "+sandbox/linux/seccomp-bpf-helpers", | 
 |   "+sandbox/sandbox_features.h", | 
 |   "+third_party/gvr-android-sdk", | 
 |   "+third_party/WebKit/public/platform/media_download_in_product_help.mojom.h", | 
 | ] | 
 |  | 
 | specific_include_rules = { | 
 |   # Special-case where monochrome composes chrome+webview | 
 |   "monochrome_entry_point\.cc": [ | 
 |     "+android_webview", | 
 |   ] | 
 | } |