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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Address jianli's review comments 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: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 7f8e34a4f0b1d9502561674d97113f0d7e30ed7c..8ce1333d280eafc119e5b3c2e6bcfb40e0f0b1f7 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -61,6 +61,7 @@ static_library("gcm_driver") {
deps = [
"//base",
+ "//components/crx_file",
"//components/gcm_driver/common",
"//components/gcm_driver/crypto",
"//components/keyed_service/core",
@@ -101,7 +102,10 @@ static_library("gcm_driver") {
"gcm_stats_recorder_impl.cc",
"gcm_stats_recorder_impl.h",
]
- deps -= [ "//google_apis/gcm" ]
+ deps -= [
+ "//components/crx_file",
+ "//google_apis/gcm",
+ ]
deps += [ "android:jni_headers" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698