| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromecast/browser", | 2 "+chromecast/browser", |
| 3 "+chromecast/common", | 3 "+chromecast/common", |
| 4 "+chromecast/crash", | 4 "+chromecast/crash", |
| 5 "+chromecast/renderer", | 5 "+chromecast/renderer", |
| 6 "+chromecast/utility", | 6 "+chromecast/utility", |
| 7 "+components/crash", | 7 "+components/crash", |
| 8 "+content/public/app", | 8 "+content/public/app", |
| 9 "+content/public/browser", | 9 "+content/public/browser", |
| 10 "+content/public/common", | 10 "+content/public/common", |
| 11 "+ui/base", | 11 "+ui/base", |
| 12 ] | 12 ] |
| 13 | 13 |
| 14 specific_include_rules = { | 14 specific_include_rules = { |
| 15 "cast_test_launcher\.cc": [ | 15 "cast_test_launcher\.cc": [ |
| 16 "+content/public/test", | 16 "+content/public/test", |
| 17 ], |
| 18 "cast_unittests_main\.cc": [ |
| 17 "+mojo/edk/embedder/embedder.h", | 19 "+mojo/edk/embedder/embedder.h", |
| 20 "+mojo/edk/test/scoped_ipc_support.h", |
| 18 ], | 21 ], |
| 19 } | 22 } |
| OLD | NEW |