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

Unified Diff: chrome/chrome_tests_unit.gypi

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, 7 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 3c4be667095ec5b4db0dbae6185bf341d610c1f0..31bb5244ddbf8eee6da0214c16783540676d8e17 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2336,6 +2336,8 @@
],
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
+ '../components/components.gyp:instance_id_driver_java',
+ '../components/components.gyp:instance_id_driver_test_support_java',
'../components/components.gyp:offline_pages',
],
}, { # Not Android.

Powered by Google App Engine
This is Rietveld 408576698