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

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

Issue 2632283002: Use more generic approach to pack java resources into final APK. (Closed)
Patch Set: GypList->GnList Created 3 years, 11 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/config/android/rules.gni ('k') | no next file » | 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 21 matching lines...) Expand all
32 32
33 lib_version = "25.0.1" 33 lib_version = "25.0.1"
34 lib_path = "$android_sdk_root/extras/android/m2repository/com/android/support" 34 lib_path = "$android_sdk_root/extras/android/m2repository/com/android/support"
35 35
36 android_java_prebuilt("android_gcm_java") { 36 android_java_prebuilt("android_gcm_java") {
37 jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar" 37 jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar"
38 } 38 }
39 39
40 android_java_prebuilt("emma_device_java") { 40 android_java_prebuilt("emma_device_java") {
41 jar_path = "$android_sdk_root/tools/lib/emma_device.jar" 41 jar_path = "$android_sdk_root/tools/lib/emma_device.jar"
42 include_java_resources = true
42 } 43 }
43 44
44 android_aar_prebuilt("android_support_design_java") { 45 android_aar_prebuilt("android_support_design_java") {
45 deps = [ 46 deps = [
46 ":android_support_v7_appcompat_java", 47 ":android_support_v7_appcompat_java",
47 ] 48 ]
48 _lib_name = "design" 49 _lib_name = "design"
49 aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar" 50 aar_path = "$lib_path/$_lib_name/$lib_version/$_lib_name-$lib_version.aar"
50 } 51 }
51 52
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 274
274 android_aar_prebuilt("google_play_services_vision_java") { 275 android_aar_prebuilt("google_play_services_vision_java") {
275 deps = [ 276 deps = [
276 ":google_play_services_base_java", 277 ":google_play_services_base_java",
277 ":google_play_services_basement_java", 278 ":google_play_services_basement_java",
278 ] 279 ]
279 _lib_name = "play-services-vision" 280 _lib_name = "play-services-vision"
280 aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar" 281 aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
281 ignore_manifest = true 282 ignore_manifest = true
282 } 283 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698