Index: chrome/browser/extensions/DEPS |
diff --git a/chrome/browser/extensions/DEPS b/chrome/browser/extensions/DEPS |
index b4ab25623d1bad34097d8e2a38038d861a55ad49..4c8700d62a0f69279e500c26265ef2d89f402a58 100644 |
--- a/chrome/browser/extensions/DEPS |
+++ b/chrome/browser/extensions/DEPS |
@@ -16,3 +16,9 @@ include_rules = [ |
# For access to testing command line switches. |
"+ppapi/shared_impl", |
] |
+ |
+specific_include_rules = { |
hubbe
2014/03/04 22:42:26
I wonder if it would be better to just add this fo
miu
2014/03/06 06:09:15
Actually, we should have a cast_streaming director
hubbe
2014/03/06 19:54:43
Sounds great.
|
+ "cast_streaming_apitest\.cc": [ |
+ "+media/cast", |
+ ], |
+} |