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

Unified Diff: components/wifi_sync/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/wifi_sync.gypi ('k') | components/wifi_sync/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/BUILD.gn
diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn
index 72ac120899b62cc0950d9305fd831c31a837c38a..c70b793edbef65077fd2f69b231eb1cc95fb4b5d 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/wifi_sync/BUILD.gn
@@ -26,8 +26,8 @@ source_set("wifi_sync") {
"//components/keyed_service/content",
"//components/keyed_service/core",
"//components/onc",
+ "//components/sync",
"//content/public/browser",
- "//sync",
]
if (is_chromeos) {
@@ -51,7 +51,7 @@ source_set("unit_tests") {
"//base",
"//chromeos",
"//components/onc",
- "//sync:test_support_sync_api",
+ "//components/sync:test_support_sync_api",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/wifi_sync.gypi ('k') | components/wifi_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698