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

Unified Diff: components/suggestions/BUILD.gn

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/BUILD.gn
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index 2dd952f0d24bddc635664cc9db6853bc12ab6b8e..174726add9bb1d55b178a10a3a1a068ab233ba71 100644
--- a/components/suggestions/BUILD.gn
+++ b/components/suggestions/BUILD.gn
@@ -33,7 +33,7 @@ static_library("suggestions") {
"//components/leveldb_proto",
"//components/pref_registry",
"//components/signin/core/browser",
- "//components/sync_driver:sync_driver",
+ "//components/sync",
"//components/variations",
"//components/variations/net",
"//google_apis",
@@ -61,7 +61,7 @@ source_set("unit_tests") {
"//components/leveldb_proto:test_support",
"//components/pref_registry:test_support",
"//components/signin/core/browser:test_support",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « components/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698