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

Unified Diff: content/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f1c9595848a04fab639950966059391a782ceec3..70e1da866af407dceb85dc25ba77ed1892bd2011 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -101,6 +101,8 @@ source_set("test_support") {
"mock_google_streaming_server.cc",
"mock_google_streaming_server.h",
]
+
+ deps += [ "../public/test/android:test_support_content_jni_headers" ]
}
if (enable_plugins) {

Powered by Google App Engine
This is Rietveld 408576698