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.
|