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

Side by Side Diff: trunk/src/sync/sync_notifier.gypi

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/sync/notifier/p2p_invalidator.h ('k') | trunk/src/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/invalidation_handler.h', 26 'notifier/invalidation_handler.h',
27 'notifier/invalidation_state_tracker.cc', 27 'notifier/invalidation_state_tracker.cc',
28 'notifier/invalidation_state_tracker.h', 28 'notifier/invalidation_state_tracker.h',
29 'notifier/invalidation_util.cc', 29 'notifier/invalidation_util.cc',
30 'notifier/invalidation_util.h', 30 'notifier/invalidation_util.h',
31 'notifier/invalidator_factory.cc',
32 'notifier/invalidator_factory.h',
31 'notifier/invalidator.h', 33 'notifier/invalidator.h',
32 'notifier/invalidator_registrar.cc', 34 'notifier/invalidator_registrar.cc',
33 'notifier/invalidator_registrar.h', 35 'notifier/invalidator_registrar.h',
34 'notifier/invalidator_state.cc', 36 'notifier/invalidator_state.cc',
35 'notifier/invalidator_state.h', 37 'notifier/invalidator_state.h',
36 'notifier/object_id_invalidation_map.cc', 38 'notifier/object_id_invalidation_map.cc',
37 'notifier/object_id_invalidation_map.h', 39 'notifier/object_id_invalidation_map.h',
38 ], 40 ],
39 'conditions': [ 41 'conditions': [
40 ['OS != "android"', { 42 ['OS != "android"', {
(...skipping 12 matching lines...) Expand all
53 'notifier/registration_manager.h', 55 'notifier/registration_manager.h',
54 'notifier/state_writer.h', 56 'notifier/state_writer.h',
55 'notifier/sync_invalidation_listener.cc', 57 'notifier/sync_invalidation_listener.cc',
56 'notifier/sync_invalidation_listener.h', 58 'notifier/sync_invalidation_listener.h',
57 'notifier/sync_system_resources.cc', 59 'notifier/sync_system_resources.cc',
58 'notifier/sync_system_resources.h', 60 'notifier/sync_system_resources.h',
59 ], 61 ],
60 }], 62 }],
61 ], 63 ],
62 } 64 }
OLDNEW
« no previous file with comments | « trunk/src/sync/notifier/p2p_invalidator.h ('k') | trunk/src/sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698