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
|
] |