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

Unified Diff: testing/android/junit/BUILD.gn

Issue 2722243002: 📰 Add tests for Tile and TileGroup (Closed)
Patch Set: moar tests Created 3 years, 10 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: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index ab661273cad6489cc6f14761814989b948673f4a..fd18724ff815ea2f071fa4d938db06201dbd015d 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -26,6 +26,11 @@ java_library("junit_test_support") {
]
deps = [
"//third_party/junit",
+
+ # Unable to add this dependency because of the gn error:
+ # "Some deps require building for the Android platform"
+ #"//third_party/android_tools:android_support_annotations_java",
+
"//third_party/mockito:mockito_java",
"//third_party/robolectric:robolectric_all_java",
]

Powered by Google App Engine
This is Rietveld 408576698