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

Side by Side Diff: build/android/BUILD.gn

Issue 2425563002: Revert of Upgrade to new Android SDK. (Closed)
Patch Set: Created 4 years, 2 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 | « DEPS ('k') | build/android/devil_chromium.json » ('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 if (enable_java_templates) { 7 if (enable_java_templates) {
8 import("//third_party/ijar/ijar.gni") 8 import("//third_party/ijar/ijar.gni")
9 9
10 sun_tools_jar_path = "$root_gen_dir/sun_tools_jar/tools.jar" 10 sun_tools_jar_path = "$root_gen_dir/sun_tools_jar/tools.jar"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 _py_files = read_file("test_runner.pydeps", "list lines") 106 _py_files = read_file("test_runner.pydeps", "list lines")
107 107
108 # Filter out comments. 108 # Filter out comments.
109 set_sources_assignment_filter([ "#*" ]) 109 set_sources_assignment_filter([ "#*" ])
110 sources = _py_files 110 sources = _py_files
111 111
112 data = sources + [ 112 data = sources + [
113 "devil_chromium.json", 113 "devil_chromium.json",
114 "pylib/gtest/filter/", 114 "pylib/gtest/filter/",
115 "test_wrapper/logdog_wrapper.py", 115 "test_wrapper/logdog_wrapper.py",
116 "//third_party/android_tools/sdk/build-tools/24.0.2/aapt", 116 "//third_party/android_tools/sdk/build-tools/23.0.1/aapt",
117 "//third_party/android_tools/sdk/build-tools/24.0.2/dexdump", 117 "//third_party/android_tools/sdk/build-tools/23.0.1/dexdump",
118 "//third_party/android_tools/sdk/build-tools/24.0.2/lib64/libc++.so", 118 "//third_party/android_tools/sdk/build-tools/23.0.1/lib/libc++.so",
119 "//third_party/android_tools/sdk/build-tools/24.0.2/split-select", 119 "//third_party/android_tools/sdk/build-tools/23.0.1/split-select",
120 "//third_party/android_tools/sdk/platform-tools/adb", 120 "//third_party/android_tools/sdk/platform-tools/adb",
121 "//third_party/catapult/third_party/gsutil/", 121 "//third_party/catapult/third_party/gsutil/",
122 "//third_party/catapult/devil/devil/devil_dependencies.json", 122 "//third_party/catapult/devil/devil/devil_dependencies.json",
123 "//third_party/proguard/lib/proguard.jar", 123 "//third_party/proguard/lib/proguard.jar",
124 ] 124 ]
125 data_deps = [ 125 data_deps = [
126 "//tools/swarming_client:isolate_py", 126 "//tools/swarming_client:isolate_py",
127 ] 127 ]
128 } 128 }
129 129
(...skipping 17 matching lines...) Expand all
147 _target_name = get_path_info(script, "name") + "_wrapper" 147 _target_name = get_path_info(script, "name") + "_wrapper"
148 _wrapper_targets += [ ":$_target_name" ] 148 _wrapper_targets += [ ":$_target_name" ]
149 wrapper_script(_target_name) { 149 wrapper_script(_target_name) {
150 target = script 150 target = script
151 } 151 }
152 } 152 }
153 153
154 group("wrapper_scripts") { 154 group("wrapper_scripts") {
155 deps = _wrapper_targets 155 deps = _wrapper_targets
156 } 156 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/android/devil_chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698