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 'null_invalidation_state_tracker.cc',
29 'null_invalidation_state_tracker.h',
32 # A tool to listen to sync notifications and print them out.
34 # GN: //sync/tools:sync_listen_notifications
35 'target_name': 'sync_listen_notifications',
41 '../../base/base.gyp:base',
42 '../../components/components.gyp:invalidation_impl',
43 '../../components/components.gyp:sync_driver',
44 '../../jingle/jingle.gyp:notifier',
45 '../../net/net.gyp:net',
46 '../../net/net.gyp:net_test_support',
51 'sync_listen_notifications.cc',
55 # A standalone command-line sync client.
57 # GN: //sync/tools:sync_client
58 'target_name': 'sync_client',
64 '../../base/base.gyp:base',
65 '../../components/components.gyp:invalidation_impl',
66 '../../components/components.gyp:sync_driver',
67 '../../jingle/jingle.gyp:notifier',
68 '../../net/net.gyp:net',
69 '../../net/net.gyp:net_test_support',
71 '../sync.gyp:test_support_sync_core',