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 3098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3109 'browser/sync/internal_api/syncapi_mock.h', | 3109 'browser/sync/internal_api/syncapi_mock.h', |
3110 'browser/sync/internal_api/syncapi_unittest.cc', | 3110 'browser/sync/internal_api/syncapi_unittest.cc', |
3111 'browser/sync/js/js_arg_list_unittest.cc', | 3111 'browser/sync/js/js_arg_list_unittest.cc', |
3112 'browser/sync/js/js_event_details_unittest.cc', | 3112 'browser/sync/js/js_event_details_unittest.cc', |
3113 'browser/sync/js/js_sync_manager_observer_unittest.cc', | 3113 'browser/sync/js/js_sync_manager_observer_unittest.cc', |
3114 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', | 3114 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', |
3115 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', | 3115 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', |
3116 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 3116 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
3117 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3117 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
3118 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3118 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
| 3119 'browser/sync/notifier/p2p_notifier_unittest.cc', |
3119 'browser/sync/notifier/registration_manager_unittest.cc', | 3120 'browser/sync/notifier/registration_manager_unittest.cc', |
3120 'browser/sync/profile_sync_factory_mock.h', | 3121 'browser/sync/profile_sync_factory_mock.h', |
3121 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 3122 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
3122 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 3123 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
3123 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 3124 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
3124 'browser/sync/sessions/session_state_unittest.cc', | 3125 'browser/sync/sessions/session_state_unittest.cc', |
3125 'browser/sync/sessions/status_controller_unittest.cc', | 3126 'browser/sync/sessions/status_controller_unittest.cc', |
3126 'browser/sync/sessions/sync_session_unittest.cc', | 3127 'browser/sync/sessions/sync_session_unittest.cc', |
3127 'browser/sync/sessions/test_util.cc', | 3128 'browser/sync/sessions/test_util.cc', |
3128 'browser/sync/sessions/test_util.h', | 3129 'browser/sync/sessions/test_util.h', |
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4125 # Use outputs of this action as inputs for the main target build. | 4126 # Use outputs of this action as inputs for the main target build. |
4126 # Seems as a misnomer but makes this happy on Linux (scons). | 4127 # Seems as a misnomer but makes this happy on Linux (scons). |
4127 'process_outputs_as_sources': 1, | 4128 'process_outputs_as_sources': 1, |
4128 }, | 4129 }, |
4129 ], # 'actions' | 4130 ], # 'actions' |
4130 }, | 4131 }, |
4131 ] | 4132 ] |
4132 }], # 'coverage!=0' | 4133 }], # 'coverage!=0' |
4133 ], # 'conditions' | 4134 ], # 'conditions' |
4134 } | 4135 } |
OLD | NEW |