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

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/chrome_apk.gyp » ('j') | chrome/android/chrome_apk.gyp » ('J')
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 deps = [ 361 deps = [
362 "//base:base_java", 362 "//base:base_java",
363 "//base:base_java_test_support", 363 "//base:base_java_test_support",
364 "//chrome/android:chrome_java", 364 "//chrome/android:chrome_java",
365 "//chrome/android/webapk/libs/common:common_java", 365 "//chrome/android/webapk/libs/common:common_java",
366 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 366 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
367 "//chrome/test/android:chrome_java_test_support", 367 "//chrome/test/android:chrome_java_test_support",
368 "//components/bookmarks/common/android:bookmarks_java", 368 "//components/bookmarks/common/android:bookmarks_java",
369 "//components/dom_distiller/android:dom_distiller_core_java", 369 "//components/dom_distiller/android:dom_distiller_core_java",
370 "//components/gcm_driver/android:gcm_driver_java", 370 "//components/gcm_driver/android:gcm_driver_java",
371 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
372 "//components/gcm_driver/instance_id/android:instance_id_driver_test_support _java",
371 "//components/invalidation/impl:java", 373 "//components/invalidation/impl:java",
372 "//components/invalidation/impl:javatests", 374 "//components/invalidation/impl:javatests",
373 "//components/location/android:location_java", 375 "//components/location/android:location_java",
374 "//components/navigation_interception/android:navigation_interception_java", 376 "//components/navigation_interception/android:navigation_interception_java",
375 "//components/policy/android:policy_java", 377 "//components/policy/android:policy_java",
376 "//components/precache/android:precache_java", 378 "//components/precache/android:precache_java",
377 "//components/precache/android:precache_javatests", 379 "//components/precache/android:precache_javatests",
378 "//components/sync:sync_java_test_support", 380 "//components/sync:sync_java_test_support",
379 "//components/sync/android:sync_java", 381 "//components/sync/android:sync_java",
380 "//components/sync/android:sync_javatests", 382 "//components/sync/android:sync_javatests",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 instrumentation_test_apk("chrome_sync_shell_test_apk") { 643 instrumentation_test_apk("chrome_sync_shell_test_apk") {
642 apk_name = "ChromeSyncShellTest" 644 apk_name = "ChromeSyncShellTest"
643 apk_under_test = ":chrome_sync_shell_apk" 645 apk_under_test = ":chrome_sync_shell_apk"
644 android_manifest = chrome_sync_shell_test_apk_manifest 646 android_manifest = chrome_sync_shell_test_apk_manifest
645 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 647 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
646 deps = [ 648 deps = [
647 ":chrome_sync_shell_test_apk_java", 649 ":chrome_sync_shell_test_apk_java",
648 ] 650 ]
649 proguard_enabled = !is_java_debug 651 proguard_enabled = !is_java_debug
650 } 652 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | chrome/android/chrome_apk.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698