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

Side by Side Diff: content/content_browser.gypi

Issue 9834039: Remove resource_request_info_impl.h dependency from chrome. This also makes blob/file system urls w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'browser/load_from_memory_cache_details.cc', 393 'browser/load_from_memory_cache_details.cc',
394 'browser/load_from_memory_cache_details.h', 394 'browser/load_from_memory_cache_details.h',
395 'browser/mach_broker_mac.cc', 395 'browser/mach_broker_mac.cc',
396 'browser/mach_broker_mac.h', 396 'browser/mach_broker_mac.h',
397 'browser/media_device_notifications_linux.cc', 397 'browser/media_device_notifications_linux.cc',
398 'browser/media_device_notifications_linux.h', 398 'browser/media_device_notifications_linux.h',
399 'browser/mime_registry_message_filter.cc', 399 'browser/mime_registry_message_filter.cc',
400 'browser/mime_registry_message_filter.h', 400 'browser/mime_registry_message_filter.h',
401 'browser/net/browser_online_state_observer.cc', 401 'browser/net/browser_online_state_observer.cc',
402 'browser/net/browser_online_state_observer.h', 402 'browser/net/browser_online_state_observer.h',
403 'browser/net/view_blob_internals_job_factory.cc',
404 'browser/net/view_blob_internals_job_factory.h',
405 'browser/net/view_http_cache_job_factory.cc',
406 'browser/net/view_http_cache_job_factory.h',
403 'browser/notification_service_impl.cc', 407 'browser/notification_service_impl.cc',
404 'browser/notification_service_impl.h', 408 'browser/notification_service_impl.h',
405 'browser/plugin_data_remover_impl.cc', 409 'browser/plugin_data_remover_impl.cc',
406 'browser/plugin_data_remover_impl.h', 410 'browser/plugin_data_remover_impl.h',
407 'browser/plugin_loader_posix.cc', 411 'browser/plugin_loader_posix.cc',
408 'browser/plugin_loader_posix.h', 412 'browser/plugin_loader_posix.h',
409 'browser/plugin_process_host.cc', 413 'browser/plugin_process_host.cc',
410 'browser/plugin_process_host.h', 414 'browser/plugin_process_host.h',
411 'browser/plugin_process_host_mac.cc', 415 'browser/plugin_process_host_mac.cc',
412 'browser/plugin_service_impl.cc', 416 'browser/plugin_service_impl.cc',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 ], 897 ],
894 }], 898 }],
895 ['input_speech==0', { 899 ['input_speech==0', {
896 'sources/': [ 900 'sources/': [
897 ['exclude', '^browser/speech/'], 901 ['exclude', '^browser/speech/'],
898 ], 902 ],
899 }], 903 }],
900 ], 904 ],
901 } 905 }
902 906
OLDNEW
« no previous file with comments | « content/browser/worker_host/worker_process_host.cc ('k') | content/public/browser/resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698