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

Side by Side Diff: build/secondary/third_party/android_tools/BUILD.gn

Issue 2760743002: Add support for robolectric play-services-shadows. (Closed)
Patch Set: Updated robolectric DEPS to pull in hard-coded file Created 3 years, 9 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 | « build/android/gyp/write_build_config.py ('k') | chrome/android/java_sources.gni » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 config("cpu_features_include") { 7 config("cpu_features_include") {
8 include_dirs = [ "$android_ndk_root/sources/android/cpufeatures" ] 8 include_dirs = [ "$android_ndk_root/sources/android/cpufeatures" ]
9 } 9 }
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 android_aar_prebuilt("android_support_transition_java") { 53 android_aar_prebuilt("android_support_transition_java") {
54 deps = [ 54 deps = [
55 ":android_support_v7_appcompat_java", 55 ":android_support_v7_appcompat_java",
56 ] 56 ]
57 _lib_name = "transition" 57 _lib_name = "transition"
58 aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar" 58 aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar"
59 } 59 }
60 60
61 android_aar_prebuilt("android_support_multidex_java") { 61 android_aar_prebuilt("android_support_multidex_java") {
62 # TODO(jbudorick): remove requires_android after crbug.com/522043 is fixed.
63 requires_android = false
64 aar_path = "$lib_path/multidex/1.0.1/multidex-1.0.1.aar" 62 aar_path = "$lib_path/multidex/1.0.1/multidex-1.0.1.aar"
65 } 63 }
66 64
67 android_java_prebuilt("android_support_annotations_java") { 65 android_java_prebuilt("android_support_annotations_java") {
68 _lib_name = "support-annotations" 66 _lib_name = "support-annotations"
69 jar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.jar" 67 jar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.jar"
70 } 68 }
71 69
72 java_group("android_support_v4_java") { 70 java_group("android_support_v4_java") {
73 deps = [ 71 deps = [
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 288
291 android_aar_prebuilt("google_play_services_vision_java") { 289 android_aar_prebuilt("google_play_services_vision_java") {
292 deps = [ 290 deps = [
293 ":google_play_services_base_java", 291 ":google_play_services_base_java",
294 ":google_play_services_basement_java", 292 ":google_play_services_basement_java",
295 ] 293 ]
296 _lib_name = "play-services-vision" 294 _lib_name = "play-services-vision"
297 aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar" 295 aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
298 ignore_manifest = true 296 ignore_manifest = true
299 } 297 }
OLDNEW
« no previous file with comments | « build/android/gyp/write_build_config.py ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698