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

Unified Diff: chromecast/browser/DEPS

Issue 2570623003: [Chromecast] Turn CastContentWindow into an abstract interface. (Closed)
Patch Set: Set user data outside of contructor Created 4 years 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/browser/DEPS
diff --git a/chromecast/browser/DEPS b/chromecast/browser/DEPS
index 08f6c76df4e76842a900ff6ec86ade41aca60f46..13410f895376eb09799b942e83ecc3e527c78675 100644
--- a/chromecast/browser/DEPS
+++ b/chromecast/browser/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+components/crash",
"+components/network_hints/browser",
"+components/prefs",
+ "+content/public/android",
"+content/public/browser",
"+content/public/common",
"+content/public/test",
@@ -25,6 +26,7 @@ include_rules = [
"+ui/aura",
"+ui/base",
"+ui/compositor",
+ "+ui/events/keycodes",
"+ui/gfx",
"+ui/gl",
"+ui/display",

Powered by Google App Engine
This is Rietveld 408576698