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

Side by Side Diff: content/shell/android/BUILD.gn

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: merge to #317214 Created 5 years, 10 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
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/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//third_party/icu/config.gni") 8 import("//third_party/icu/config.gni")
9 9
10 generate_jni("content_shell_jni_headers") { 10 generate_jni("content_shell_jni_headers") {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "//base:base_javatests", 161 "//base:base_javatests",
162 "//net/android:net_javatests", 162 "//net/android:net_javatests",
163 ] 163 ]
164 datadeps = [ 164 datadeps = [
165 ":content_shell_apk", 165 ":content_shell_apk",
166 ] 166 ]
167 apk_name = "ContentShellTest" 167 apk_name = "ContentShellTest"
168 android_manifest = "javatests/AndroidManifest.xml" 168 android_manifest = "javatests/AndroidManifest.xml"
169 } 169 }
170 170
171 if (cpu_arch != "x64" && cpu_arch != "arm64") { 171 if (current_cpu != "x64" && current_cpu != "arm64") {
172 chromium_linker_test_manifest = 172 chromium_linker_test_manifest =
173 "$target_gen_dir/linker_test_apk/AndroidManifest.xml" 173 "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
174 174
175 jinja_template("chromium_linker_test_manifest") { 175 jinja_template("chromium_linker_test_manifest") {
176 testonly = true 176 testonly = true
177 input = "linker_test_apk/AndroidManifest.xml.jinja2" 177 input = "linker_test_apk/AndroidManifest.xml.jinja2"
178 output = chromium_linker_test_manifest 178 output = chromium_linker_test_manifest
179 } 179 }
180 180
181 android_resources("linker_resources") { 181 android_resources("linker_resources") {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 224
225 # GYP: //content/content_tests.gypi:chromium_android_linker_test_jni_headers 225 # GYP: //content/content_tests.gypi:chromium_android_linker_test_jni_headers
226 generate_jni("linker_test_jni_headers") { 226 generate_jni("linker_test_jni_headers") {
227 testonly = true 227 testonly = true
228 jni_package = "content/shell" 228 jni_package = "content/shell"
229 sources = [ 229 sources = [
230 "linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.jav a", 230 "linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.jav a",
231 ] 231 ]
232 } 232 }
233 } 233 }
OLDNEW
« no previous file with comments | « content/gpu/BUILD.gn ('k') | courgette/BUILD.gn » ('j') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698