blob: 7d7a2ecbf40e2132e109b893fe0928495fef80c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"+content/public/test/web_contents_tester.h",
"+content/public/test/test_browser_thread_bundle.h",
"+content/public/test/test_browser_context.h",
"+win8/viewer",
]
specific_include_rules = {
"ash_test_helper\.cc": [
"+ash/host"
],
"mirror_window_test_api\.cc": [
"+ash/host"
],
}
|