Index: content/public/test/android/BUILD.gn |
diff --git a/content/public/test/android/BUILD.gn b/content/public/test/android/BUILD.gn |
index 8039fc324d6254a63a295ad68bfce6f724f21b84..a9cde63340d41a620cb14495f838548f02b4bf2f 100644 |
--- a/content/public/test/android/BUILD.gn |
+++ b/content/public/test/android/BUILD.gn |
@@ -26,6 +26,7 @@ android_library("content_java_test_support") { |
"//base:base_java_test_support", |
"//content/public/android:content_java", |
"//device/geolocation:geolocation_java_test_support", |
+ "//ui/android:ui_java", |
boliu
2016/09/14 04:35:32
hmm, why is this needed suddenly?
Tima Vaisburd
2016/09/15 00:05:04
Same unsolved dependency.
Actually, here is a chan
boliu
2016/09/15 05:27:41
That's right, dependencies do *not* propagate. The
Tima Vaisburd
2016/09/15 18:11:42
My *guess* is that now |ContentViewCore implement
Tima Vaisburd
2016/09/16 23:59:25
I moved DisplayObserver from public interface the
|
] |
java_files = [ |
"javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java", |