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