Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: chrome/browser/extensions/DEPS

Issue 184813009: Cast Streaming API end-to-end browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698