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 'target_name': 'sync_tools_helper',
13 'type': 'static_library',
18 '../../base/base.gyp:base',
19 '../../components/components.gyp:invalidation',
22 'export_dependent_settings': [
23 '../../base/base.gyp:base',
27 'invalidation_helper.cc',
28 'invalidation_helper.h',
29 'null_invalidation_state_tracker.cc',
30 'null_invalidation_state_tracker.h',
33 # A tool to listen to sync notifications and print them out.
35 'target_name': 'sync_listen_notifications',
41 '../../base/base.gyp:base',
42 '../../components/components.gyp:invalidation',
43 '../../jingle/jingle.gyp:notifier',
44 '../../net/net.gyp:net',
45 '../../net/net.gyp:net_test_support',
50 'sync_listen_notifications.cc',
54 # A standalone command-line sync client.
56 'target_name': 'sync_client',
62 '../../base/base.gyp:base',
63 '../../components/components.gyp:invalidation',
64 '../../jingle/jingle.gyp:notifier',
65 '../../net/net.gyp:net',
66 '../../net/net.gyp:net_test_support',
68 '../sync.gyp:test_support_sync_core',