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

Side by Side Diff: content/content_browser.gypi

Issue 11270027: Add a ResourceScheduler to ResourceDispatcherHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resilient to crashing renderers Created 8 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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['chromeos==1', { 8 ['chromeos==1', {
9 'use_libgps%': 1, 9 'use_libgps%': 1,
10 }, { # chromeos==0 10 }, { # chromeos==0
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'browser/loader/resource_dispatcher_host_impl.h', 517 'browser/loader/resource_dispatcher_host_impl.h',
518 'browser/loader/resource_handler.cc', 518 'browser/loader/resource_handler.cc',
519 'browser/loader/resource_handler.h', 519 'browser/loader/resource_handler.h',
520 'browser/loader/resource_loader.cc', 520 'browser/loader/resource_loader.cc',
521 'browser/loader/resource_loader_delegate.h', 521 'browser/loader/resource_loader_delegate.h',
522 'browser/loader/resource_loader.h', 522 'browser/loader/resource_loader.h',
523 'browser/loader/resource_message_filter.cc', 523 'browser/loader/resource_message_filter.cc',
524 'browser/loader/resource_message_filter.h', 524 'browser/loader/resource_message_filter.h',
525 'browser/loader/resource_request_info_impl.cc', 525 'browser/loader/resource_request_info_impl.cc',
526 'browser/loader/resource_request_info_impl.h', 526 'browser/loader/resource_request_info_impl.h',
527 'browser/loader/resource_scheduler.cc',
528 'browser/loader/resource_scheduler.h',
529 'browser/loader/resource_scheduler_filter.cc',
530 'browser/loader/resource_scheduler_filter.h',
527 'browser/loader/sync_resource_handler.cc', 531 'browser/loader/sync_resource_handler.cc',
528 'browser/loader/sync_resource_handler.h', 532 'browser/loader/sync_resource_handler.h',
529 'browser/loader/throttling_resource_handler.cc', 533 'browser/loader/throttling_resource_handler.cc',
530 'browser/loader/throttling_resource_handler.h', 534 'browser/loader/throttling_resource_handler.h',
531 'browser/loader/transfer_navigation_resource_throttle.cc', 535 'browser/loader/transfer_navigation_resource_throttle.cc',
532 'browser/loader/transfer_navigation_resource_throttle.h', 536 'browser/loader/transfer_navigation_resource_throttle.h',
533 'browser/loader/x509_user_cert_resource_handler.cc', 537 'browser/loader/x509_user_cert_resource_handler.cc',
534 'browser/loader/x509_user_cert_resource_handler.h', 538 'browser/loader/x509_user_cert_resource_handler.h',
535 'browser/mach_broker_mac.cc', 539 'browser/mach_broker_mac.cc',
536 'browser/mach_broker_mac.h', 540 'browser/mach_broker_mac.h',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 # the USE_LIBGPS setting propagates to the "real" dependent target, 1166 # the USE_LIBGPS setting propagates to the "real" dependent target,
1163 # we use all_dependent_settings here. 1167 # we use all_dependent_settings here.
1164 'all_dependent_settings': { 1168 'all_dependent_settings': {
1165 'defines': [ 1169 'defines': [
1166 'USE_LIBGPS', 1170 'USE_LIBGPS',
1167 ], 1171 ],
1168 }, 1172 },
1169 }], 1173 }],
1170 ], 1174 ],
1171 } 1175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698