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

Unified Diff: third_party/android_support_test_runner/BUILD.gn

Issue 2270583003: Add rules.aar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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..7129c2fe964ac4be09b98ecc6616620686e617dd 100644
--- a/third_party/android_support_test_runner/BUILD.gn
+++ b/third_party/android_support_test_runner/BUILD.gn
@@ -7,6 +7,15 @@ import("//build/config/android/rules.gni")
android_java_prebuilt("runner_java") {
jar_path = "lib/runner-0.3-release-no-dep.jar"
deps = [
+ ":exposed_instrumentation_api_publish_java",
"//third_party/guava:guava_java",
]
}
+
+android_java_prebuilt("exposed_instrumentation_api_publish_java") {
+ jar_path = "lib/exposed-instrumentation-api-publish-0.3-release-no-dep.jar"
+}
+
+android_java_prebuilt("rules_java") {
jbudorick 2016/08/24 00:09:32 Where is rules_java used? Should it also be part o
the real yoland 2016/08/24 05:58:38 I think we should have a complete runner jar with
+ jar_path = "lib/rules-0.3-release-no-dep.jar"
+}

Powered by Google App Engine
This is Rietveld 408576698