| include_rules = [ | |
| "+chromecast/browser", | |
| "+chromecast/common", | |
| "+chromecast/crash", | |
| "+chromecast/gpu", | |
| "+chromecast/renderer", | |
| "+chromecast/utility", | |
| "+components/crash", | |
| "+components/prefs", | |
| "+content/public/app", | |
| "+content/public/browser", | |
| "+content/public/common", | |
| "+sandbox/policy", | |
| "+ui/base", | |
| ] | |
| specific_include_rules = { | |
| "cast_test_launcher\.cc": [ | |
| "+content/public/test", | |
| "+mojo/core/embedder/embedder.h", | |
| ], | |
| } |