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

Unified Diff: chromecast/android/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
« no previous file with comments | « no previous file | chromecast/android/cast_jni_registrar.cc » ('j') | chromecast/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/DEPS
diff --git a/chromecast/android/DEPS b/chromecast/android/DEPS
index 42eeb3278af1ec8cfcecf433f64dfbe53119f3c3..6897eef6ba91a395e3f9c33d05e3be2f5901eec2 100644
--- a/chromecast/android/DEPS
+++ b/chromecast/android/DEPS
@@ -2,5 +2,5 @@ include_rules = [
"+jni",
# TODO(sanfin): Remove cyclic dependency between content and android.
- "!chromecast/browser/android",
+ "+chromecast/browser/android",
byungchul 2016/12/16 22:52:22 Why?
derekjchow1 2016/12/17 00:13:07 cast_jni_registrar.cc needs to register JNI functi
byungchul 2016/12/17 00:57:37 That's the problem I think. It should not depend o
derekjchow1 2016/12/19 17:51:31 Done. I creates a browser/android specific jni reg
]
« no previous file with comments | « no previous file | chromecast/android/cast_jni_registrar.cc » ('j') | chromecast/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698