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

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 (main conflics in browsertest and PMMF) 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 331
332 deps = [ 332 deps = [
333 "//base:base_java", 333 "//base:base_java",
334 "//base:base_java_test_support", 334 "//base:base_java_test_support",
335 "//chrome/android:chrome_java", 335 "//chrome/android:chrome_java",
336 "//chrome/android:chrome_java_resources", 336 "//chrome/android:chrome_java_resources",
337 "//chrome/test/android:chrome_java_test_support", 337 "//chrome/test/android:chrome_java_test_support",
338 "//components/bookmarks/common/android:bookmarks_java", 338 "//components/bookmarks/common/android:bookmarks_java",
339 "//components/dom_distiller/android:dom_distiller_core_java", 339 "//components/dom_distiller/android:dom_distiller_core_java",
340 "//components/gcm_driver/android:gcm_driver_java", 340 "//components/gcm_driver/android:gcm_driver_java",
341 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
342 "//components/gcm_driver/instance_id/android:instance_id_driver_test_support _java",
341 "//components/invalidation/impl:java", 343 "//components/invalidation/impl:java",
342 "//components/invalidation/impl:javatests", 344 "//components/invalidation/impl:javatests",
343 "//components/navigation_interception/android:navigation_interception_java", 345 "//components/navigation_interception/android:navigation_interception_java",
344 "//components/policy/android:policy_java", 346 "//components/policy/android:policy_java",
345 "//components/precache/android:precache_java", 347 "//components/precache/android:precache_java",
346 "//components/precache/android:precache_javatests", 348 "//components/precache/android:precache_javatests",
347 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 349 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
348 "//components/web_restrictions:web_restrictions_java", 350 "//components/web_restrictions:web_restrictions_java",
349 "//content/public/android:content_java", 351 "//content/public/android:content_java",
350 "//content/public/test/android:content_java_test_support", 352 "//content/public/test/android:content_java_test_support",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 instrumentation_test_apk("chrome_sync_shell_test_apk") { 600 instrumentation_test_apk("chrome_sync_shell_test_apk") {
599 apk_name = "ChromeSyncShellTest" 601 apk_name = "ChromeSyncShellTest"
600 apk_under_test = ":chrome_sync_shell_apk" 602 apk_under_test = ":chrome_sync_shell_apk"
601 android_manifest = chrome_sync_shell_test_apk_manifest 603 android_manifest = chrome_sync_shell_test_apk_manifest
602 deps = [ 604 deps = [
603 ":chrome_sync_shell_test_apk_java", 605 ":chrome_sync_shell_test_apk_java",
604 ":chrome_sync_shell_test_apk_manifest", 606 ":chrome_sync_shell_test_apk_manifest",
605 ] 607 ]
606 proguard_enabled = !is_debug 608 proguard_enabled = !is_debug
607 } 609 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | chrome/browser/push_messaging/push_messaging_app_identifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698