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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5633003: Moved PrerenderInterceptor to chrome\browser\prerender... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Another merge 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'browser/mock_plugin_exceptions_table_model.cc', 1227 'browser/mock_plugin_exceptions_table_model.cc',
1228 'browser/mock_plugin_exceptions_table_model.h', 1228 'browser/mock_plugin_exceptions_table_model.h',
1229 'browser/net/connection_tester_unittest.cc', 1229 'browser/net/connection_tester_unittest.cc',
1230 'browser/net/gaia/token_service_unittest.cc', 1230 'browser/net/gaia/token_service_unittest.cc',
1231 'browser/net/gaia/token_service_unittest.h', 1231 'browser/net/gaia/token_service_unittest.h',
1232 'browser/net/chrome_net_log_unittest.cc', 1232 'browser/net/chrome_net_log_unittest.cc',
1233 'browser/net/load_timing_observer_unittest.cc', 1233 'browser/net/load_timing_observer_unittest.cc',
1234 'browser/net/passive_log_collector_unittest.cc', 1234 'browser/net/passive_log_collector_unittest.cc',
1235 'browser/net/predictor_unittest.cc', 1235 'browser/net/predictor_unittest.cc',
1236 'browser/net/pref_proxy_config_service_unittest.cc', 1236 'browser/net/pref_proxy_config_service_unittest.cc',
1237 'browser/net/prerender_interceptor_unittest.cc',
1238 'browser/net/resolve_proxy_msg_helper_unittest.cc', 1237 'browser/net/resolve_proxy_msg_helper_unittest.cc',
1239 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1238 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1240 'browser/net/url_fixer_upper_unittest.cc', 1239 'browser/net/url_fixer_upper_unittest.cc',
1241 'browser/net/url_info_unittest.cc', 1240 'browser/net/url_info_unittest.cc',
1242 'browser/notifications/desktop_notification_service_unittest.cc', 1241 'browser/notifications/desktop_notification_service_unittest.cc',
1243 'browser/notifications/desktop_notifications_unittest.h', 1242 'browser/notifications/desktop_notifications_unittest.h',
1244 'browser/notifications/desktop_notifications_unittest.cc', 1243 'browser/notifications/desktop_notifications_unittest.cc',
1245 'browser/notifications/notification_exceptions_table_model_unittest.cc', 1244 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1246 'browser/notifications/notification_test_util.h', 1245 'browser/notifications/notification_test_util.h',
1247 'browser/notifications/notifications_prefs_cache_unittest.cc', 1246 'browser/notifications/notifications_prefs_cache_unittest.cc',
(...skipping 28 matching lines...) Expand all
1276 'browser/preferences_mock_mac.cc', 1275 'browser/preferences_mock_mac.cc',
1277 'browser/preferences_mock_mac.h', 1276 'browser/preferences_mock_mac.h',
1278 'browser/prefs/command_line_pref_store_unittest.cc', 1277 'browser/prefs/command_line_pref_store_unittest.cc',
1279 'browser/prefs/pref_change_registrar_unittest.cc', 1278 'browser/prefs/pref_change_registrar_unittest.cc',
1280 'browser/prefs/pref_member_unittest.cc', 1279 'browser/prefs/pref_member_unittest.cc',
1281 'browser/prefs/pref_notifier_impl_unittest.cc', 1280 'browser/prefs/pref_notifier_impl_unittest.cc',
1282 'browser/prefs/pref_service_unittest.cc', 1281 'browser/prefs/pref_service_unittest.cc',
1283 'browser/prefs/pref_set_observer_unittest.cc', 1282 'browser/prefs/pref_set_observer_unittest.cc',
1284 'browser/prefs/pref_value_store_unittest.cc', 1283 'browser/prefs/pref_value_store_unittest.cc',
1285 'browser/prefs/session_startup_pref_unittest.cc', 1284 'browser/prefs/session_startup_pref_unittest.cc',
1285 'browser/prerender/prerender_interceptor_unittest.cc',
1286 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', 1286 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc',
1287 'browser/printing/print_dialog_cloud_unittest.cc', 1287 'browser/printing/print_dialog_cloud_unittest.cc',
1288 'browser/printing/print_job_unittest.cc', 1288 'browser/printing/print_job_unittest.cc',
1289 'browser/printing/print_preview_tab_controller_unittest.cc', 1289 'browser/printing/print_preview_tab_controller_unittest.cc',
1290 'browser/process_info_snapshot_mac_unittest.cc', 1290 'browser/process_info_snapshot_mac_unittest.cc',
1291 'browser/process_singleton_mac_unittest.cc', 1291 'browser/process_singleton_mac_unittest.cc',
1292 'browser/profiles/profile_manager_unittest.cc', 1292 'browser/profiles/profile_manager_unittest.cc',
1293 'browser/renderer_host/audio_renderer_host_unittest.cc', 1293 'browser/renderer_host/audio_renderer_host_unittest.cc',
1294 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1294 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1295 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1295 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 ] 3557 ]
3558 }], # 'coverage!=0' 3558 }], # 'coverage!=0'
3559 ], # 'conditions' 3559 ], # 'conditions'
3560 } 3560 }
3561 3561
3562 # Local Variables: 3562 # Local Variables:
3563 # tab-width:2 3563 # tab-width:2
3564 # indent-tabs-mode:nil 3564 # indent-tabs-mode:nil
3565 # End: 3565 # End:
3566 # vim: set expandtab tabstop=2 shiftwidth=2: 3566 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698