Chromium Code Reviews| Index: chromecast/app/DEPS |
| diff --git a/chromecast/app/DEPS b/chromecast/app/DEPS |
| index 8381e5e55d153a35b2479cd866f683a3d99a443d..9ae10e9ed3558c41daa817ed45abeebc982d71e9 100644 |
| --- a/chromecast/app/DEPS |
| +++ b/chromecast/app/DEPS |
| @@ -10,3 +10,9 @@ include_rules = [ |
| "+content/public/common", |
| "+ui/base", |
| ] |
| + |
| +specific_include_rules = { |
| + "cast_test_launcher\.cc": [ |
| + "+content/public/test", |
| + ], |
| +} |