| 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 | |
| 14 specific_include_rules = { | |
| 15 "cast_test_launcher\.cc": [ | |
| 16 "+content/public/test", | |
| 17 ], | |
| 18 } | |
| OLD | NEW |