OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/test/web_contents_tester.h", | 2 # In general files in this directory should not depend upon content. |
3 "+content/public/test/test_browser_thread_bundle.h", | |
4 "+content/public/test/test_browser_context.h", | |
5 "+mojo/edk", | 3 "+mojo/edk", |
6 "+win8/viewer", | 4 "+win8/viewer", |
7 ] | 5 ] |
8 | 6 |
9 specific_include_rules = { | 7 specific_include_rules = { |
| 8 # ash_test_environment_content is only compiled with content. |
| 9 "ash_test_environment_content\.*": [ |
| 10 "+content/public/browser/browser_thread.h", |
| 11 "+content/public/test/web_contents_tester.h", |
| 12 "+content/public/test/test_browser_thread_bundle.h", |
| 13 "+content/public/test/test_browser_context.h", |
| 14 ], |
10 "ash_test_helper\.cc": [ | 15 "ash_test_helper\.cc": [ |
11 "+ash/host", | 16 "+ash/host", |
12 "+content/public/browser/browser_thread.h", | |
13 ], | 17 ], |
14 "mirror_window_test_api\.cc": [ | 18 "mirror_window_test_api\.cc": [ |
15 "+ash/host" | 19 "+ash/host" |
16 ], | 20 ], |
17 } | 21 } |
OLD | NEW |