1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
12 # GN: //sync/tools:common
13 'target_name': 'sync_tools_helper',
14 'type': 'static_library',
19 '../../base/base.gyp:base',
20 '../../components/components.gyp:invalidation_impl',
23 'export_dependent_settings': [
24 '../../base/base.gyp:base',
28 'invalidation_helper.cc',
29 'invalidation_helper.h',
30 'null_invalidation_state_tracker.cc',
31 'null_invalidation_state_tracker.h',
34 # A tool to listen to sync notifications and print them out.
36 # GN: //sync/tools:sync_listen_notifications
37 'target_name': 'sync_listen_notifications',
43 '../../base/base.gyp:base',
44 '../../components/components.gyp:invalidation_impl',
45 '../../jingle/jingle.gyp:notifier',
46 '../../net/net.gyp:net',
47 '../../net/net.gyp:net_test_support',
52 'sync_listen_notifications.cc',
56 # A standalone command-line sync client.
58 # GN: //sync/tools:sync_client
59 'target_name': 'sync_client',
65 '../../base/base.gyp:base',
66 '../../components/components.gyp:invalidation_impl',
67 '../../jingle/jingle.gyp:notifier',
68 '../../net/net.gyp:net',
69 '../../net/net.gyp:net_test_support',
71 '../sync.gyp:test_support_sync_core',