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

Side by Side Diff: third_party/espresso/BUILD.gn

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium 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 unified diff | Download patch
« no previous file with comments | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 android_java_prebuilt("espresso_contrib_java") { 7 android_java_prebuilt("espresso_contrib_java") {
8 jar_path = "lib/espresso-contrib-2.2-release-no-dep.jar" 8 jar_path = "lib/espresso-contrib-2.2-release-no-dep.jar"
9 deps = [ 9 deps = [
10 ":espresso_core_java", 10 ":espresso_core_java",
11 "//third_party/guava:guava_java", 11 "//third_party/guava:guava_java",
12 "//third_party/hamcrest:hamcrest_core_java", 12 "//third_party/hamcrest:hamcrest_core_java",
13 ] 13 ]
14 } 14 }
15 15
16 android_java_prebuilt("espresso_core_java") { 16 android_java_prebuilt("espresso_core_java") {
17 jar_path = "lib/espresso-core-2.2-release-no-dep.jar" 17 jar_path = "lib/espresso-core-2.2-release-no-dep.jar"
18 deps = [ 18 deps = [
19 "//third_party/android_tools:android_support_v13_java", 19 "//third_party/android_tools:android_support_annotations_java",
20 "//third_party/guava:guava_java", 20 "//third_party/guava:guava_java",
21 "//third_party/hamcrest:hamcrest_core_java", 21 "//third_party/hamcrest:hamcrest_core_java",
22 "//third_party/javax_inject:javax_inject_java", 22 "//third_party/javax_inject:javax_inject_java",
23 ] 23 ]
24 } 24 }
25 25
26 android_java_prebuilt("espresso_idling_java") { 26 android_java_prebuilt("espresso_idling_java") {
27 jar_path = "lib/espresso-idling-resource-2.2-release-no-dep.jar" 27 jar_path = "lib/espresso-idling-resource-2.2-release-no-dep.jar"
28 } 28 }
29 29
30 android_java_prebuilt("espresso_intents_java") { 30 android_java_prebuilt("espresso_intents_java") {
31 jar_path = "lib/espresso-intents-2.2-release-no-dep.jar" 31 jar_path = "lib/espresso-intents-2.2-release-no-dep.jar"
32 deps = [ 32 deps = [
33 "//third_party/android_support_test_runner:runner_java", 33 "//third_party/android_support_test_runner:runner_java",
34 "//third_party/guava:guava_java", 34 "//third_party/guava:guava_java",
35 "//third_party/hamcrest:hamcrest_core_java", 35 "//third_party/hamcrest:hamcrest_core_java",
36 ] 36 ]
37 } 37 }
38 38
39 android_java_prebuilt("espresso_web_java") { 39 android_java_prebuilt("espresso_web_java") {
40 jar_path = "lib/espresso-web-2.2-release-no-dep.jar" 40 jar_path = "lib/espresso-web-2.2-release-no-dep.jar"
41 deps = [ 41 deps = [
42 ":espresso_core_java", 42 ":espresso_core_java",
43 "//third_party/guava:guava_java", 43 "//third_party/guava:guava_java",
44 "//third_party/hamcrest:hamcrest_core_java", 44 "//third_party/hamcrest:hamcrest_core_java",
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698