| OLD | NEW |
| 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 = [ "ndk/sources/android/cpufeatures" ] | 8 include_dirs = [ "ndk/sources/android/cpufeatures" ] |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 # TODO(vtl): This doesn't seem to exist. Can we just get rid of it? | 23 # TODO(vtl): This doesn't seem to exist. Can we just get rid of it? |
| 24 #android_java_prebuilt("android_gcm_java") { | 24 #android_java_prebuilt("android_gcm_java") { |
| 25 # jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar" | 25 # jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar" |
| 26 #} | 26 #} |
| 27 | 27 |
| 28 android_java_prebuilt("uiautomator_java") { | 28 android_java_prebuilt("uiautomator_java") { |
| 29 jar_path = "$android_sdk/uiautomator.jar" | 29 jar_path = "$android_sdk/uiautomator.jar" |
| 30 } | 30 } |
| 31 | 31 |
| 32 java_prebuilt("android_support_multidex_java") { |
| 33 supports_android = true |
| 34 jar_path = "$android_sdk_root/extras/android/support/multidex/library/libs/and
roid-support-multidex.jar" |
| 35 } |
| 36 |
| 32 android_java_prebuilt("android_support_v13_java") { | 37 android_java_prebuilt("android_support_v13_java") { |
| 33 jar_path = | 38 jar_path = |
| 34 "$android_sdk_root/extras/android/support/v13/android-support-v13.jar" | 39 "$android_sdk_root/extras/android/support/v13/android-support-v13.jar" |
| 35 } | 40 } |
| 36 | 41 |
| 37 android_resources("android_support_v7_appcompat_resources") { | 42 android_resources("android_support_v7_appcompat_resources") { |
| 38 v14_skip = true | 43 v14_skip = true |
| 39 resource_dirs = | 44 resource_dirs = |
| 40 [ "$android_sdk_root/extras/android/support/v7/appcompat/res" ] | 45 [ "$android_sdk_root/extras/android/support/v7/appcompat/res" ] |
| 41 custom_package = "android.support.v7.appcompat" | 46 custom_package = "android.support.v7.appcompat" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 53 resource_dirs = | 58 resource_dirs = |
| 54 [ "$android_sdk_root/extras/android/support/v7/mediarouter/res" ] | 59 [ "$android_sdk_root/extras/android/support/v7/mediarouter/res" ] |
| 55 deps = [ | 60 deps = [ |
| 56 ":android_support_v7_appcompat_resources", | 61 ":android_support_v7_appcompat_resources", |
| 57 ] | 62 ] |
| 58 custom_package = "android.support.v7.mediarouter" | 63 custom_package = "android.support.v7.mediarouter" |
| 59 } | 64 } |
| 60 | 65 |
| 61 android_java_prebuilt("android_support_v7_mediarouter_java") { | 66 android_java_prebuilt("android_support_v7_mediarouter_java") { |
| 62 deps = [ | 67 deps = [ |
| 68 ":android_support_v7_appcompat_java", |
| 63 ":android_support_v7_mediarouter_resources", | 69 ":android_support_v7_mediarouter_resources", |
| 64 ":android_support_v7_appcompat_java", | |
| 65 ] | 70 ] |
| 66 jar_path = "$android_sdk_root/extras/android/support/v7/mediarouter/libs/andro
id-support-v7-mediarouter.jar" | 71 jar_path = "$android_sdk_root/extras/android/support/v7/mediarouter/libs/andro
id-support-v7-mediarouter.jar" |
| 67 } | 72 } |
| 68 | 73 |
| 69 android_resources("android_support_v7_recyclerview_resources") { | 74 android_resources("android_support_v7_recyclerview_resources") { |
| 70 v14_skip = true | 75 v14_skip = true |
| 71 resource_dirs = | 76 resource_dirs = |
| 72 [ "$android_sdk_root/extras/android/support/v7/recyclerview/res" ] | 77 [ "$android_sdk_root/extras/android/support/v7/recyclerview/res" ] |
| 73 custom_package = "android.support.v7.recyclerview" | 78 custom_package = "android.support.v7.recyclerview" |
| 74 } | 79 } |
| (...skipping 11 matching lines...) Expand all Loading... |
| 86 resource_dirs = [ "$android_sdk_root/extras/google/google_play_services/libpro
ject/google-play-services_lib/res" ] | 91 resource_dirs = [ "$android_sdk_root/extras/google/google_play_services/libpro
ject/google-play-services_lib/res" ] |
| 87 custom_package = "com.google.android.gms" | 92 custom_package = "com.google.android.gms" |
| 88 } | 93 } |
| 89 android_java_prebuilt("google_play_services_default_java") { | 94 android_java_prebuilt("google_play_services_default_java") { |
| 90 deps = [ | 95 deps = [ |
| 91 ":android_support_v13_java", | 96 ":android_support_v13_java", |
| 92 ":google_play_services_default_resources", | 97 ":google_play_services_default_resources", |
| 93 ] | 98 ] |
| 94 jar_path = "$android_sdk_root/extras/google/google_play_services/libproject/go
ogle-play-services_lib/libs/google-play-services.jar" | 99 jar_path = "$android_sdk_root/extras/google/google_play_services/libproject/go
ogle-play-services_lib/libs/google-play-services.jar" |
| 95 } | 100 } |
| OLD | NEW |