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

Unified Diff: chromecast/DEPS

Issue 1074383002: Introduce VideoConfig/AudioConfig class for CMA backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: single DecoderConfig structure for both Audio and Video Created 5 years, 8 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/DEPS
diff --git a/chromecast/DEPS b/chromecast/DEPS
index d278340598544b66db906abe96e5c70c182cfb46..189b95a32ba46ed4d12861c443359b16c8a1cb96 100644
--- a/chromecast/DEPS
+++ b/chromecast/DEPS
@@ -5,6 +5,7 @@ include_rules = [
# sub-directory within chromecast/.
"-chromecast",
"+chromecast/base",
+ "+chromecast/public/media",
gunsch 2015/04/17 01:38:51 just add "+chromecast/public", any of our code sho
erickung1 2015/04/29 08:52:20 Done.
gunsch 2015/04/29 17:42:52 Not done
erickung1 2015/04/29 20:49:15 This is removed after the rebase
# Other Chromecast-wide dependencies.
"+content/public/common",

Powered by Google App Engine
This is Rietveld 408576698