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

Unified Diff: chromecast/public/media/DEPS

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test + android fixes Created 5 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/media/DEPS
diff --git a/chromecast/public/media/DEPS b/chromecast/public/media/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f7bed95e6448eb1b419ab3800951397bd28d48a9
--- /dev/null
+++ b/chromecast/public/media/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ # chromecast/public/media should not depend on anything Chromium specific
+ "-chromecast",
gunsch 2015/07/27 17:14:49 These rules should all be guaranteed by chromecast
halliwell 2015/07/28 02:19:35 got it. removing the file anyway though.
+ # TODO(halliwell) ... figure out whether to use relative include path
gunsch 2015/07/27 17:14:49 did you figure it out? :)
halliwell 2015/07/28 02:19:35 I did now. I discovered that: * Up a level, heade
+ "+chromecast/public",
+ "-base",
+ "-content",
+ "-net",
+ "-ui",
+]
byungchul 2015/07/27 18:22:23 chromecast/public dir will be distributed to oem p
halliwell 2015/07/28 02:19:35 File deleted anyway.

Powered by Google App Engine
This is Rietveld 408576698