| 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'browser/chromeos/cros/network_library_unittest.cc', | 1355 'browser/chromeos/cros/network_library_unittest.cc', |
| 1356 'browser/chromeos/cros/network_ui_data_unittest.cc', | 1356 'browser/chromeos/cros/network_ui_data_unittest.cc', |
| 1357 'browser/chromeos/cros/onc_network_parser_unittest.cc', | 1357 'browser/chromeos/cros/onc_network_parser_unittest.cc', |
| 1358 'browser/chromeos/cros_settings_unittest.cc', | 1358 'browser/chromeos/cros_settings_unittest.cc', |
| 1359 'browser/chromeos/customization_document_unittest.cc', | 1359 'browser/chromeos/customization_document_unittest.cc', |
| 1360 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', | 1360 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', |
| 1361 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', | 1361 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', |
| 1362 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', | 1362 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', |
| 1363 'browser/chromeos/external_metrics_unittest.cc', | 1363 'browser/chromeos/external_metrics_unittest.cc', |
| 1364 'browser/chromeos/gdata/gdata_file_system_unittest.cc', | 1364 'browser/chromeos/gdata/gdata_file_system_unittest.cc', |
| 1365 'browser/chromeos/gdata/gdata_mock.cc', |
| 1365 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', | 1366 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', |
| 1366 'browser/chromeos/gdata/gdata_parser_unittest.cc', | 1367 'browser/chromeos/gdata/gdata_parser_unittest.cc', |
| 1367 'browser/chromeos/gdata/gdata_util_unittest.cc', | 1368 'browser/chromeos/gdata/gdata_util_unittest.cc', |
| 1368 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1369 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| 1369 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 1370 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
| 1370 'browser/chromeos/input_method/candidate_window_view_unittest.cc', | 1371 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
| 1371 'browser/chromeos/input_method/hotkey_manager_unittest.cc', | 1372 'browser/chromeos/input_method/hotkey_manager_unittest.cc', |
| 1372 'browser/chromeos/input_method/ibus_controller_unittest.cc', | 1373 'browser/chromeos/input_method/ibus_controller_unittest.cc', |
| 1373 'browser/chromeos/input_method/input_method_util_unittest.cc', | 1374 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 1374 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', | 1375 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', |
| (...skipping 3342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4717 # Use outputs of this action as inputs for the main target build. | 4718 # Use outputs of this action as inputs for the main target build. |
| 4718 # Seems as a misnomer but makes this happy on Linux (scons). | 4719 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4719 'process_outputs_as_sources': 1, | 4720 'process_outputs_as_sources': 1, |
| 4720 }, | 4721 }, |
| 4721 ], # 'actions' | 4722 ], # 'actions' |
| 4722 }, | 4723 }, |
| 4723 ] | 4724 ] |
| 4724 }], # 'coverage!=0' | 4725 }], # 'coverage!=0' |
| 4725 ], # 'conditions' | 4726 ], # 'conditions' |
| 4726 } | 4727 } |
| OLD | NEW |