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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chromecast/android/cast_jni_registrar.cc » ('j') | chromecast/browser/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+jni", 2 "+jni",
3 3
4 # TODO(sanfin): Remove cyclic dependency between content and android. 4 # TODO(sanfin): Remove cyclic dependency between content and android.
5 "!chromecast/browser/android", 5 "+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
6 ] 6 ]
OLDNEW
« 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