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

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

Issue 2076583002: Add WebAPK's tests in ChildProcessLauncherTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ChildProcessLaucherTest back to content. Created 4 years, 6 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_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 apk_under_test = ":chrome_public_apk" 553 apk_under_test = ":chrome_public_apk"
554 android_manifest = chrome_public_test_apk_manifest 554 android_manifest = chrome_public_test_apk_manifest
555 555
556 deps = [ 556 deps = [
557 ":chrome_public_test_apk_manifest", 557 ":chrome_public_test_apk_manifest",
558 ":chrome_test_java", 558 ":chrome_test_java",
559 "//chrome/android/webapk/shell_apk:shell_apk_javatests", 559 "//chrome/android/webapk/shell_apk:shell_apk_javatests",
560 ] 560 ]
561 additional_apks = [ 561 additional_apks = [
562 "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk ", 562 "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk ",
563 "//chrome/android/webapk/shell_apk:test_webapk",
563 "//chrome/test/android/chrome_public_test_support:chrome_public_test_support _apk", 564 "//chrome/test/android/chrome_public_test_support:chrome_public_test_support _apk",
564 "//net/android:net_test_support_apk", 565 "//net/android:net_test_support_apk",
565 ] 566 ]
566 isolate_file = "../chrome_public_test_apk.isolate" 567 isolate_file = "../chrome_public_test_apk.isolate"
567 proguard_enabled = !is_java_debug 568 proguard_enabled = !is_java_debug
568 } 569 }
569 570
570 android_library("chrome_sync_shell_test_apk_java") { 571 android_library("chrome_sync_shell_test_apk_java") {
571 testonly = true 572 testonly = true
572 573
(...skipping 24 matching lines...) Expand all
597 instrumentation_test_apk("chrome_sync_shell_test_apk") { 598 instrumentation_test_apk("chrome_sync_shell_test_apk") {
598 apk_name = "ChromeSyncShellTest" 599 apk_name = "ChromeSyncShellTest"
599 apk_under_test = ":chrome_sync_shell_apk" 600 apk_under_test = ":chrome_sync_shell_apk"
600 android_manifest = chrome_sync_shell_test_apk_manifest 601 android_manifest = chrome_sync_shell_test_apk_manifest
601 deps = [ 602 deps = [
602 ":chrome_sync_shell_test_apk_java", 603 ":chrome_sync_shell_test_apk_java",
603 ":chrome_sync_shell_test_apk_manifest", 604 ":chrome_sync_shell_test_apk_manifest",
604 ] 605 ]
605 proguard_enabled = !is_java_debug 606 proguard_enabled = !is_java_debug
606 } 607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698