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

Unified Diff: third_party/hamcrest/BUILD.gn

Issue 2051913002: [Third Party] Add Robolectric 3.0 build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make some variables final. Created 4 years, 5 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/robolectric/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 a7922978cde43dbd36f22ed0bb51c1fa62cfa340..80aa97bc93c11f208f9c49b84a34b2b20654a331 100644
--- a/third_party/hamcrest/BUILD.gn
+++ b/third_party/hamcrest/BUILD.gn
@@ -12,14 +12,14 @@ group("hamcrest_java") {
]
}
-android_java_prebuilt("hamcrest_core_java") {
+java_prebuilt("hamcrest_core_java") {
jar_path = "lib/hamcrest-core-1.3.jar"
}
-android_java_prebuilt("hamcrest_integration_java") {
+java_prebuilt("hamcrest_integration_java") {
jar_path = "lib/hamcrest-integration-1.3.jar"
}
-android_java_prebuilt("hamcrest_library_java") {
+java_prebuilt("hamcrest_library_java") {
jar_path = "lib/hamcrest-library-1.3.jar"
}
« no previous file with comments | « third_party/guava/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698