| include_rules = [ |
| "-android_webview", |
| "+android_webview/common", |
| "+android_webview/common_jni", |
| "+components/cdm/common", |
| "+components/embedder_support/origin_trials", |
| "+components/gwp_asan/common/crash_key_name.h", |
| "+components/printing/common", |
| "+media/base/android", |
| "+third_party/widevine/cdm/buildflags.h", |
| ] |
| specific_include_rules = { |
| # Feature map can depend on features files throughout the codebase. |
| "aw_feature_map.cc": [ |
| "+components/safe_browsing/core/common/features.h", |
| "+components/sensitive_content/features.h", |
| "+components/viz/common/features.h", |
| "+services/tracing/public/cpp/tracing_features.h", |
| "+third_party/blink/public/common/features.h", |
| ] |
| } |