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