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

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: Remove channel from product_category_for_subtypes, and address nits 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
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index db359965e80eede3e655b9f86ad0823e13f38181..f178e02ab50493a29e7899403a5eb16fcbf9600d 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",
@@ -100,7 +101,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" ]
}
}
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698