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

Side by Side Diff: content/content_browser.gypi

Issue 12645004: Add Resource Handler for creating Streams to forward to extensions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Some minor cleanup 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
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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'browser/loader/resource_message_delegate.cc', 549 'browser/loader/resource_message_delegate.cc',
550 'browser/loader/resource_message_delegate.h', 550 'browser/loader/resource_message_delegate.h',
551 'browser/loader/resource_message_filter.cc', 551 'browser/loader/resource_message_filter.cc',
552 'browser/loader/resource_message_filter.h', 552 'browser/loader/resource_message_filter.h',
553 'browser/loader/resource_request_info_impl.cc', 553 'browser/loader/resource_request_info_impl.cc',
554 'browser/loader/resource_request_info_impl.h', 554 'browser/loader/resource_request_info_impl.h',
555 'browser/loader/resource_scheduler.cc', 555 'browser/loader/resource_scheduler.cc',
556 'browser/loader/resource_scheduler.h', 556 'browser/loader/resource_scheduler.h',
557 'browser/loader/resource_scheduler_filter.cc', 557 'browser/loader/resource_scheduler_filter.cc',
558 'browser/loader/resource_scheduler_filter.h', 558 'browser/loader/resource_scheduler_filter.h',
559 'browser/loader/stream_resource_handler.cc',
560 'browser/loader/stream_resource_handler.h',
559 'browser/loader/sync_resource_handler.cc', 561 'browser/loader/sync_resource_handler.cc',
560 'browser/loader/sync_resource_handler.h', 562 'browser/loader/sync_resource_handler.h',
561 'browser/loader/throttling_resource_handler.cc', 563 'browser/loader/throttling_resource_handler.cc',
562 'browser/loader/throttling_resource_handler.h', 564 'browser/loader/throttling_resource_handler.h',
563 'browser/loader/transfer_navigation_resource_throttle.cc', 565 'browser/loader/transfer_navigation_resource_throttle.cc',
564 'browser/loader/transfer_navigation_resource_throttle.h', 566 'browser/loader/transfer_navigation_resource_throttle.h',
565 'browser/mach_broker_mac.cc', 567 'browser/mach_broker_mac.cc',
566 'browser/mach_broker_mac.h', 568 'browser/mach_broker_mac.h',
567 'browser/media_devices_monitor.cc', 569 'browser/media_devices_monitor.cc',
568 'browser/media/media_internals.cc', 570 'browser/media/media_internals.cc',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 ['exclude', '^browser/speech/'], 1271 ['exclude', '^browser/speech/'],
1270 ], 1272 ],
1271 }], 1273 }],
1272 ['linux_use_libgps==1', { 1274 ['linux_use_libgps==1', {
1273 'dependencies': [ 1275 'dependencies': [
1274 '../build/linux/system.gyp:libgps', 1276 '../build/linux/system.gyp:libgps',
1275 ], 1277 ],
1276 }], 1278 }],
1277 ], 1279 ],
1278 } 1280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698