Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5541005: Make BrowserMessageFilter support dispatching messages on different threads. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 'browser/importer/firefox_importer_unittest_messages_internal.h', 1205 'browser/importer/firefox_importer_unittest_messages_internal.h',
1206 'browser/importer/firefox_importer_unittest_utils.h', 1206 'browser/importer/firefox_importer_unittest_utils.h',
1207 'browser/importer/firefox_importer_unittest_utils_mac.cc', 1207 'browser/importer/firefox_importer_unittest_utils_mac.cc',
1208 'browser/importer/firefox_importer_utils_unittest.cc', 1208 'browser/importer/firefox_importer_utils_unittest.cc',
1209 'browser/importer/firefox_profile_lock_unittest.cc', 1209 'browser/importer/firefox_profile_lock_unittest.cc',
1210 'browser/importer/firefox_proxy_settings_unittest.cc', 1210 'browser/importer/firefox_proxy_settings_unittest.cc',
1211 'browser/importer/importer_unittest.cc', 1211 'browser/importer/importer_unittest.cc',
1212 'browser/importer/safari_importer_unittest.mm', 1212 'browser/importer/safari_importer_unittest.mm',
1213 'browser/importer/toolbar_importer_unittest.cc', 1213 'browser/importer/toolbar_importer_unittest.cc',
1214 'browser/instant/instant_loader_manager_unittest.cc', 1214 'browser/instant/instant_loader_manager_unittest.cc',
1215 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', 1215 'browser/in_process_webkit/dom_storage_message_filter_unittest.cc',
1216 'browser/in_process_webkit/webkit_context_unittest.cc', 1216 'browser/in_process_webkit/webkit_context_unittest.cc',
1217 'browser/in_process_webkit/webkit_thread_unittest.cc', 1217 'browser/in_process_webkit/webkit_thread_unittest.cc',
1218 'browser/instant/promo_counter_unittest.cc', 1218 'browser/instant/promo_counter_unittest.cc',
1219 'browser/keychain_mock_mac.cc', 1219 'browser/keychain_mock_mac.cc',
1220 'browser/keychain_mock_mac.h', 1220 'browser/keychain_mock_mac.h',
1221 'browser/mach_broker_mac_unittest.cc', 1221 'browser/mach_broker_mac_unittest.cc',
1222 'browser/metrics/metrics_log_unittest.cc', 1222 'browser/metrics/metrics_log_unittest.cc',
1223 'browser/metrics/metrics_response_unittest.cc', 1223 'browser/metrics/metrics_response_unittest.cc',
1224 'browser/metrics/metrics_service_unittest.cc', 1224 'browser/metrics/metrics_service_unittest.cc',
1225 'browser/mock_plugin_exceptions_table_model.cc', 1225 'browser/mock_plugin_exceptions_table_model.cc',
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 ] 3531 ]
3532 }], # 'coverage!=0' 3532 }], # 'coverage!=0'
3533 ], # 'conditions' 3533 ], # 'conditions'
3534 } 3534 }
3535 3535
3536 # Local Variables: 3536 # Local Variables:
3537 # tab-width:2 3537 # tab-width:2
3538 # indent-tabs-mode:nil 3538 # indent-tabs-mode:nil
3539 # End: 3539 # End:
3540 # vim: set expandtab tabstop=2 shiftwidth=2: 3540 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/in_process_webkit/dom_storage_message_filter.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698