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

Side by Side Diff: sync/sync.gyp

Issue 10911084: Implement Invalidator::Acknowledge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'notifier/invalidator_state.cc', 272 'notifier/invalidator_state.cc',
273 'notifier/invalidator_state.h', 273 'notifier/invalidator_state.h',
274 'notifier/object_id_state_map.cc', 274 'notifier/object_id_state_map.cc',
275 'notifier/object_id_state_map.h', 275 'notifier/object_id_state_map.h',
276 ], 276 ],
277 'conditions': [ 277 'conditions': [
278 ['OS != "android"', { 278 ['OS != "android"', {
279 'sources': [ 279 'sources': [
280 'notifier/invalidation_notifier.cc', 280 'notifier/invalidation_notifier.cc',
281 'notifier/invalidation_notifier.h', 281 'notifier/invalidation_notifier.h',
282 'notifier/invalidation_state_tracker.cc',
282 'notifier/invalidation_state_tracker.h', 283 'notifier/invalidation_state_tracker.h',
283 'notifier/non_blocking_invalidator.cc', 284 'notifier/non_blocking_invalidator.cc',
284 'notifier/non_blocking_invalidator.h', 285 'notifier/non_blocking_invalidator.h',
285 'notifier/p2p_invalidator.cc', 286 'notifier/p2p_invalidator.cc',
286 'notifier/p2p_invalidator.h', 287 'notifier/p2p_invalidator.h',
287 'notifier/push_client_channel.cc', 288 'notifier/push_client_channel.cc',
288 'notifier/push_client_channel.h', 289 'notifier/push_client_channel.h',
289 'notifier/registration_manager.cc', 290 'notifier/registration_manager.cc',
290 'notifier/registration_manager.h', 291 'notifier/registration_manager.h',
291 'notifier/state_writer.h', 292 'notifier/state_writer.h',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'variables': { 878 'variables': {
878 'test_suite_name': 'sync_unit_tests', 879 'test_suite_name': 'sync_unit_tests',
879 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 880 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
880 }, 881 },
881 'includes': [ '../build/apk_test.gypi' ], 882 'includes': [ '../build/apk_test.gypi' ],
882 }, 883 },
883 ], 884 ],
884 }], 885 }],
885 ], 886 ],
886 } 887 }
OLDNEW
« sync/notifier/sync_invalidation_listener.cc ('K') | « sync/notifier/sync_invalidation_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698