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

Unified Diff: content/public/test/android/BUILD.gn

Issue 2300463002: Add observers for DIP scale change. (Closed)
Patch Set: An attempt to fix tests compilation Created 4 years, 3 months 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: 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",

Powered by Google App Engine
This is Rietveld 408576698