Index: chromecast/port/DEPS |
diff --git a/chromecast/port/DEPS b/chromecast/port/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..960afcfa6731a46cde5926eb01331d1195d29efe |
--- /dev/null |
+++ b/chromecast/port/DEPS |
@@ -0,0 +1,13 @@ |
+# Do not add any includes under chrome/ anywhere in chromecast. |
+ |
+include_rules = [ |
+ "+content/browser", |
+ "+content/child/npapi", |
+ "+content/common", |
+ "+content/public/browser", |
+ "+content/port", |
jam
2014/04/04 01:01:24
only content/public and content/port can be includ
lcwu1
2014/04/05 01:17:13
Will fix.
|
+ "+gpu/config", |
+ "+ppapi/proxy", |
+ "+third_party/skia", |
+ "+third_party/WebKit/public", |
+] |