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

Side by Side Diff: sync/sync_notifier.gypi

Issue 308413002: Revert of Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
(...skipping 10 matching lines...) Expand all
21 'export_dependent_settings': [ 21 'export_dependent_settings': [
22 '../jingle/jingle.gyp:notifier', 22 '../jingle/jingle.gyp:notifier',
23 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', 23 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'notifier/ack_handler.cc', 26 'notifier/ack_handler.cc',
27 'notifier/ack_handler.h', 27 'notifier/ack_handler.h',
28 'notifier/dropped_invalidation_tracker.cc', 28 'notifier/dropped_invalidation_tracker.cc',
29 'notifier/dropped_invalidation_tracker.h', 29 'notifier/dropped_invalidation_tracker.h',
30 'notifier/invalidation_handler.h', 30 'notifier/invalidation_handler.h',
31 'notifier/invalidation_state_tracker.cc',
32 'notifier/invalidation_state_tracker.h', 31 'notifier/invalidation_state_tracker.h',
33 'notifier/invalidation_util.cc', 32 'notifier/invalidation_util.cc',
34 'notifier/invalidation_util.h', 33 'notifier/invalidation_util.h',
35 'notifier/unacked_invalidation_set.cc', 34 'notifier/unacked_invalidation_set.cc',
36 'notifier/unacked_invalidation_set.h', 35 'notifier/unacked_invalidation_set.h',
37 'notifier/invalidator.h', 36 'notifier/invalidator.h',
37 'notifier/invalidator_registrar.cc',
38 'notifier/invalidator_registrar.h',
39 'notifier/invalidator_state.cc',
40 'notifier/invalidator_state.h',
38 'notifier/mock_ack_handler.cc', 41 'notifier/mock_ack_handler.cc',
39 'notifier/mock_ack_handler.h', 42 'notifier/mock_ack_handler.h',
40 'notifier/object_id_invalidation_map.cc', 43 'notifier/object_id_invalidation_map.cc',
41 'notifier/object_id_invalidation_map.h', 44 'notifier/object_id_invalidation_map.h',
42 'notifier/single_object_invalidation_set.cc', 45 'notifier/single_object_invalidation_set.cc',
43 'notifier/single_object_invalidation_set.h', 46 'notifier/single_object_invalidation_set.h',
44 ], 47 ],
45 'conditions': [ 48 'conditions': [
46 ['OS != "android"', { 49 ['OS != "android"', {
47 'sources': [ 50 'sources': [
51 'notifier/gcm_network_channel.cc',
52 'notifier/gcm_network_channel.h',
53 'notifier/gcm_network_channel_delegate.h',
54 'notifier/invalidation_notifier.cc',
55 'notifier/invalidation_notifier.h',
56 'notifier/non_blocking_invalidator.cc',
57 'notifier/non_blocking_invalidator.h',
58 'notifier/p2p_invalidator.cc',
59 'notifier/p2p_invalidator.h',
60 'notifier/push_client_channel.cc',
61 'notifier/push_client_channel.h',
48 'notifier/registration_manager.cc', 62 'notifier/registration_manager.cc',
49 'notifier/registration_manager.h', 63 'notifier/registration_manager.h',
64 'notifier/state_writer.h',
65 'notifier/sync_invalidation_listener.cc',
66 'notifier/sync_invalidation_listener.h',
67 'notifier/sync_system_resources.cc',
68 'notifier/sync_system_resources.h',
50 ], 69 ],
51 }], 70 }],
52 ], 71 ],
53 } 72 }
OLDNEW
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698