blob: 267fef886c720131a56fdcb1e4c64ade8effe3f6 [file] [log] [blame]
include_rules = [
# In general files in this directory should not depend upon content.
"+mojo/edk",
]
specific_include_rules = {
# ash_test_environment_content is only compiled with content.
"ash_test_environment_content\.*": [
"+content/public/browser/browser_thread.h",
"+content/public/test/web_contents_tester.h",
"+content/public/test/test_browser_thread_bundle.h",
"+content/public/test/test_browser_context.h",
],
"ash_test_helper\.cc": [
"+ash/host",
],
"mirror_window_test_api\.cc": [
"+ash/host"
],
"screen_orientation_controller_test_api.h": [
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
],
}