OLD | NEW |
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 2992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3003 'browser/sync/engine/model_safe_worker_unittest.cc', | 3003 'browser/sync/engine/model_safe_worker_unittest.cc', |
3004 'browser/sync/engine/nigori_util_unittest.cc', | 3004 'browser/sync/engine/nigori_util_unittest.cc', |
3005 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3005 'browser/sync/engine/process_commit_response_command_unittest.cc', |
3006 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3006 'browser/sync/engine/syncer_proto_util_unittest.cc', |
3007 'browser/sync/engine/sync_scheduler_unittest.cc', | 3007 'browser/sync/engine/sync_scheduler_unittest.cc', |
3008 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', | 3008 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', |
3009 'browser/sync/engine/syncer_unittest.cc', | 3009 'browser/sync/engine/syncer_unittest.cc', |
3010 'browser/sync/engine/syncproto_unittest.cc', | 3010 'browser/sync/engine/syncproto_unittest.cc', |
3011 'browser/sync/engine/verify_updates_command_unittest.cc', | 3011 'browser/sync/engine/verify_updates_command_unittest.cc', |
3012 'browser/sync/internal_api/change_record_unittest.cc', | 3012 'browser/sync/internal_api/change_record_unittest.cc', |
| 3013 'browser/sync/internal_api/debug_info_event_listener_unittest.cc', |
3013 'browser/sync/internal_api/syncapi_mock.h', | 3014 'browser/sync/internal_api/syncapi_mock.h', |
3014 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
', | 3015 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
', |
3015 'browser/sync/internal_api/syncapi_unittest.cc', | 3016 'browser/sync/internal_api/syncapi_unittest.cc', |
3016 'browser/sync/js/js_arg_list_unittest.cc', | 3017 'browser/sync/js/js_arg_list_unittest.cc', |
3017 'browser/sync/js/js_event_details_unittest.cc', | 3018 'browser/sync/js/js_event_details_unittest.cc', |
3018 'browser/sync/js/js_mutation_event_observer_unittest.cc', | 3019 'browser/sync/js/js_mutation_event_observer_unittest.cc', |
3019 'browser/sync/js/js_sync_manager_observer_unittest.cc', | 3020 'browser/sync/js/js_sync_manager_observer_unittest.cc', |
3020 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', | 3021 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', |
3021 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', | 3022 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', |
3022 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 3023 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4059 # Use outputs of this action as inputs for the main target build. | 4060 # Use outputs of this action as inputs for the main target build. |
4060 # Seems as a misnomer but makes this happy on Linux (scons). | 4061 # Seems as a misnomer but makes this happy on Linux (scons). |
4061 'process_outputs_as_sources': 1, | 4062 'process_outputs_as_sources': 1, |
4062 }, | 4063 }, |
4063 ], # 'actions' | 4064 ], # 'actions' |
4064 }, | 4065 }, |
4065 ] | 4066 ] |
4066 }], # 'coverage!=0' | 4067 }], # 'coverage!=0' |
4067 ], # 'conditions' | 4068 ], # 'conditions' |
4068 } | 4069 } |
OLD | NEW |