| 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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 'browser/chromeos/gdata/mock_gdata_documents_service.cc', | 1292 'browser/chromeos/gdata/mock_gdata_documents_service.cc', |
| 1293 'browser/chromeos/gdata/mock_gdata_documents_service.h', | 1293 'browser/chromeos/gdata/mock_gdata_documents_service.h', |
| 1294 'browser/chromeos/gdata/mock_gdata_file_system.cc', | 1294 'browser/chromeos/gdata/mock_gdata_file_system.cc', |
| 1295 'browser/chromeos/gdata/mock_gdata_file_system.h', | 1295 'browser/chromeos/gdata/mock_gdata_file_system.h', |
| 1296 'browser/chromeos/gdata/mock_gdata_sync_client.cc', | 1296 'browser/chromeos/gdata/mock_gdata_sync_client.cc', |
| 1297 'browser/chromeos/gdata/mock_gdata_sync_client.h', | 1297 'browser/chromeos/gdata/mock_gdata_sync_client.h', |
| 1298 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1298 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| 1299 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 1299 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
| 1300 'browser/chromeos/input_method/candidate_window_view_unittest.cc', | 1300 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
| 1301 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', | 1301 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', |
| 1302 'browser/chromeos/input_method/input_method_property_unittest.cc', |
| 1302 'browser/chromeos/input_method/input_method_util_unittest.cc', | 1303 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 1303 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', | 1304 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', |
| 1304 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', | 1305 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', |
| 1305 'browser/chromeos/input_method/xkeyboard_unittest.cc', | 1306 'browser/chromeos/input_method/xkeyboard_unittest.cc', |
| 1306 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', | 1307 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', |
| 1307 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc', | 1308 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc', |
| 1308 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', | 1309 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', |
| 1309 'browser/chromeos/language_preferences_unittest.cc', | 1310 'browser/chromeos/language_preferences_unittest.cc', |
| 1310 'browser/chromeos/login/authenticator_unittest.cc', | 1311 'browser/chromeos/login/authenticator_unittest.cc', |
| 1311 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', | 1312 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', |
| (...skipping 3338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4650 # Use outputs of this action as inputs for the main target build. | 4651 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4652 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4653 'process_outputs_as_sources': 1, |
| 4653 }, | 4654 }, |
| 4654 ], # 'actions' | 4655 ], # 'actions' |
| 4655 }, | 4656 }, |
| 4656 ] | 4657 ] |
| 4657 }], # 'coverage!=0' | 4658 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4659 ], # 'conditions' |
| 4659 } | 4660 } |
| OLD | NEW |