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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7038012: Safely cancel prerenders on threads other than the UI thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to Dominic's comments, part 3 Created 9 years, 7 months 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 'browser/prefs/pref_notifier_impl_unittest.cc', 1494 'browser/prefs/pref_notifier_impl_unittest.cc',
1495 'browser/prefs/pref_service_unittest.cc', 1495 'browser/prefs/pref_service_unittest.cc',
1496 'browser/prefs/pref_set_observer_unittest.cc', 1496 'browser/prefs/pref_set_observer_unittest.cc',
1497 'browser/prefs/pref_value_map_unittest.cc', 1497 'browser/prefs/pref_value_map_unittest.cc',
1498 'browser/prefs/pref_value_store_unittest.cc', 1498 'browser/prefs/pref_value_store_unittest.cc',
1499 'browser/prefs/proxy_config_dictionary_unittest.cc', 1499 'browser/prefs/proxy_config_dictionary_unittest.cc',
1500 'browser/prefs/proxy_prefs_unittest.cc', 1500 'browser/prefs/proxy_prefs_unittest.cc',
1501 'browser/prefs/scoped_user_pref_update_unittest.cc', 1501 'browser/prefs/scoped_user_pref_update_unittest.cc',
1502 'browser/prefs/session_startup_pref_unittest.cc', 1502 'browser/prefs/session_startup_pref_unittest.cc',
1503 'browser/prerender/prerender_manager_unittest.cc', 1503 'browser/prerender/prerender_manager_unittest.cc',
1504 'browser/prerender/prerender_tracker_unittest.cc',
1504 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', 1505 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc',
1505 'browser/printing/print_dialog_cloud_unittest.cc', 1506 'browser/printing/print_dialog_cloud_unittest.cc',
1506 'browser/printing/print_job_unittest.cc', 1507 'browser/printing/print_job_unittest.cc',
1507 'browser/printing/print_preview_tab_controller_unittest.cc', 1508 'browser/printing/print_preview_tab_controller_unittest.cc',
1508 'browser/process_info_snapshot_mac_unittest.cc', 1509 'browser/process_info_snapshot_mac_unittest.cc',
1509 'browser/process_singleton_mac_unittest.cc', 1510 'browser/process_singleton_mac_unittest.cc',
1510 'browser/profiles/profile_dependency_manager_unittest.cc', 1511 'browser/profiles/profile_dependency_manager_unittest.cc',
1511 'browser/profiles/profile_manager_unittest.cc', 1512 'browser/profiles/profile_manager_unittest.cc',
1512 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', 1513 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm',
1513 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1514 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
(...skipping 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3980 ] 3981 ]
3981 }], # 'coverage!=0' 3982 }], # 'coverage!=0'
3982 ], # 'conditions' 3983 ], # 'conditions'
3983 } 3984 }
3984 3985
3985 # Local Variables: 3986 # Local Variables:
3986 # tab-width:2 3987 # tab-width:2
3987 # indent-tabs-mode:nil 3988 # indent-tabs-mode:nil
3988 # End: 3989 # End:
3989 # vim: set expandtab tabstop=2 shiftwidth=2: 3990 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698