commit | 3689f8d171c79fb6695eae6c65b6fd517f5a09c0 | [log] [tgz] |
---|---|---|
author | fgorski <[email protected]> | Thu Oct 09 04:39:31 2014 |
committer | Commit bot <[email protected]> | Thu Oct 09 04:39:52 2014 |
tree | 6b53cc97bfc0810f00462cba0283160971b28677 | |
parent | e06223d986613040ce9d706daa15ea91a420312f [diff] [blame] |
[GCM] Updating GCM Status Syncer to the new Experiment Status pb BUG=421210 Review URL: https://codereview.chromium.org/635093002 Cr-Commit-Position: refs/heads/master@{#298771}
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn index 92330f8..95b0596 100644 --- a/components/gcm_driver/BUILD.gn +++ b/components/gcm_driver/BUILD.gn
@@ -45,10 +45,10 @@ deps = [ "//base", - "//components/gcm_driver/proto", "//components/os_crypt", "//google_apis/gcm", "//net", + "//sync/protocol", ] if (is_android) {