Chromium Code Reviews| 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1082 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c', | 1082 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c', |
| 1083 'browser/captive_portal/captive_portal_service_unittest.cc', | 1083 'browser/captive_portal/captive_portal_service_unittest.cc', |
| 1084 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', | 1084 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', |
| 1085 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', | 1085 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', |
| 1086 'browser/chrome_browser_application_mac_unittest.mm', | 1086 'browser/chrome_browser_application_mac_unittest.mm', |
| 1087 'browser/chrome_browser_main_unittest.cc', | 1087 'browser/chrome_browser_main_unittest.cc', |
| 1088 'browser/chrome_page_zoom_unittest.cc', | 1088 'browser/chrome_page_zoom_unittest.cc', |
| 1089 'browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc', | 1089 'browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc', |
| 1090 'browser/chromeos/bluetooth/bluetooth_utils_unittest.cc', | 1090 'browser/chromeos/bluetooth/bluetooth_utils_unittest.cc', |
| 1091 'browser/chromeos/bluetooth/bluetooth_adapter_unittest.cc', | 1091 'browser/chromeos/bluetooth/bluetooth_adapter_unittest.cc', |
| 1092 'browser/chromeos/bluetooth/bluetooth_adapter_devices_unittest.cc', | |
|
sky
2012/09/25 00:18:36
sort
| |
| 1092 'browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc', | 1093 'browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc', |
| 1093 'browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h', | 1094 'browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h', |
| 1094 'browser/chromeos/contacts/contact_database_unittest.cc', | 1095 'browser/chromeos/contacts/contact_database_unittest.cc', |
| 1095 'browser/chromeos/contacts/contact_manager_stub.cc', | 1096 'browser/chromeos/contacts/contact_manager_stub.cc', |
| 1096 'browser/chromeos/contacts/contact_manager_stub.h', | 1097 'browser/chromeos/contacts/contact_manager_stub.h', |
| 1097 'browser/chromeos/contacts/contact_manager_unittest.cc', | 1098 'browser/chromeos/contacts/contact_manager_unittest.cc', |
| 1098 'browser/chromeos/contacts/contact_map_unittest.cc', | 1099 'browser/chromeos/contacts/contact_map_unittest.cc', |
| 1099 'browser/chromeos/contacts/contact_test_util.cc', | 1100 'browser/chromeos/contacts/contact_test_util.cc', |
| 1100 'browser/chromeos/contacts/contact_test_util.h', | 1101 'browser/chromeos/contacts/contact_test_util.h', |
| 1101 'browser/chromeos/contacts/fake_contact_database.cc', | 1102 'browser/chromeos/contacts/fake_contact_database.cc', |
| (...skipping 3745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4847 '--result', '<@(_outputs)', | 4848 '--result', '<@(_outputs)', |
| 4848 '--isolate', 'browser_tests.isolate', | 4849 '--isolate', 'browser_tests.isolate', |
| 4849 ], | 4850 ], |
| 4850 }, | 4851 }, |
| 4851 ], | 4852 ], |
| 4852 }, | 4853 }, |
| 4853 ], | 4854 ], |
| 4854 }], | 4855 }], |
| 4855 ], # 'conditions' | 4856 ], # 'conditions' |
| 4856 } | 4857 } |
| OLD | NEW |