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

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

Issue 2724543003: Reland of Add integration tests for WebAPKs (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkUpdateManager.java » ('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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni")
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 instrumentation_test_apk("chrome_public_test_apk") { 771 instrumentation_test_apk("chrome_public_test_apk") {
772 apk_name = "ChromePublicTest" 772 apk_name = "ChromePublicTest"
773 apk_under_test = ":chrome_public_apk" 773 apk_under_test = ":chrome_public_apk"
774 android_manifest = chrome_public_test_apk_manifest 774 android_manifest = chrome_public_test_apk_manifest
775 android_manifest_dep = ":chrome_public_test_apk_manifest" 775 android_manifest_dep = ":chrome_public_test_apk_manifest"
776 776
777 deps = [ 777 deps = [
778 ":chrome_test_java", 778 ":chrome_test_java",
779 "//chrome/android/webapk/libs/runtime_library:runtime_library_javatests", 779 "//chrome/android/webapk/libs/runtime_library:runtime_library_javatests",
780 "//chrome/android/webapk/shell_apk:shell_apk_javatests", 780 "//chrome/android/webapk/shell_apk:shell_apk_javatests",
781 "//chrome/android/webapk/shell_apk:webapk_javatests",
781 "//third_party/android_support_test_runner:runner_java", 782 "//third_party/android_support_test_runner:runner_java",
782 ] 783 ]
783 additional_apks = [ 784 additional_apks = [
784 "//chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_serv ice:apk_with_webapk_service", 785 "//chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_serv ice:apk_with_webapk_service",
786 "//chrome/android/webapk/shell_apk:webapk_javatests",
785 "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk ", 787 "//chrome/android/webapk/shell_apk/javatests/dex_optimizer:dex_optimizer_apk ",
786 "//chrome/test/android/chrome_public_test_support:chrome_public_test_support _apk", 788 "//chrome/test/android/chrome_public_test_support:chrome_public_test_support _apk",
787 "//net/android:net_test_support_apk", 789 "//net/android:net_test_support_apk",
788 ] 790 ]
789 proguard_enabled = !is_java_debug 791 proguard_enabled = !is_java_debug
790 } 792 }
791 793
792 if (enable_webvr) { 794 if (enable_webvr) {
793 instrumentation_test_apk("chrome_public_test_vr_apk") { 795 instrumentation_test_apk("chrome_public_test_vr_apk") {
794 apk_name = "ChromePublicTestVr" 796 apk_name = "ChromePublicTestVr"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 apk_name = "ChromeSyncShellTest" 835 apk_name = "ChromeSyncShellTest"
834 apk_under_test = ":chrome_sync_shell_apk" 836 apk_under_test = ":chrome_sync_shell_apk"
835 android_manifest = chrome_sync_shell_test_apk_manifest 837 android_manifest = chrome_sync_shell_test_apk_manifest
836 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 838 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
837 deps = [ 839 deps = [
838 ":chrome_sync_shell_test_apk_java", 840 ":chrome_sync_shell_test_apk_java",
839 "//third_party/android_support_test_runner:runner_java", 841 "//third_party/android_support_test_runner:runner_java",
840 ] 842 ]
841 proguard_enabled = !is_java_debug 843 proguard_enabled = !is_java_debug
842 } 844 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkUpdateManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698