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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 30a30ac261c84d3329ab7103d3f0717b8bcb3bed..7f8e34a4f0b1d9502561674d97113f0d7e30ed7c 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -68,12 +68,12 @@ static_library("gcm_driver") {
"//components/pref_registry",
"//components/prefs",
"//components/signin/core/browser",
+ "//components/sync/protocol",
"//components/sync_driver",
"//components/version_info",
"//google_apis",
"//google_apis/gcm",
"//net",
- "//sync/protocol",
"//url:url",
]
allow_circular_includes_from = [ "//components/gcm_driver/crypto" ]
@@ -162,10 +162,10 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/gcm_driver/crypto",
"//components/prefs:test_support",
+ "//components/sync/protocol",
"//google_apis:test_support",
"//google_apis/gcm:test_support",
"//net:test_support",
- "//sync/protocol",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
]
« 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