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

Unified Diff: sync/sync_tests.gypi

Issue 303603004: sync: Separate .gyp file for standalone tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the new gyp file Created 6 years, 7 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 | « build/all.gyp ('k') | sync/tools/sync_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 28782eb7ab96a123123d3007c5de2b9664bbb1eb..df762d8ffcabe9923f266ea752f97aa5ee7f4b3a 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -571,29 +571,6 @@
'conditions': [
['OS != "ios"', {
'targets': [
- {
- 'target_name': 'sync_tools_helper',
- 'type': 'static_library',
- 'defines': [
- 'SYNC_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'sync',
- ],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- 'sync',
- ],
- 'sources': [
- 'tools/null_invalidation_state_tracker.cc',
- 'tools/null_invalidation_state_tracker.h',
- ],
- },
-
# A tool that can be used to launch a python sync server instance.
{
'target_name': 'run_sync_testserver',
@@ -609,47 +586,6 @@
'tools/testserver/run_sync_testserver.cc',
],
},
-
- # A tool to listen to sync notifications and print them out.
- {
- 'target_name': 'sync_listen_notifications',
- 'type': 'executable',
- 'defines': [
- 'SYNC_TEST',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../jingle/jingle.gyp:notifier',
- '../net/net.gyp:net',
- '../net/net.gyp:net_test_support',
- 'sync',
- 'sync_tools_helper',
- ],
- 'sources': [
- 'tools/sync_listen_notifications.cc',
- ],
- },
-
- # A standalone command-line sync client.
- {
- 'target_name': 'sync_client',
- 'type': 'executable',
- 'defines': [
- 'SYNC_TEST',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../jingle/jingle.gyp:notifier',
- '../net/net.gyp:net',
- '../net/net.gyp:net_test_support',
- 'sync',
- 'sync_tools_helper',
- 'test_support_sync_core'
- ],
- 'sources': [
- 'tools/sync_client.cc',
- ],
- },
],
}],
['OS == "android"', {
« no previous file with comments | « build/all.gyp ('k') | sync/tools/sync_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698