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

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 Created 4 years, 4 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 12f371f9d2fda22f8bf28e032993870aaf51dd9f..8203b198075edb3c8f6f458e3c0bd3ccf7dddc99 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2348,6 +2348,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