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

Side by Side Diff: sync/sync.gyp

Issue 10391186: Revert 137685 (broke check_deps on linux builder) - Rename InvalidationVersionTracker to Invalidati… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'notifier/cache_invalidation_packet_handler.cc', 216 'notifier/cache_invalidation_packet_handler.cc',
217 'notifier/cache_invalidation_packet_handler.h', 217 'notifier/cache_invalidation_packet_handler.h',
218 'notifier/chrome_invalidation_client.cc', 218 'notifier/chrome_invalidation_client.cc',
219 'notifier/chrome_invalidation_client.h', 219 'notifier/chrome_invalidation_client.h',
220 'notifier/chrome_system_resources.cc', 220 'notifier/chrome_system_resources.cc',
221 'notifier/chrome_system_resources.h', 221 'notifier/chrome_system_resources.h',
222 'notifier/invalidation_notifier.h', 222 'notifier/invalidation_notifier.h',
223 'notifier/invalidation_notifier.cc', 223 'notifier/invalidation_notifier.cc',
224 'notifier/invalidation_util.cc', 224 'notifier/invalidation_util.cc',
225 'notifier/invalidation_util.h', 225 'notifier/invalidation_util.h',
226 'notifier/invalidation_state_tracker.h', 226 'notifier/invalidation_version_tracker.h',
227 'notifier/non_blocking_invalidation_notifier.h', 227 'notifier/non_blocking_invalidation_notifier.h',
228 'notifier/non_blocking_invalidation_notifier.cc', 228 'notifier/non_blocking_invalidation_notifier.cc',
229 'notifier/p2p_notifier.h', 229 'notifier/p2p_notifier.h',
230 'notifier/p2p_notifier.cc', 230 'notifier/p2p_notifier.cc',
231 'notifier/registration_manager.cc', 231 'notifier/registration_manager.cc',
232 'notifier/registration_manager.h', 232 'notifier/registration_manager.h',
233 'notifier/state_writer.h', 233 'notifier/state_writer.h',
234 ], 234 ],
235 }], 235 }],
236 ], 236 ],
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 '../net/net.gyp:net_test_support', 728 '../net/net.gyp:net_test_support',
729 'sync', 729 'sync',
730 'sync_notifier', 730 'sync_notifier',
731 ], 731 ],
732 'sources': [ 732 'sources': [
733 'tools/sync_listen_notifications.cc', 733 'tools/sync_listen_notifications.cc',
734 ], 734 ],
735 }, 735 },
736 ], 736 ],
737 } 737 }
OLDNEW
« no previous file with comments | « sync/notifier/sync_notifier_factory_unittest.cc ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698