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

Unified Diff: third_party/android_support_test_runner/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: 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 | « no previous file | third_party/android_support_test_runner/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_support_test_runner/BUILD.gn
diff --git a/third_party/android_support_test_runner/BUILD.gn b/third_party/android_support_test_runner/BUILD.gn
index 61e15f935e35072bed67a5ef001e102cee725399..64eb4806a6414b2ba628c8a5bd9c936d6f177c72 100644
--- a/third_party/android_support_test_runner/BUILD.gn
+++ b/third_party/android_support_test_runner/BUILD.gn
@@ -5,8 +5,18 @@
import("//build/config/android/rules.gni")
android_java_prebuilt("runner_java") {
- jar_path = "lib/runner-0.3-release-no-dep.jar"
+ jar_path = "lib/runner-0.5-release-no-dep.jar"
the real yoland 2016/08/03 23:05:09 I don't think I was able to find 0.5 here
aluo 2016/08/05 22:00:16 Done. I uploaded these to the bucket
the real yoland 2016/08/05 22:16:57 Got it, in that case, you want to also add the cha
mikecase (-- gone --) 2016/08/19 20:36:21 Yeah, still need to update sha1 hash Add file...
deps = [
+ ":exposed_instrumentation_api_publish_java",
+ ":junit_java",
"//third_party/guava:guava_java",
]
}
+
+android_java_prebuilt("exposed_instrumentation_api_publish_java") {
+ jar_path = "lib/exposed-instrumentation-api-publish-0.5-no-dep.jar"
+}
+
+android_java_prebuilt("junit_java") {
the real yoland 2016/08/03 23:05:09 +mikecase is adding junit4.12 to //third_party/jun
aluo 2016/08/05 22:00:16 I'll wait for junit to be updated and modify this.
mikecase (-- gone --) 2016/08/19 20:36:21 junit 4.12 should be available now via //third_par
+ jar_path = "lib/junit-4.12-release-no-dep.jar"
+}
« no previous file with comments | « no previous file | third_party/android_support_test_runner/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698