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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5722002: [Sync] Fixed sync crash regression in ServerNotifierThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 'browser/sync/engine/syncer_thread_unittest.cc', 2627 'browser/sync/engine/syncer_thread_unittest.cc',
2628 'browser/sync/engine/syncer_unittest.cc', 2628 'browser/sync/engine/syncer_unittest.cc',
2629 'browser/sync/engine/syncproto_unittest.cc', 2629 'browser/sync/engine/syncproto_unittest.cc',
2630 'browser/sync/engine/syncapi_mock.h', 2630 'browser/sync/engine/syncapi_mock.h',
2631 'browser/sync/engine/verify_updates_command_unittest.cc', 2631 'browser/sync/engine/verify_updates_command_unittest.cc',
2632 'browser/sync/glue/change_processor_mock.h', 2632 'browser/sync/glue/change_processor_mock.h',
2633 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 2633 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
2634 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 2634 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
2635 'browser/sync/notifier/chrome_system_resources_unittest.cc', 2635 'browser/sync/notifier/chrome_system_resources_unittest.cc',
2636 'browser/sync/notifier/registration_manager_unittest.cc', 2636 'browser/sync/notifier/registration_manager_unittest.cc',
2637 'browser/sync/notifier/server_notifier_thread_unittest.cc',
2637 'browser/sync/profile_sync_factory_mock.cc', 2638 'browser/sync/profile_sync_factory_mock.cc',
2638 'browser/sync/profile_sync_factory_mock.h', 2639 'browser/sync/profile_sync_factory_mock.h',
2639 'browser/sync/sessions/ordered_commit_set_unittest.cc', 2640 'browser/sync/sessions/ordered_commit_set_unittest.cc',
2640 'browser/sync/sessions/status_controller_unittest.cc', 2641 'browser/sync/sessions/status_controller_unittest.cc',
2641 'browser/sync/sessions/sync_session_unittest.cc', 2642 'browser/sync/sessions/sync_session_unittest.cc',
2642 'browser/sync/syncable/directory_backing_store_unittest.cc', 2643 'browser/sync/syncable/directory_backing_store_unittest.cc',
2643 'browser/sync/syncable/syncable_id_unittest.cc', 2644 'browser/sync/syncable/syncable_id_unittest.cc',
2644 'browser/sync/syncable/syncable_mock.h', 2645 'browser/sync/syncable/syncable_mock.h',
2645 'browser/sync/syncable/syncable_unittest.cc', 2646 'browser/sync/syncable/syncable_unittest.cc',
2646 'browser/sync/util/channel_unittest.cc', 2647 'browser/sync/util/channel_unittest.cc',
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 ] 3558 ]
3558 }], # 'coverage!=0' 3559 }], # 'coverage!=0'
3559 ], # 'conditions' 3560 ], # 'conditions'
3560 } 3561 }
3561 3562
3562 # Local Variables: 3563 # Local Variables:
3563 # tab-width:2 3564 # tab-width:2
3564 # indent-tabs-mode:nil 3565 # indent-tabs-mode:nil
3565 # End: 3566 # End:
3566 # vim: set expandtab tabstop=2 shiftwidth=2: 3567 # 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