OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 'browser/chrome_page_zoom_unittest.cc', | 1331 'browser/chrome_page_zoom_unittest.cc', |
1332 'browser/chromeos/cros/network_library.cc', | 1332 'browser/chromeos/cros/network_library.cc', |
1333 'browser/chromeos/cros/network_library.h', | 1333 'browser/chromeos/cros/network_library.h', |
1334 'browser/chromeos/cros/network_library_unittest.cc', | 1334 'browser/chromeos/cros/network_library_unittest.cc', |
1335 'browser/chromeos/cros/network_ui_data_unittest.cc', | 1335 'browser/chromeos/cros/network_ui_data_unittest.cc', |
1336 'browser/chromeos/cros/onc_network_parser_unittest.cc', | 1336 'browser/chromeos/cros/onc_network_parser_unittest.cc', |
1337 'browser/chromeos/cros_settings_unittest.cc', | 1337 'browser/chromeos/cros_settings_unittest.cc', |
1338 'browser/chromeos/customization_document_unittest.cc', | 1338 'browser/chromeos/customization_document_unittest.cc', |
1339 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', | 1339 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', |
1340 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', | 1340 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', |
| 1341 'browser/chromeos/device_settings_provider_unittest.cc', |
1341 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', | 1342 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', |
1342 'browser/chromeos/external_metrics_unittest.cc', | 1343 'browser/chromeos/external_metrics_unittest.cc', |
1343 'browser/chromeos/gdata/gdata_file_system_unittest.cc', | 1344 'browser/chromeos/gdata/gdata_file_system_unittest.cc', |
1344 'browser/chromeos/gdata/gdata_mock.cc', | 1345 'browser/chromeos/gdata/gdata_mock.cc', |
1345 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', | 1346 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', |
1346 'browser/chromeos/gdata/gdata_parser_unittest.cc', | 1347 'browser/chromeos/gdata/gdata_parser_unittest.cc', |
1347 'browser/chromeos/gdata/gdata_util_unittest.cc', | 1348 'browser/chromeos/gdata/gdata_util_unittest.cc', |
1348 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1349 'browser/chromeos/gview_request_interceptor_unittest.cc', |
1349 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 1350 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
1350 'browser/chromeos/input_method/candidate_window_view_unittest.cc', | 1351 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
(...skipping 3372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4723 # Use outputs of this action as inputs for the main target build. | 4724 # Use outputs of this action as inputs for the main target build. |
4724 # Seems as a misnomer but makes this happy on Linux (scons). | 4725 # Seems as a misnomer but makes this happy on Linux (scons). |
4725 'process_outputs_as_sources': 1, | 4726 'process_outputs_as_sources': 1, |
4726 }, | 4727 }, |
4727 ], # 'actions' | 4728 ], # 'actions' |
4728 }, | 4729 }, |
4729 ] | 4730 ] |
4730 }], # 'coverage!=0' | 4731 }], # 'coverage!=0' |
4731 ], # 'conditions' | 4732 ], # 'conditions' |
4732 } | 4733 } |
OLD | NEW |