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 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2031 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc
', | 2031 '../content/browser/geolocation/gateway_data_provider_common_unittest.cc
', |
2032 '../content/browser/geolocation/geolocation_provider_unittest.cc', | 2032 '../content/browser/geolocation/geolocation_provider_unittest.cc', |
2033 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc'
, | 2033 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc'
, |
2034 '../content/browser/geolocation/location_arbitrator_unittest.cc', | 2034 '../content/browser/geolocation/location_arbitrator_unittest.cc', |
2035 '../content/browser/geolocation/network_location_provider_unittest.cc', | 2035 '../content/browser/geolocation/network_location_provider_unittest.cc', |
2036 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', | 2036 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', |
2037 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', | 2037 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', |
2038 '../content/browser/geolocation/win7_location_api_unittest_win.cc', | 2038 '../content/browser/geolocation/win7_location_api_unittest_win.cc', |
2039 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', | 2039 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', |
2040 '../content/browser/gpu/gpu_blacklist_unittest.cc', | 2040 '../content/browser/gpu/gpu_blacklist_unittest.cc', |
| 2041 '../content/browser/in_process_webkit/dom_storage_unittest.cc', |
2041 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', | 2042 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', |
2042 '../content/browser/in_process_webkit/webkit_context_unittest.cc', | 2043 '../content/browser/in_process_webkit/webkit_context_unittest.cc', |
2043 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', | 2044 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |
2044 '../content/browser/mach_broker_mac_unittest.cc', | 2045 '../content/browser/mach_broker_mac_unittest.cc', |
2045 '../content/browser/plugin_service_unittest.cc', | 2046 '../content/browser/plugin_service_unittest.cc', |
2046 '../content/browser/renderer_host/media/audio_input_device_manager_unitt
est.cc', | 2047 '../content/browser/renderer_host/media/audio_input_device_manager_unitt
est.cc', |
2047 '../content/browser/renderer_host/media/audio_renderer_host_unittest.cc'
, | 2048 '../content/browser/renderer_host/media/audio_renderer_host_unittest.cc'
, |
2048 '../content/browser/renderer_host/media/media_stream_dispatcher_host_uni
ttest.cc', | 2049 '../content/browser/renderer_host/media/media_stream_dispatcher_host_uni
ttest.cc', |
2049 '../content/browser/renderer_host/media/video_capture_host_unittest.cc', | 2050 '../content/browser/renderer_host/media/video_capture_host_unittest.cc', |
2050 '../content/browser/renderer_host/media/video_capture_manager_unittest.c
c', | 2051 '../content/browser/renderer_host/media/video_capture_manager_unittest.c
c', |
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4163 # Use outputs of this action as inputs for the main target build. | 4164 # Use outputs of this action as inputs for the main target build. |
4164 # Seems as a misnomer but makes this happy on Linux (scons). | 4165 # Seems as a misnomer but makes this happy on Linux (scons). |
4165 'process_outputs_as_sources': 1, | 4166 'process_outputs_as_sources': 1, |
4166 }, | 4167 }, |
4167 ], # 'actions' | 4168 ], # 'actions' |
4168 }, | 4169 }, |
4169 ] | 4170 ] |
4170 }], # 'coverage!=0' | 4171 }], # 'coverage!=0' |
4171 ], # 'conditions' | 4172 ], # 'conditions' |
4172 } | 4173 } |
OLD | NEW |