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

Unified Diff: components/sync_sessions/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/sync_sessions.gypi ('k') | components/sync_sessions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/BUILD.gn
diff --git a/components/sync_sessions/BUILD.gn b/components/sync_sessions/BUILD.gn
index b0219b31b2bec62bd508bca9b94edf229a47f419..1df87ff54a5a351d439a97e6827d2f5d935953f1 100644
--- a/components/sync_sessions/BUILD.gn
+++ b/components/sync_sessions/BUILD.gn
@@ -57,7 +57,6 @@ static_library("sync_sessions") {
"//components/prefs",
"//components/sessions",
"//components/sync",
- "//components/sync_driver",
"//components/variations",
"//ui/base:base",
"//ui/gfx",
@@ -107,8 +106,7 @@ source_set("unit_tests") {
"//components/sessions:test_support",
"//components/sync",
"//components/sync:test_support_sync_api",
- "//components/sync_driver",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//testing/gmock",
"//testing/gtest",
"//ui/base:base",
« no previous file with comments | « components/sync_sessions.gypi ('k') | components/sync_sessions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698