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

Unified Diff: components/sync_sessions/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/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 c52bb6a856a10b6d1ae132c614c268bce97b7081..b0219b31b2bec62bd508bca9b94edf229a47f419 100644
--- a/components/sync_sessions/BUILD.gn
+++ b/components/sync_sessions/BUILD.gn
@@ -56,9 +56,9 @@ static_library("sync_sessions") {
"//components/history/core/browser",
"//components/prefs",
"//components/sessions",
+ "//components/sync",
"//components/sync_driver",
"//components/variations",
- "//sync",
"//ui/base:base",
"//ui/gfx",
"//url",
@@ -105,10 +105,10 @@ source_set("unit_tests") {
"//components/history/core/browser",
"//components/prefs:test_support",
"//components/sessions:test_support",
+ "//components/sync",
+ "//components/sync:test_support_sync_api",
"//components/sync_driver",
"//components/sync_driver:test_support",
- "//sync",
- "//sync:test_support_sync_api",
"//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