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

Unified Diff: components/sync_driver.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_bookmarks/bookmark_model_associator.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 6f98f993391f0055d71f0ade645720f1e911cb65..48c0a9b4c4d3d65c7d809f37e6cad9b4be40abfe 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -11,7 +11,7 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
'data_use_measurement_core',
@@ -22,7 +22,7 @@
'version_info',
],
'export_dependent_settings': [
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
],
'include_dirs': [
@@ -166,8 +166,8 @@
'sync_driver',
'version_info',
'../base/base.gyp:base',
- '../sync/sync.gyp:sync',
- '../sync/sync.gyp:test_support_sync_internal_api',
+ '../components/sync.gyp:sync',
+ '../components/sync.gyp:test_support_sync_core_impl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
« no previous file with comments | « components/sync_bookmarks/bookmark_model_associator.cc ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698