OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |