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

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

Issue 2460253002: Update WebAPKs even if the WebAPK start URL has no Web Manifest part 2/3 (Closed)
Patch Set: Merge branch 'master' into update_fail_refactor0 Created 4 years 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/ManifestUpgradeDetector.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("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//chrome/android/chrome_public_apk_tmpl.gni") 10 import("//chrome/android/chrome_public_apk_tmpl.gni")
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 android_library("chrome_test_java") { 390 android_library("chrome_test_java") {
391 testonly = true 391 testonly = true
392 392
393 # From java_sources.gni. 393 # From java_sources.gni.
394 java_files = chrome_test_java_sources 394 java_files = chrome_test_java_sources
395 395
396 deps = [ 396 deps = [
397 "//base:base_java", 397 "//base:base_java",
398 "//base:base_java_test_support", 398 "//base:base_java_test_support",
399 "//chrome/android:chrome_java", 399 "//chrome/android:chrome_java",
400 "//chrome/android/webapk/libs/client:client_java",
400 "//chrome/android/webapk/libs/common:common_java", 401 "//chrome/android/webapk/libs/common:common_java",
401 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 402 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
402 "//chrome/test/android:chrome_java_test_support", 403 "//chrome/test/android:chrome_java_test_support",
403 "//components/autofill/android:autofill_java", 404 "//components/autofill/android:autofill_java",
404 "//components/bookmarks/common/android:bookmarks_java", 405 "//components/bookmarks/common/android:bookmarks_java",
405 "//components/dom_distiller/core/android:dom_distiller_core_java", 406 "//components/dom_distiller/core/android:dom_distiller_core_java",
406 "//components/gcm_driver/android:gcm_driver_java", 407 "//components/gcm_driver/android:gcm_driver_java",
407 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 408 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
408 "//components/gcm_driver/instance_id/android:instance_id_driver_test_support _java", 409 "//components/gcm_driver/instance_id/android:instance_id_driver_test_support _java",
409 "//components/invalidation/impl:java", 410 "//components/invalidation/impl:java",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 instrumentation_test_apk("chrome_sync_shell_test_apk") { 794 instrumentation_test_apk("chrome_sync_shell_test_apk") {
794 apk_name = "ChromeSyncShellTest" 795 apk_name = "ChromeSyncShellTest"
795 apk_under_test = ":chrome_sync_shell_apk" 796 apk_under_test = ":chrome_sync_shell_apk"
796 android_manifest = chrome_sync_shell_test_apk_manifest 797 android_manifest = chrome_sync_shell_test_apk_manifest
797 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 798 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
798 deps = [ 799 deps = [
799 ":chrome_sync_shell_test_apk_java", 800 ":chrome_sync_shell_test_apk_java",
800 ] 801 ]
801 proguard_enabled = !is_java_debug 802 proguard_enabled = !is_java_debug
802 } 803 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetector.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698