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 '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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1326 'browser/chromeos/login/signed_settings_unittest.cc', | 1326 'browser/chromeos/login/signed_settings_unittest.cc', |
1327 'browser/chromeos/login/wizard_accessibility_handler_unittest.cc', | 1327 'browser/chromeos/login/wizard_accessibility_handler_unittest.cc', |
1328 'browser/chromeos/mobile_config_unittest.cc', | 1328 'browser/chromeos/mobile_config_unittest.cc', |
1329 'browser/chromeos/network_message_observer_unittest.cc', | 1329 'browser/chromeos/network_message_observer_unittest.cc', |
1330 'browser/chromeos/notifications/desktop_notifications_unittest.cc', | 1330 'browser/chromeos/notifications/desktop_notifications_unittest.cc', |
1331 'browser/chromeos/offline/offline_load_page_unittest.cc', | 1331 'browser/chromeos/offline/offline_load_page_unittest.cc', |
1332 'browser/chromeos/proxy_config_service_impl_unittest.cc', | 1332 'browser/chromeos/proxy_config_service_impl_unittest.cc', |
1333 'browser/chromeos/status/input_method_menu_unittest.cc', | 1333 'browser/chromeos/status/input_method_menu_unittest.cc', |
1334 'browser/chromeos/status/network_menu_icon.cc', | 1334 'browser/chromeos/status/network_menu_icon.cc', |
1335 'browser/chromeos/status/network_menu_icon_unittest.cc', | 1335 'browser/chromeos/status/network_menu_icon_unittest.cc', |
| 1336 'browser/chromeos/stub_cros_settings_provider_unittest.cc', |
1336 'browser/chromeos/system/mock_statistics_provider.cc', | 1337 'browser/chromeos/system/mock_statistics_provider.cc', |
1337 'browser/chromeos/system/mock_statistics_provider.h', | 1338 'browser/chromeos/system/mock_statistics_provider.h', |
1338 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 1339 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
1339 'browser/chromeos/version_loader_unittest.cc', | 1340 'browser/chromeos/version_loader_unittest.cc', |
1340 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 1341 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
1341 'browser/command_updater_unittest.cc', | 1342 'browser/command_updater_unittest.cc', |
1342 'browser/component_updater/component_installers_unittest.cc', | 1343 'browser/component_updater/component_installers_unittest.cc', |
1343 'browser/component_updater/component_updater_service_unittest.cc', | 1344 'browser/component_updater/component_updater_service_unittest.cc', |
1344 'browser/component_updater/component_updater_interceptor.cc', | 1345 'browser/component_updater/component_updater_interceptor.cc', |
1345 'browser/component_updater/component_updater_interceptor.h', | 1346 'browser/component_updater/component_updater_interceptor.h', |
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4324 # Use outputs of this action as inputs for the main target build. | 4325 # Use outputs of this action as inputs for the main target build. |
4325 # Seems as a misnomer but makes this happy on Linux (scons). | 4326 # Seems as a misnomer but makes this happy on Linux (scons). |
4326 'process_outputs_as_sources': 1, | 4327 'process_outputs_as_sources': 1, |
4327 }, | 4328 }, |
4328 ], # 'actions' | 4329 ], # 'actions' |
4329 }, | 4330 }, |
4330 ] | 4331 ] |
4331 }], # 'coverage!=0' | 4332 }], # 'coverage!=0' |
4332 ], # 'conditions' | 4333 ], # 'conditions' |
4333 } | 4334 } |
OLD | NEW |