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

Side by Side Diff: content/test/BUILD.gn

Issue 1921223003: [Android] Include NestedSystemMessageHandler in gn builds of content_shell_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « content/shell/android/BUILD.gn ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 315
316 #"//content/shell:content_shell_lib", 316 #"//content/shell:content_shell_lib",
317 "//content/renderer:for_content_tests", 317 "//content/renderer:for_content_tests",
318 "//mojo/edk/test:test_support", 318 "//mojo/edk/test:test_support",
319 "//skia", 319 "//skia",
320 "//ui/accessibility:ax_gen", 320 "//ui/accessibility:ax_gen",
321 "//v8", 321 "//v8",
322 ] 322 ]
323 323
324 if (is_android) { 324 if (is_android) {
325 deps += [ ":jni" ] 325 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
326 } 326 }
327 } 327 }
328 328
329 if (is_android) { 329 if (is_android) {
330 import("//build/config/android/rules.gni") 330 import("//build/config/android/rules.gni")
331 331
332 generate_jni("jni") {
333 sources = [
334 "../public/test/android/javatests/src/org/chromium/content/browser/test/Ne stedSystemMessageHandler.java",
335 ]
336 jni_package = "content/public/test"
337 }
338 }
339
340 if (is_android) {
341 jinja_template("content_browsertests_manifest") { 332 jinja_template("content_browsertests_manifest") {
342 testonly = true 333 testonly = true
343 input = 334 input =
344 "//content/shell/android/browsertests_apk/AndroidManifest.xml.jinja2" 335 "//content/shell/android/browsertests_apk/AndroidManifest.xml.jinja2"
345 output = 336 output =
346 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml" 337 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml"
347 } 338 }
348 339
349 android_library("content_browsertests_java") { 340 android_library("content_browsertests_java") {
350 testonly = true 341 testonly = true
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 "//gpu:test_support", 933 "//gpu:test_support",
943 "//media/base/android", 934 "//media/base/android",
944 "//media/base/android:media_java", 935 "//media/base/android:media_java",
945 "//media/capture/video/android:capture_java", 936 "//media/capture/video/android:capture_java",
946 "//testing/gmock", 937 "//testing/gmock",
947 "//ui/android:ui_java", 938 "//ui/android:ui_java",
948 ] 939 ]
949 } 940 }
950 } 941 }
951 } 942 }
OLDNEW
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698