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_tests.gypi

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update base on comments Created 5 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
« no previous file with comments | « sync/sync.gyp ('k') | sync/test/engine/injectable_sync_context_proxy.h » ('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 'targets': [ 6 'targets': [
7 # Test support files for the 'sync_core' target. 7 # Test support files for the 'sync_core' target.
8 # GN version: //sync:test_support_sync_core 8 # GN version: //sync:test_support_sync_core
9 { 9 {
10 'target_name': 'test_support_sync_core', 10 'target_name': 'test_support_sync_core',
(...skipping 25 matching lines...) Expand all
36 'sessions/test_util.h', 36 'sessions/test_util.h',
37 'test/callback_counter.h', 37 'test/callback_counter.h',
38 "test/directory_backing_store_corruption_testing.cc", 38 "test/directory_backing_store_corruption_testing.cc",
39 "test/directory_backing_store_corruption_testing.h", 39 "test/directory_backing_store_corruption_testing.h",
40 'test/engine/fake_model_worker.cc', 40 'test/engine/fake_model_worker.cc',
41 'test/engine/fake_model_worker.h', 41 'test/engine/fake_model_worker.h',
42 'test/engine/fake_sync_scheduler.cc', 42 'test/engine/fake_sync_scheduler.cc',
43 'test/engine/fake_sync_scheduler.h', 43 'test/engine/fake_sync_scheduler.h',
44 'test/engine/injectable_sync_context_proxy.cc', 44 'test/engine/injectable_sync_context_proxy.cc',
45 'test/engine/injectable_sync_context_proxy.h', 45 'test/engine/injectable_sync_context_proxy.h',
46 'test/engine/mock_commit_queue.cc',
47 'test/engine/mock_commit_queue.h',
46 'test/engine/mock_connection_manager.cc', 48 'test/engine/mock_connection_manager.cc',
47 'test/engine/mock_connection_manager.h', 49 'test/engine/mock_connection_manager.h',
48 'test/engine/mock_model_type_sync_proxy.cc', 50 'test/engine/mock_model_type_processor.cc',
49 'test/engine/mock_model_type_sync_proxy.h', 51 'test/engine/mock_model_type_processor.h',
50 'test/engine/mock_model_type_sync_worker.cc',
51 'test/engine/mock_model_type_sync_worker.h',
52 'test/engine/mock_nudge_handler.cc', 52 'test/engine/mock_nudge_handler.cc',
53 'test/engine/mock_nudge_handler.h', 53 'test/engine/mock_nudge_handler.h',
54 'test/engine/mock_update_handler.cc', 54 'test/engine/mock_update_handler.cc',
55 'test/engine/mock_update_handler.h', 55 'test/engine/mock_update_handler.h',
56 'test/engine/single_type_mock_server.cc', 56 'test/engine/single_type_mock_server.cc',
57 'test/engine/single_type_mock_server.h', 57 'test/engine/single_type_mock_server.h',
58 'test/engine/test_directory_setter_upper.cc', 58 'test/engine/test_directory_setter_upper.cc',
59 'test/engine/test_directory_setter_upper.h', 59 'test/engine/test_directory_setter_upper.h',
60 'test/engine/test_id_factory.h', 60 'test/engine/test_id_factory.h',
61 'test/engine/test_syncable_utils.cc', 61 'test/engine/test_syncable_utils.cc',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../build/isolate.gypi', 517 '../build/isolate.gypi',
518 ], 518 ],
519 'sources': [ 519 'sources': [
520 'sync_unit_tests.isolate', 520 'sync_unit_tests.isolate',
521 ], 521 ],
522 }, 522 },
523 ], 523 ],
524 }], 524 }],
525 ], 525 ],
526 } 526 }
OLDNEW
« no previous file with comments | « sync/sync.gyp ('k') | sync/test/engine/injectable_sync_context_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698