Commit fc3f7844 authored by mukai's avatar mukai Committed by Commit bot

Add a missing dependency from gcm_driver.

BUG=None
TBR=dimich@chromium.org
TEST=manually

Review URL: https://codereview.chromium.org/683753002

Cr-Commit-Position: refs/heads/master@{#301569}
parent 90459ba9
......@@ -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" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment