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

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: Fix GN/GYP Created 4 years, 8 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 079d7bc3d258aa170925559b4928189c6a526611..936a7b1d47e66de68db24dcbc60ee7572a6962d2 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1669,6 +1669,8 @@ test("unit_tests") {
deps += [
":unit_tests_java",
"//components/offline_pages:test_support",
+ "//content/public/test/android:content_java_test_support",
+ "//content/test:test_support",
"//v8:v8_external_startup_data_assets",
google_play_services_resources,
]

Powered by Google App Engine
This is Rietveld 408576698