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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 683753002: Add a missing dependency from gcm_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 6 years, 2 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 | « no previous file | no next file » | 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 51360df5fe7b9fe3cf9d4f359b318a48f0109f73..8b210d273dca645adc2e97a40b362654aed1f2c8 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -46,6 +46,7 @@ static_library("gcm_driver") {
deps = [
"//base",
"//components/os_crypt",
+ "//components/timers",
"//google_apis/gcm",
"//net",
"//sync/protocol",
@@ -71,6 +72,7 @@ static_library("gcm_driver") {
"gcm_stats_recorder_impl.h",
]
deps -= [
+ "//components/timers",
"//google_apis/gcm",
]
deps += [ "android:jni_headers" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698