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

Unified Diff: components/sync/tools/sync_tools.gyp

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/tools/sync_listen_notifications.cc ('k') | components/sync/tools/testserver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/sync_tools.gyp
diff --git a/sync/tools/sync_tools.gyp b/components/sync/tools/sync_tools.gyp
similarity index 51%
rename from sync/tools/sync_tools.gyp
rename to components/sync/tools/sync_tools.gyp
index 49382a5071ff8be7c3fa7781ba5242e2a5f50d56..982c96bcf00a2106b8899e02eddde8b573adfe28 100644
--- a/sync/tools/sync_tools.gyp
+++ b/components/sync/tools/sync_tools.gyp
@@ -9,20 +9,20 @@
'targets': [
{
- # GN: //sync/tools:common
+ # GN: //components/sync/tools:common
'target_name': 'sync_tools_helper',
'type': 'static_library',
'include_dirs': [
- '../..',
+ '../../..',
],
'dependencies': [
- '../../base/base.gyp:base',
- '../../components/components.gyp:invalidation_impl',
- '../sync.gyp:sync',
+ '../../../base/base.gyp:base',
+ '../../../components/components.gyp:invalidation_impl',
+ '../../sync.gyp:sync',
],
'export_dependent_settings': [
- '../../base/base.gyp:base',
- '../sync.gyp:sync',
+ '../../../base/base.gyp:base',
+ '../../sync.gyp:sync',
],
'sources': [
'null_invalidation_state_tracker.cc',
@@ -31,20 +31,20 @@
},
# A tool to listen to sync notifications and print them out.
{
- # GN: //sync/tools:sync_listen_notifications
+ # GN: //components/sync/tools:sync_listen_notifications
'target_name': 'sync_listen_notifications',
'type': 'executable',
'defines': [
'SYNC_TEST',
],
'dependencies': [
- '../../base/base.gyp:base',
- '../../components/components.gyp:invalidation_impl',
- '../../components/components.gyp:sync_driver',
- '../../jingle/jingle.gyp:notifier',
- '../../net/net.gyp:net',
- '../../net/net.gyp:net_test_support',
- '../sync.gyp:sync',
+ '../../../base/base.gyp:base',
+ '../../../components/components.gyp:invalidation_impl',
+ '../../../components/components.gyp:sync_driver',
+ '../../../jingle/jingle.gyp:notifier',
+ '../../../net/net.gyp:net',
+ '../../../net/net.gyp:net_test_support',
+ '../../sync.gyp:sync',
'sync_tools_helper',
],
'sources': [
@@ -54,21 +54,21 @@
# A standalone command-line sync client.
{
- # GN: //sync/tools:sync_client
+ # GN: //components/sync/tools:sync_client
'target_name': 'sync_client',
'type': 'executable',
'defines': [
'SYNC_TEST',
],
'dependencies': [
- '../../base/base.gyp:base',
- '../../components/components.gyp:invalidation_impl',
- '../../components/components.gyp:sync_driver',
- '../../jingle/jingle.gyp:notifier',
- '../../net/net.gyp:net',
- '../../net/net.gyp:net_test_support',
- '../sync.gyp:sync',
- '../sync.gyp:test_support_sync_core',
+ '../../../base/base.gyp:base',
+ '../../../components/components.gyp:invalidation_impl',
+ '../../../components/components.gyp:sync_driver',
+ '../../../jingle/jingle.gyp:notifier',
+ '../../../net/net.gyp:net',
+ '../../../net/net.gyp:net_test_support',
+ '../../sync.gyp:sync',
+ '../../sync.gyp:test_support_sync_core',
'sync_tools_helper',
],
'sources': [
« no previous file with comments | « components/sync/tools/sync_listen_notifications.cc ('k') | components/sync/tools/testserver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698