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

Unified Diff: chromecast/port/DEPS

Issue 223143003: Initial checkin of chromecast content embedder (cast_shell) and related build scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an additional function in gl_surface_cast.cc Created 6 years, 9 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/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",
+]

Powered by Google App Engine
This is Rietveld 408576698