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

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

Issue 569923003: Make content_shell_apk build completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-fix-apk-resources
Patch Set: Created 6 years, 3 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 7
8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py", 8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../../content_jni.gypi") ], 9 [ rebase_path("../../content_jni.gypi") ],
10 "scope", 10 "scope",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 } 217 }
218 218
219 group("jni") { 219 group("jni") {
220 deps = [ 220 deps = [
221 ":content_jni_headers", 221 ":content_jni_headers",
222 ":jar_jni", 222 ":jar_jni",
223 ] 223 ]
224 } 224 }
225 225
226 android_library("content_javatests") { 226 android_library("content_javatests") {
227 testonly = true
227 deps = [ 228 deps = [
228 "//base:base_java", 229 "//base:base_java",
229 "//base:base_java_test_support", 230 "//base:base_java_test_support",
230 "//content/public/test/android:content_java_test_support", 231 "//content/public/test/android:content_java_test_support",
231 "//content/shell/android:content_shell_java", 232 "//content/shell/android:content_shell_java",
232 "//content/shell/android:content_shell_java_resources", 233 "//content/shell/android:content_shell_java_resources",
233 "//content/shell/android:content_shell_apk_java", 234 "//content/shell/android:content_shell_apk_java",
234 "//content/shell/android:content_shell_test_java", 235 "//content/shell/android:content_shell_test_java",
235 "//media/base/android:media_java", 236 "//media/base/android:media_java",
236 "//net/android:net_java", 237 "//net/android:net_java",
237 "//net/android:net_java_test_support", 238 "//net/android:net_java_test_support",
238 "//ui/android:ui_java", 239 "//ui/android:ui_java",
239 ":content_java", 240 ":content_java",
240 ] 241 ]
241 242
242 DEPRECATED_java_in_dir = "javatests/src" 243 DEPRECATED_java_in_dir = "javatests/src"
243 } 244 }
244 245
245 246
246 # TODO(GYP): content_icudata 247 # TODO(GYP): content_icudata
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698