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

Unified Diff: chromecast/public/DEPS

Issue 2156193003: [Chromecast] Add a custom CastMediaClient for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codecs
Patch Set: Mark MediaCapShlib::IsSupportedVideoConfig as weak symbol Created 4 years, 5 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: chromecast/public/DEPS
diff --git a/chromecast/public/DEPS b/chromecast/public/DEPS
index 30d9ea2d3361f4f6b46e166877d56478f0e59bfd..ef7fec59df05fd9272fcbee1dbeb6b41362e3abc 100644
--- a/chromecast/public/DEPS
+++ b/chromecast/public/DEPS
@@ -5,4 +5,6 @@ include_rules = [
"-content",
"-net",
"-ui",
+ # Explicity allow chromecast/public header to include chromecast/public/media headers.
+ "+chromecast/public/media",
halliwell 2016/07/27 14:23:17 Doesn't look like you're using this capability?
servolk 2016/07/27 18:56:34 This is actually necessary, without it the deps ch
halliwell 2016/07/27 19:58:48 You can write the include differently, just: #incl
servolk 2016/07/27 21:11:38 The difference is that media_pipeline_backend.h is
]

Powered by Google App Engine
This is Rietveld 408576698