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

Unified Diff: components/sync_sessions.gypi

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_driver/user_selectable_sync_type.h ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions.gypi
diff --git a/components/sync_sessions.gypi b/components/sync_sessions.gypi
index b56fb0fab3918c38fcb7e4ae019466e5712e8033..4acf40d37cb4f1720d16b14512a78193b2a15ad4 100644
--- a/components/sync_sessions.gypi
+++ b/components/sync_sessions.gypi
@@ -13,7 +13,7 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../url/url.gyp:url_lib',
'bookmarks_browser',
'history_core_browser',
@@ -83,7 +83,7 @@
'dependencies': [
'sync_sessions',
'../base/base.gyp:base',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../testing/gtest.gyp:gtest',
],
'include_dirs': [
« no previous file with comments | « components/sync_driver/user_selectable_sync_type.h ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698