Chromium Code Reviews| Index: chromecast/app/DEPS |
| diff --git a/chromecast/app/DEPS b/chromecast/app/DEPS |
| index 9ca074eeb1b457990cb79d2bb66dcf734260b35f..3a4ecd8d464a25455e474f0c050edf646a49bf81 100644 |
| --- a/chromecast/app/DEPS |
| +++ b/chromecast/app/DEPS |
| @@ -14,6 +14,9 @@ include_rules = [ |
| specific_include_rules = { |
| "cast_test_launcher\.cc": [ |
| "+content/public/test", |
| + ], |
| + "cast_unittests_main\.cc": [ |
| "+mojo/edk/embedder/embedder.h", |
| + "+mojo/edk/test/scoped_ipc_support.h", |
| ], |
| } |