OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1206 'browser/importer/firefox_importer_unittest_messages_internal.h', | 1206 'browser/importer/firefox_importer_unittest_messages_internal.h', |
1207 'browser/importer/firefox_importer_unittest_utils.h', | 1207 'browser/importer/firefox_importer_unittest_utils.h', |
1208 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 1208 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
1209 'browser/importer/firefox_importer_utils_unittest.cc', | 1209 'browser/importer/firefox_importer_utils_unittest.cc', |
1210 'browser/importer/firefox_profile_lock_unittest.cc', | 1210 'browser/importer/firefox_profile_lock_unittest.cc', |
1211 'browser/importer/firefox_proxy_settings_unittest.cc', | 1211 'browser/importer/firefox_proxy_settings_unittest.cc', |
1212 'browser/importer/importer_unittest.cc', | 1212 'browser/importer/importer_unittest.cc', |
1213 'browser/importer/safari_importer_unittest.mm', | 1213 'browser/importer/safari_importer_unittest.mm', |
1214 'browser/importer/toolbar_importer_unittest.cc', | 1214 'browser/importer/toolbar_importer_unittest.cc', |
1215 'browser/instant/instant_loader_manager_unittest.cc', | 1215 'browser/instant/instant_loader_manager_unittest.cc', |
1216 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', | 1216 'browser/in_process_webkit/dom_storage_message_filter_unittest.cc', |
1217 'browser/in_process_webkit/webkit_context_unittest.cc', | 1217 'browser/in_process_webkit/webkit_context_unittest.cc', |
1218 'browser/in_process_webkit/webkit_thread_unittest.cc', | 1218 'browser/in_process_webkit/webkit_thread_unittest.cc', |
1219 'browser/instant/promo_counter_unittest.cc', | 1219 'browser/instant/promo_counter_unittest.cc', |
1220 'browser/keychain_mock_mac.cc', | 1220 'browser/keychain_mock_mac.cc', |
1221 'browser/keychain_mock_mac.h', | 1221 'browser/keychain_mock_mac.h', |
1222 'browser/mach_broker_mac_unittest.cc', | 1222 'browser/mach_broker_mac_unittest.cc', |
1223 'browser/metrics/metrics_log_unittest.cc', | 1223 'browser/metrics/metrics_log_unittest.cc', |
1224 'browser/metrics/metrics_response_unittest.cc', | 1224 'browser/metrics/metrics_response_unittest.cc', |
1225 'browser/metrics/metrics_service_unittest.cc', | 1225 'browser/metrics/metrics_service_unittest.cc', |
1226 'browser/mock_plugin_exceptions_table_model.cc', | 1226 'browser/mock_plugin_exceptions_table_model.cc', |
(...skipping 2333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3560 ] | 3560 ] |
3561 }], # 'coverage!=0' | 3561 }], # 'coverage!=0' |
3562 ], # 'conditions' | 3562 ], # 'conditions' |
3563 } | 3563 } |
3564 | 3564 |
3565 # Local Variables: | 3565 # Local Variables: |
3566 # tab-width:2 | 3566 # tab-width:2 |
3567 # indent-tabs-mode:nil | 3567 # indent-tabs-mode:nil |
3568 # End: | 3568 # End: |
3569 # vim: set expandtab tabstop=2 shiftwidth=2: | 3569 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |