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

Unified Diff: third_party/hamcrest/BUILD.gn

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant default setting for java-version in javac.py Created 4 years, 4 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
« no previous file with comments | « third_party/guava/BUILD.gn ('k') | third_party/junit/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hamcrest/BUILD.gn
diff --git a/third_party/hamcrest/BUILD.gn b/third_party/hamcrest/BUILD.gn
index 616d69811eb4ef39050f9685e01db9b3473f432d..eddaeae3c6e5b0f0c92c5039cb11d40517e76f76 100644
--- a/third_party/hamcrest/BUILD.gn
+++ b/third_party/hamcrest/BUILD.gn
@@ -13,13 +13,16 @@ java_group("hamcrest_java") {
}
java_prebuilt("hamcrest_core_java") {
+ supports_android = true
jar_path = "lib/hamcrest-core-1.3.jar"
}
java_prebuilt("hamcrest_integration_java") {
+ supports_android = true
jar_path = "lib/hamcrest-integration-1.3.jar"
}
java_prebuilt("hamcrest_library_java") {
+ supports_android = true
jar_path = "lib/hamcrest-library-1.3.jar"
}
« no previous file with comments | « third_party/guava/BUILD.gn ('k') | third_party/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698