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

Side by Side Diff: content/content_browser.gypi

Issue 9425026: Remove getters for HTML5 related objects from the ResourceContext interface. Half of them weren't u… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 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 | 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'browser/renderer_host/throttling_resource_handler.cc', 573 'browser/renderer_host/throttling_resource_handler.cc',
574 'browser/renderer_host/throttling_resource_handler.h', 574 'browser/renderer_host/throttling_resource_handler.h',
575 'browser/renderer_host/web_input_event_aura.cc', 575 'browser/renderer_host/web_input_event_aura.cc',
576 'browser/renderer_host/web_input_event_aura.h', 576 'browser/renderer_host/web_input_event_aura.h',
577 'browser/renderer_host/web_input_event_aurawin.cc', 577 'browser/renderer_host/web_input_event_aurawin.cc',
578 'browser/renderer_host/web_input_event_aurax11.cc', 578 'browser/renderer_host/web_input_event_aurax11.cc',
579 'browser/renderer_host/x509_user_cert_resource_handler.cc', 579 'browser/renderer_host/x509_user_cert_resource_handler.cc',
580 'browser/renderer_host/x509_user_cert_resource_handler.h', 580 'browser/renderer_host/x509_user_cert_resource_handler.h',
581 'browser/resolve_proxy_msg_helper.cc', 581 'browser/resolve_proxy_msg_helper.cc',
582 'browser/resolve_proxy_msg_helper.h', 582 'browser/resolve_proxy_msg_helper.h',
583 'browser/resource_context_impl.cc',
584 'browser/resource_context_impl.h',
583 'browser/safe_util_win.cc', 585 'browser/safe_util_win.cc',
584 'browser/safe_util_win.h', 586 'browser/safe_util_win.h',
585 'browser/sensors/sensors_provider_impl.cc', 587 'browser/sensors/sensors_provider_impl.cc',
586 'browser/sensors/sensors_provider_impl.h', 588 'browser/sensors/sensors_provider_impl.h',
587 'browser/site_instance_impl.cc', 589 'browser/site_instance_impl.cc',
588 'browser/site_instance_impl.h', 590 'browser/site_instance_impl.h',
589 'browser/speech/audio_encoder.cc', 591 'browser/speech/audio_encoder.cc',
590 'browser/speech/audio_encoder.h', 592 'browser/speech/audio_encoder.h',
591 'browser/speech/endpointer/endpointer.cc', 593 'browser/speech/endpointer/endpointer.cc',
592 'browser/speech/endpointer/endpointer.h', 594 'browser/speech/endpointer/endpointer.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 'ENABLE_JAVA_BRIDGE', 852 'ENABLE_JAVA_BRIDGE',
851 ], 853 ],
852 }, { 854 }, {
853 'sources/': [ 855 'sources/': [
854 ['exclude', '^browser/renderer_host/java/'], 856 ['exclude', '^browser/renderer_host/java/'],
855 ], 857 ],
856 }], 858 }],
857 ], 859 ],
858 } 860 }
859 861
OLDNEW
« no previous file with comments | « content/browser/worker_host/worker_process_host.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698