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

Side by Side Diff: sync/sync.gyp

Issue 10451060: sync: migrate invalidation state from syncable::Directory to InvalidationStorage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include order Created 8 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/notifier/sync_notifier_observer.h ('k') | sync/tools/sync_listen_notifications.cc » ('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 (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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 348 ],
349 'export_dependent_settings': [ 349 'export_dependent_settings': [
350 '../testing/gmock.gyp:gmock', 350 '../testing/gmock.gyp:gmock',
351 '../testing/gtest.gyp:gtest', 351 '../testing/gtest.gyp:gtest',
352 'protocol/sync_proto.gyp:sync_proto', 352 'protocol/sync_proto.gyp:sync_proto',
353 'sync', 353 'sync',
354 ], 354 ],
355 'sources': [ 355 'sources': [
356 'js/js_test_util.cc', 356 'js/js_test_util.cc',
357 'js/js_test_util.h', 357 'js/js_test_util.h',
358 'notifier/mock_invalidation_state_tracker.cc',
359 'notifier/mock_invalidation_state_tracker.h',
358 'sessions/test_util.cc', 360 'sessions/test_util.cc',
359 'sessions/test_util.h', 361 'sessions/test_util.h',
360 'syncable/model_type_test_util.cc', 362 'syncable/model_type_test_util.cc',
361 'syncable/model_type_test_util.h', 363 'syncable/model_type_test_util.h',
362 'syncable/syncable_mock.cc', 364 'syncable/syncable_mock.cc',
363 'syncable/syncable_mock.h', 365 'syncable/syncable_mock.h',
364 'test/fake_encryptor.cc', 366 'test/fake_encryptor.cc',
365 'test/fake_encryptor.h', 367 'test/fake_encryptor.h',
366 'test/fake_extensions_activity_monitor.cc', 368 'test/fake_extensions_activity_monitor.cc',
367 'test/fake_extensions_activity_monitor.h', 369 'test/fake_extensions_activity_monitor.h',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 '../net/net.gyp:net_test_support', 730 '../net/net.gyp:net_test_support',
729 'sync', 731 'sync',
730 'sync_notifier', 732 'sync_notifier',
731 ], 733 ],
732 'sources': [ 734 'sources': [
733 'tools/sync_listen_notifications.cc', 735 'tools/sync_listen_notifications.cc',
734 ], 736 ],
735 }, 737 },
736 ], 738 ],
737 } 739 }
OLDNEW
« no previous file with comments | « sync/notifier/sync_notifier_observer.h ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698