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 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1285 'browser/chromeos/gdata/mock_directory_change_observer.h', | 1285 'browser/chromeos/gdata/mock_directory_change_observer.h', |
1286 'browser/chromeos/gdata/mock_gdata_documents_service.cc', | 1286 'browser/chromeos/gdata/mock_gdata_documents_service.cc', |
1287 'browser/chromeos/gdata/mock_gdata_documents_service.h', | 1287 'browser/chromeos/gdata/mock_gdata_documents_service.h', |
1288 'browser/chromeos/gdata/mock_gdata_file_system.cc', | 1288 'browser/chromeos/gdata/mock_gdata_file_system.cc', |
1289 'browser/chromeos/gdata/mock_gdata_file_system.h', | 1289 'browser/chromeos/gdata/mock_gdata_file_system.h', |
1290 'browser/chromeos/gdata/mock_gdata_sync_client.cc', | 1290 'browser/chromeos/gdata/mock_gdata_sync_client.cc', |
1291 'browser/chromeos/gdata/mock_gdata_sync_client.h', | 1291 'browser/chromeos/gdata/mock_gdata_sync_client.h', |
1292 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1292 'browser/chromeos/gview_request_interceptor_unittest.cc', |
1293 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 1293 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
1294 'browser/chromeos/input_method/candidate_window_view_unittest.cc', | 1294 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
| 1295 'browser/chromeos/input_method/ibus_ui_controller_unittest.cc', |
1295 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', | 1296 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', |
1296 'browser/chromeos/input_method/input_method_property_unittest.cc', | 1297 'browser/chromeos/input_method/input_method_property_unittest.cc', |
1297 'browser/chromeos/input_method/input_method_util_unittest.cc', | 1298 'browser/chromeos/input_method/input_method_util_unittest.cc', |
1298 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', | 1299 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', |
1299 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', | 1300 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', |
1300 'browser/chromeos/input_method/xkeyboard_unittest.cc', | 1301 'browser/chromeos/input_method/xkeyboard_unittest.cc', |
1301 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', | 1302 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', |
1302 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc', | 1303 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc', |
1303 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', | 1304 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', |
1304 'browser/chromeos/language_preferences_unittest.cc', | 1305 'browser/chromeos/language_preferences_unittest.cc', |
(...skipping 3379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4684 # Use outputs of this action as inputs for the main target build. | 4685 # Use outputs of this action as inputs for the main target build. |
4685 # Seems as a misnomer but makes this happy on Linux (scons). | 4686 # Seems as a misnomer but makes this happy on Linux (scons). |
4686 'process_outputs_as_sources': 1, | 4687 'process_outputs_as_sources': 1, |
4687 }, | 4688 }, |
4688 ], # 'actions' | 4689 ], # 'actions' |
4689 }, | 4690 }, |
4690 ] | 4691 ] |
4691 }], # 'coverage!=0' | 4692 }], # 'coverage!=0' |
4692 ], # 'conditions' | 4693 ], # 'conditions' |
4693 } | 4694 } |
OLD | NEW |