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

Unified Diff: chrome/test/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/services/gcm/fake_gcm_profile_service.cc ('k') | components/gcm_driver/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index dbcbd5e03bfa7da705efcbbc7a6f94100b5c8ab8..609f2eb29d50d8822b035ad9f935f70d1acbbecc 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3443,6 +3443,8 @@ test("unit_tests") {
sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ]
deps += [
":unit_tests_java",
+ "//components/gcm_driver/instance_id/android:instance_id_driver_java",
+ "//components/gcm_driver/instance_id/android:instance_id_driver_test_support_java",
"//components/offline_pages:test_support",
"//v8:v8_external_startup_data_assets",
]
« no previous file with comments | « chrome/browser/services/gcm/fake_gcm_profile_service.cc ('k') | components/gcm_driver/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698