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

Side by Side Diff: content/content_browser.gypi

Issue 12212031: Add support for redirecting ResourceHandlers to a blob: URL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes Created 7 years, 10 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'browser/loader/resource_dispatcher_host_impl.h', 522 'browser/loader/resource_dispatcher_host_impl.h',
523 'browser/loader/resource_handler.cc', 523 'browser/loader/resource_handler.cc',
524 'browser/loader/resource_handler.h', 524 'browser/loader/resource_handler.h',
525 'browser/loader/resource_loader.cc', 525 'browser/loader/resource_loader.cc',
526 'browser/loader/resource_loader_delegate.h', 526 'browser/loader/resource_loader_delegate.h',
527 'browser/loader/resource_loader.h', 527 'browser/loader/resource_loader.h',
528 'browser/loader/resource_message_filter.cc', 528 'browser/loader/resource_message_filter.cc',
529 'browser/loader/resource_message_filter.h', 529 'browser/loader/resource_message_filter.h',
530 'browser/loader/resource_request_info_impl.cc', 530 'browser/loader/resource_request_info_impl.cc',
531 'browser/loader/resource_request_info_impl.h', 531 'browser/loader/resource_request_info_impl.h',
532 'browser/loader/stream_resource_handler.cc',
533 'browser/loader/stream_resource_handler.h',
532 'browser/loader/sync_resource_handler.cc', 534 'browser/loader/sync_resource_handler.cc',
533 'browser/loader/sync_resource_handler.h', 535 'browser/loader/sync_resource_handler.h',
534 'browser/loader/throttling_resource_handler.cc', 536 'browser/loader/throttling_resource_handler.cc',
535 'browser/loader/throttling_resource_handler.h', 537 'browser/loader/throttling_resource_handler.h',
536 'browser/loader/transfer_navigation_resource_throttle.cc', 538 'browser/loader/transfer_navigation_resource_throttle.cc',
537 'browser/loader/transfer_navigation_resource_throttle.h', 539 'browser/loader/transfer_navigation_resource_throttle.h',
538 'browser/mach_broker_mac.cc', 540 'browser/mach_broker_mac.cc',
539 'browser/mach_broker_mac.h', 541 'browser/mach_broker_mac.h',
540 'browser/media_devices_monitor.cc', 542 'browser/media_devices_monitor.cc',
541 'browser/media/media_internals.cc', 543 'browser/media/media_internals.cc',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'browser/ssl/ssl_host_state.cc', 832 'browser/ssl/ssl_host_state.cc',
831 'browser/ssl/ssl_host_state.h', 833 'browser/ssl/ssl_host_state.h',
832 'browser/ssl/ssl_manager.cc', 834 'browser/ssl/ssl_manager.cc',
833 'browser/ssl/ssl_manager.h', 835 'browser/ssl/ssl_manager.h',
834 'browser/ssl/ssl_policy_backend.cc', 836 'browser/ssl/ssl_policy_backend.cc',
835 'browser/ssl/ssl_policy_backend.h', 837 'browser/ssl/ssl_policy_backend.h',
836 'browser/ssl/ssl_policy.cc', 838 'browser/ssl/ssl_policy.cc',
837 'browser/ssl/ssl_policy.h', 839 'browser/ssl/ssl_policy.h',
838 'browser/ssl/ssl_request_info.cc', 840 'browser/ssl/ssl_request_info.cc',
839 'browser/ssl/ssl_request_info.h', 841 'browser/ssl/ssl_request_info.h',
842 'browser/streams/stream.cc',
843 'browser/streams/stream.h',
844 'browser/streams/stream_context.cc',
845 'browser/streams/stream_context.h',
846 'browser/streams/stream_read_observer.h',
847 'browser/streams/stream_registry.cc',
848 'browser/streams/stream_registry.h',
849 'browser/streams/stream_url_request_job.cc',
850 'browser/streams/stream_url_request_job.h',
851 'browser/streams/stream_write_observer.h',
840 'browser/storage_partition_impl.cc', 852 'browser/storage_partition_impl.cc',
841 'browser/storage_partition_impl.h', 853 'browser/storage_partition_impl.h',
842 'browser/storage_partition_impl_map.cc', 854 'browser/storage_partition_impl_map.cc',
843 'browser/storage_partition_impl_map.h', 855 'browser/storage_partition_impl_map.h',
844 'browser/system_message_window_win.cc', 856 'browser/system_message_window_win.cc',
845 'browser/system_message_window_win.h', 857 'browser/system_message_window_win.h',
846 'browser/tcmalloc_internals_request_job.cc', 858 'browser/tcmalloc_internals_request_job.cc',
847 'browser/tcmalloc_internals_request_job.h', 859 'browser/tcmalloc_internals_request_job.h',
848 'browser/tracing/trace_controller_impl.cc', 860 'browser/tracing/trace_controller_impl.cc',
849 'browser/tracing/trace_controller_impl.h', 861 'browser/tracing/trace_controller_impl.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 ['exclude', '^browser/speech/'], 1227 ['exclude', '^browser/speech/'],
1216 ], 1228 ],
1217 }], 1229 }],
1218 ['linux_use_libgps==1', { 1230 ['linux_use_libgps==1', {
1219 'dependencies': [ 1231 'dependencies': [
1220 '../build/linux/system.gyp:libgps', 1232 '../build/linux/system.gyp:libgps',
1221 ], 1233 ],
1222 }], 1234 }],
1223 ], 1235 ],
1224 } 1236 }
OLDNEW
« no previous file with comments | « content/browser/streams/stream_write_observer.h ('k') | content/public/browser/resource_dispatcher_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698