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

Side by Side Diff: content/content_browser.gypi

Issue 12600018: ResourceScheduler should use renderer notifications instead of MRUCache to track renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove dead code Created 7 years, 9 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'browser/loader/resource_message_delegate.cc', 543 'browser/loader/resource_message_delegate.cc',
544 'browser/loader/resource_message_delegate.h', 544 'browser/loader/resource_message_delegate.h',
545 'browser/loader/resource_message_filter.cc', 545 'browser/loader/resource_message_filter.cc',
546 'browser/loader/resource_message_filter.h', 546 'browser/loader/resource_message_filter.h',
547 'browser/loader/resource_request_info_impl.cc', 547 'browser/loader/resource_request_info_impl.cc',
548 'browser/loader/resource_request_info_impl.h', 548 'browser/loader/resource_request_info_impl.h',
549 'browser/loader/resource_scheduler.cc', 549 'browser/loader/resource_scheduler.cc',
550 'browser/loader/resource_scheduler.h', 550 'browser/loader/resource_scheduler.h',
551 'browser/loader/resource_scheduler_filter.cc', 551 'browser/loader/resource_scheduler_filter.cc',
552 'browser/loader/resource_scheduler_filter.h', 552 'browser/loader/resource_scheduler_filter.h',
553 'browser/loader/resource_scheduler_view_observer.cc',
554 'browser/loader/resource_scheduler_view_observer.h',
553 'browser/loader/sync_resource_handler.cc', 555 'browser/loader/sync_resource_handler.cc',
554 'browser/loader/sync_resource_handler.h', 556 'browser/loader/sync_resource_handler.h',
555 'browser/loader/throttling_resource_handler.cc', 557 'browser/loader/throttling_resource_handler.cc',
556 'browser/loader/throttling_resource_handler.h', 558 'browser/loader/throttling_resource_handler.h',
557 'browser/loader/transfer_navigation_resource_throttle.cc', 559 'browser/loader/transfer_navigation_resource_throttle.cc',
558 'browser/loader/transfer_navigation_resource_throttle.h', 560 'browser/loader/transfer_navigation_resource_throttle.h',
559 'browser/mach_broker_mac.cc', 561 'browser/mach_broker_mac.cc',
560 'browser/mach_broker_mac.h', 562 'browser/mach_broker_mac.h',
561 'browser/media_devices_monitor.cc', 563 'browser/media_devices_monitor.cc',
562 'browser/media/media_internals.cc', 564 'browser/media/media_internals.cc',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 ['exclude', '^browser/speech/'], 1243 ['exclude', '^browser/speech/'],
1242 ], 1244 ],
1243 }], 1245 }],
1244 ['linux_use_libgps==1', { 1246 ['linux_use_libgps==1', {
1245 'dependencies': [ 1247 'dependencies': [
1246 '../build/linux/system.gyp:libgps', 1248 '../build/linux/system.gyp:libgps',
1247 ], 1249 ],
1248 }], 1250 }],
1249 ], 1251 ],
1250 } 1252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698