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

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: Fix Win build Created 7 years, 11 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) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'browser/loader/resource_dispatcher_host_impl.h', 516 'browser/loader/resource_dispatcher_host_impl.h',
517 'browser/loader/resource_handler.cc', 517 'browser/loader/resource_handler.cc',
518 'browser/loader/resource_handler.h', 518 'browser/loader/resource_handler.h',
519 'browser/loader/resource_loader.cc', 519 'browser/loader/resource_loader.cc',
520 'browser/loader/resource_loader_delegate.h', 520 'browser/loader/resource_loader_delegate.h',
521 'browser/loader/resource_loader.h', 521 'browser/loader/resource_loader.h',
522 'browser/loader/resource_message_filter.cc', 522 'browser/loader/resource_message_filter.cc',
523 'browser/loader/resource_message_filter.h', 523 'browser/loader/resource_message_filter.h',
524 'browser/loader/resource_request_info_impl.cc', 524 'browser/loader/resource_request_info_impl.cc',
525 'browser/loader/resource_request_info_impl.h', 525 'browser/loader/resource_request_info_impl.h',
526 'browser/loader/resource_scheduler.cc',
527 'browser/loader/resource_scheduler.h',
528 'browser/loader/resource_scheduler_filter.cc',
529 'browser/loader/resource_scheduler_filter.h',
526 'browser/loader/sync_resource_handler.cc', 530 'browser/loader/sync_resource_handler.cc',
527 'browser/loader/sync_resource_handler.h', 531 'browser/loader/sync_resource_handler.h',
528 'browser/loader/throttling_resource_handler.cc', 532 'browser/loader/throttling_resource_handler.cc',
529 'browser/loader/throttling_resource_handler.h', 533 'browser/loader/throttling_resource_handler.h',
530 'browser/loader/transfer_navigation_resource_throttle.cc', 534 'browser/loader/transfer_navigation_resource_throttle.cc',
531 'browser/loader/transfer_navigation_resource_throttle.h', 535 'browser/loader/transfer_navigation_resource_throttle.h',
532 'browser/mach_broker_mac.cc', 536 'browser/mach_broker_mac.cc',
533 'browser/mach_broker_mac.h', 537 'browser/mach_broker_mac.h',
534 'browser/media_devices_monitor.cc', 538 'browser/media_devices_monitor.cc',
535 'browser/mime_registry_message_filter.cc', 539 'browser/mime_registry_message_filter.cc',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 ['exclude', '^browser/speech/'], 1164 ['exclude', '^browser/speech/'],
1161 ], 1165 ],
1162 }], 1166 }],
1163 ['linux_use_libgps==1', { 1167 ['linux_use_libgps==1', {
1164 'dependencies': [ 1168 'dependencies': [
1165 '../build/linux/system.gyp:libgps', 1169 '../build/linux/system.gyp:libgps',
1166 ], 1170 ],
1167 }], 1171 }],
1168 ], 1172 ],
1169 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698