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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 'browser/chromeos/gdata/mock_drive_file_system.h', | 1135 'browser/chromeos/gdata/mock_drive_file_system.h', |
1136 'browser/chromeos/gdata/mock_drive_service.cc', | 1136 'browser/chromeos/gdata/mock_drive_service.cc', |
1137 'browser/chromeos/gdata/mock_drive_service.h', | 1137 'browser/chromeos/gdata/mock_drive_service.h', |
1138 'browser/chromeos/gdata/mock_drive_web_apps_registry.cc', | 1138 'browser/chromeos/gdata/mock_drive_web_apps_registry.cc', |
1139 'browser/chromeos/gdata/mock_drive_web_apps_registry.h', | 1139 'browser/chromeos/gdata/mock_drive_web_apps_registry.h', |
1140 'browser/chromeos/gdata/mock_free_disk_space_getter.cc', | 1140 'browser/chromeos/gdata/mock_free_disk_space_getter.cc', |
1141 'browser/chromeos/gdata/mock_free_disk_space_getter.h', | 1141 'browser/chromeos/gdata/mock_free_disk_space_getter.h', |
1142 'browser/chromeos/gdata/mock_gdata_uploader.cc', | 1142 'browser/chromeos/gdata/mock_gdata_uploader.cc', |
1143 'browser/chromeos/gdata/mock_gdata_uploader.h', | 1143 'browser/chromeos/gdata/mock_gdata_uploader.h', |
1144 'browser/chromeos/gdata/operation_registry_unittest.cc', | 1144 'browser/chromeos/gdata/operation_registry_unittest.cc', |
| 1145 'browser/chromeos/gdata/stale_cache_files_remover_unittest.cc', |
1145 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1146 'browser/chromeos/gview_request_interceptor_unittest.cc', |
1146 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 1147 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
1147 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', | 1148 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', |
1148 'browser/chromeos/input_method/candidate_window_view_unittest.cc', | 1149 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
1149 'browser/chromeos/input_method/ibus_controller_base_unittest.cc', | 1150 'browser/chromeos/input_method/ibus_controller_base_unittest.cc', |
1150 'browser/chromeos/input_method/ibus_controller_impl_unittest.cc', | 1151 'browser/chromeos/input_method/ibus_controller_impl_unittest.cc', |
1151 'browser/chromeos/input_method/ibus_controller_unittest.cc', | 1152 'browser/chromeos/input_method/ibus_controller_unittest.cc', |
1152 'browser/chromeos/input_method/ibus_ui_controller_unittest.cc', | 1153 'browser/chromeos/input_method/ibus_ui_controller_unittest.cc', |
1153 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', | 1154 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', |
1154 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', | 1155 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', |
(...skipping 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4749 '--result', '<@(_outputs)', | 4750 '--result', '<@(_outputs)', |
4750 '--isolate', 'browser_tests.isolate', | 4751 '--isolate', 'browser_tests.isolate', |
4751 ], | 4752 ], |
4752 }, | 4753 }, |
4753 ], | 4754 ], |
4754 }, | 4755 }, |
4755 ], | 4756 ], |
4756 }], | 4757 }], |
4757 ], # 'conditions' | 4758 ], # 'conditions' |
4758 } | 4759 } |
OLD | NEW |