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

Unified Diff: chromecast/DEPS

Issue 454113003: Chromecast: pages default to having a black background. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | chromecast/shell/renderer/cast_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/DEPS
diff --git a/chromecast/DEPS b/chromecast/DEPS
index 1a7a778956d7c97c83fb1730d7dd139a166ecfdd..6f4943e2f70e7506bdfd4c2dba3bc18bbb0bbdf6 100644
--- a/chromecast/DEPS
+++ b/chromecast/DEPS
@@ -5,4 +5,8 @@ include_rules = [
"+crypto",
"+net",
"+ui",
+
+ # Allow inclusion of WebKit API files.
jamesr 2014/08/15 00:52:54 this should have the same restrictions as whatever
gunsch 2014/08/15 00:58:07 Hm, should it? I see the same include_rules in chr
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
]
« no previous file with comments | « no previous file | chromecast/shell/renderer/cast_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698