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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5712005: Merge 68891 - [Sync] Fixed sync crash regression in ServerNotifierThread (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src
Patch Set: Created 10 years 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 'browser/sync/engine/syncer_thread_unittest.cc', 2590 'browser/sync/engine/syncer_thread_unittest.cc',
2591 'browser/sync/engine/syncer_unittest.cc', 2591 'browser/sync/engine/syncer_unittest.cc',
2592 'browser/sync/engine/syncproto_unittest.cc', 2592 'browser/sync/engine/syncproto_unittest.cc',
2593 'browser/sync/engine/syncapi_mock.h', 2593 'browser/sync/engine/syncapi_mock.h',
2594 'browser/sync/engine/verify_updates_command_unittest.cc', 2594 'browser/sync/engine/verify_updates_command_unittest.cc',
2595 'browser/sync/glue/change_processor_mock.h', 2595 'browser/sync/glue/change_processor_mock.h',
2596 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 2596 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
2597 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 2597 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
2598 'browser/sync/notifier/chrome_system_resources_unittest.cc', 2598 'browser/sync/notifier/chrome_system_resources_unittest.cc',
2599 'browser/sync/notifier/registration_manager_unittest.cc', 2599 'browser/sync/notifier/registration_manager_unittest.cc',
2600 'browser/sync/notifier/server_notifier_thread_unittest.cc',
2600 'browser/sync/profile_sync_factory_mock.cc', 2601 'browser/sync/profile_sync_factory_mock.cc',
2601 'browser/sync/profile_sync_factory_mock.h', 2602 'browser/sync/profile_sync_factory_mock.h',
2602 'browser/sync/sessions/ordered_commit_set_unittest.cc', 2603 'browser/sync/sessions/ordered_commit_set_unittest.cc',
2603 'browser/sync/sessions/status_controller_unittest.cc', 2604 'browser/sync/sessions/status_controller_unittest.cc',
2604 'browser/sync/sessions/sync_session_unittest.cc', 2605 'browser/sync/sessions/sync_session_unittest.cc',
2605 'browser/sync/syncable/directory_backing_store_unittest.cc', 2606 'browser/sync/syncable/directory_backing_store_unittest.cc',
2606 'browser/sync/syncable/syncable_id_unittest.cc', 2607 'browser/sync/syncable/syncable_id_unittest.cc',
2607 'browser/sync/syncable/syncable_mock.h', 2608 'browser/sync/syncable/syncable_mock.h',
2608 'browser/sync/syncable/syncable_unittest.cc', 2609 'browser/sync/syncable/syncable_unittest.cc',
2609 'browser/sync/util/channel_unittest.cc', 2610 'browser/sync/util/channel_unittest.cc',
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3424 ] 3425 ]
3425 }], # 'coverage!=0' 3426 }], # 'coverage!=0'
3426 ], # 'conditions' 3427 ], # 'conditions'
3427 } 3428 }
3428 3429
3429 # Local Variables: 3430 # Local Variables:
3430 # tab-width:2 3431 # tab-width:2
3431 # indent-tabs-mode:nil 3432 # indent-tabs-mode:nil
3432 # End: 3433 # End:
3433 # vim: set expandtab tabstop=2 shiftwidth=2: 3434 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/server_notifier_thread_unittest.cc ('k') | jingle/notifier/base/fake_base_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698