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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5939006: sync: beginnings of MessageLoop based SyncerThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux compile Created 9 years, 11 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 | « chrome/chrome.gyp ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after
2693 { 2693 {
2694 'target_name': 'sync_unit_tests', 2694 'target_name': 'sync_unit_tests',
2695 'type': 'executable', 2695 'type': 'executable',
2696 'sources': [ 2696 'sources': [
2697 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', 2697 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
2698 'app/breakpad_mac_stubs.mm', 2698 'app/breakpad_mac_stubs.mm',
2699 'browser/sync/engine/apply_updates_command_unittest.cc', 2699 'browser/sync/engine/apply_updates_command_unittest.cc',
2700 'browser/sync/engine/clear_data_command_unittest.cc', 2700 'browser/sync/engine/clear_data_command_unittest.cc',
2701 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', 2701 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
2702 'browser/sync/engine/download_updates_command_unittest.cc', 2702 'browser/sync/engine/download_updates_command_unittest.cc',
2703 'browser/sync/engine/mock_model_safe_workers.cc',
2703 'browser/sync/engine/mock_model_safe_workers.h', 2704 'browser/sync/engine/mock_model_safe_workers.h',
2704 'browser/sync/engine/process_commit_response_command_unittest.cc', 2705 'browser/sync/engine/process_commit_response_command_unittest.cc',
2705 'browser/sync/engine/read_node_mock.h', 2706 'browser/sync/engine/read_node_mock.h',
2706 'browser/sync/engine/syncapi_unittest.cc', 2707 'browser/sync/engine/syncapi_unittest.cc',
2707 'browser/sync/engine/syncer_proto_util_unittest.cc', 2708 'browser/sync/engine/syncer_proto_util_unittest.cc',
2708 'browser/sync/engine/syncer_thread_unittest.cc', 2709 'browser/sync/engine/syncer_thread_unittest.cc',
2710 'browser/sync/engine/syncer_thread2_unittest.cc',
2709 'browser/sync/engine/syncer_unittest.cc', 2711 'browser/sync/engine/syncer_unittest.cc',
2710 'browser/sync/engine/syncproto_unittest.cc', 2712 'browser/sync/engine/syncproto_unittest.cc',
2711 'browser/sync/engine/syncapi_mock.h', 2713 'browser/sync/engine/syncapi_mock.h',
2712 'browser/sync/engine/verify_updates_command_unittest.cc', 2714 'browser/sync/engine/verify_updates_command_unittest.cc',
2713 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 2715 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
2714 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 2716 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
2715 'browser/sync/notifier/chrome_system_resources_unittest.cc', 2717 'browser/sync/notifier/chrome_system_resources_unittest.cc',
2716 'browser/sync/notifier/registration_manager_unittest.cc', 2718 'browser/sync/notifier/registration_manager_unittest.cc',
2717 'browser/sync/notifier/server_notifier_thread_unittest.cc', 2719 'browser/sync/notifier/server_notifier_thread_unittest.cc',
2718 'browser/sync/profile_sync_factory_mock.h', 2720 'browser/sync/profile_sync_factory_mock.h',
2719 'browser/sync/sessions/ordered_commit_set_unittest.cc', 2721 'browser/sync/sessions/ordered_commit_set_unittest.cc',
2720 'browser/sync/sessions/status_controller_unittest.cc', 2722 'browser/sync/sessions/status_controller_unittest.cc',
2721 'browser/sync/sessions/sync_session_unittest.cc', 2723 'browser/sync/sessions/sync_session_unittest.cc',
2724 'browser/sync/sessions/test_util.cc',
2725 'browser/sync/sessions/test_util.h',
2722 'browser/sync/syncable/directory_backing_store_unittest.cc', 2726 'browser/sync/syncable/directory_backing_store_unittest.cc',
2723 'browser/sync/syncable/syncable_id_unittest.cc', 2727 'browser/sync/syncable/syncable_id_unittest.cc',
2724 'browser/sync/syncable/syncable_mock.h', 2728 'browser/sync/syncable/syncable_mock.h',
2725 'browser/sync/syncable/syncable_unittest.cc', 2729 'browser/sync/syncable/syncable_unittest.cc',
2726 'browser/sync/util/channel_unittest.cc', 2730 'browser/sync/util/channel_unittest.cc',
2727 'browser/sync/util/crypto_helpers_unittest.cc', 2731 'browser/sync/util/crypto_helpers_unittest.cc',
2728 'browser/sync/util/data_encryption_unittest.cc', 2732 'browser/sync/util/data_encryption_unittest.cc',
2729 'browser/sync/util/extensions_activity_monitor_unittest.cc', 2733 'browser/sync/util/extensions_activity_monitor_unittest.cc',
2730 'browser/sync/util/protobuf_unittest.cc', 2734 'browser/sync/util/protobuf_unittest.cc',
2731 'browser/sync/util/user_settings_unittest.cc', 2735 'browser/sync/util/user_settings_unittest.cc',
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3642 ]
3639 }], # 'coverage!=0' 3643 }], # 'coverage!=0'
3640 ], # 'conditions' 3644 ], # 'conditions'
3641 } 3645 }
3642 3646
3643 # Local Variables: 3647 # Local Variables:
3644 # tab-width:2 3648 # tab-width:2
3645 # indent-tabs-mode:nil 3649 # indent-tabs-mode:nil
3646 # End: 3650 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3651 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698