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

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

Issue 1851423003: Make Web Push use InstanceID tokens instead of GCM registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid4default
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | chrome/android/javatests/DEPS » ('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("//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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 deps = [ 403 deps = [
404 "//base:base_java", 404 "//base:base_java",
405 "//base:base_java_test_support", 405 "//base:base_java_test_support",
406 "//chrome/android:chrome_java", 406 "//chrome/android:chrome_java",
407 "//chrome/android/webapk/libs/common:common_java", 407 "//chrome/android/webapk/libs/common:common_java",
408 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 408 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
409 "//chrome/test/android:chrome_java_test_support", 409 "//chrome/test/android:chrome_java_test_support",
410 "//components/bookmarks/common/android:bookmarks_java", 410 "//components/bookmarks/common/android:bookmarks_java",
411 "//components/dom_distiller/core/android:dom_distiller_core_java", 411 "//components/dom_distiller/core/android:dom_distiller_core_java",
412 "//components/gcm_driver/android:gcm_driver_java", 412 "//components/gcm_driver/android:gcm_driver_java",
413 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
414 "//components/gcm_driver/instance_id/android:instance_id_driver_test_support _java",
413 "//components/invalidation/impl:java", 415 "//components/invalidation/impl:java",
414 "//components/invalidation/impl:javatests", 416 "//components/invalidation/impl:javatests",
415 "//components/location/android:location_java", 417 "//components/location/android:location_java",
416 "//components/navigation_interception/android:navigation_interception_java", 418 "//components/navigation_interception/android:navigation_interception_java",
417 "//components/policy/android:policy_java", 419 "//components/policy/android:policy_java",
418 "//components/precache/android:precache_java", 420 "//components/precache/android:precache_java",
419 "//components/precache/android:precache_javatests", 421 "//components/precache/android:precache_javatests",
420 "//components/sync:sync_java_test_support", 422 "//components/sync:sync_java_test_support",
421 "//components/sync/android:sync_java", 423 "//components/sync/android:sync_java",
422 "//components/sync/android:sync_javatests", 424 "//components/sync/android:sync_javatests",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 instrumentation_test_apk("chrome_sync_shell_test_apk") { 687 instrumentation_test_apk("chrome_sync_shell_test_apk") {
686 apk_name = "ChromeSyncShellTest" 688 apk_name = "ChromeSyncShellTest"
687 apk_under_test = ":chrome_sync_shell_apk" 689 apk_under_test = ":chrome_sync_shell_apk"
688 android_manifest = chrome_sync_shell_test_apk_manifest 690 android_manifest = chrome_sync_shell_test_apk_manifest
689 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 691 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
690 deps = [ 692 deps = [
691 ":chrome_sync_shell_test_apk_java", 693 ":chrome_sync_shell_test_apk_java",
692 ] 694 ]
693 proguard_enabled = !is_java_debug 695 proguard_enabled = !is_java_debug
694 } 696 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/javatests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698