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

Side by Side Diff: content/content_browser.gypi

Issue 11230028: Split ResourceContext into its own file, and make it compile on iOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'browser/renderer_host/ui_events_helper.cc', 723 'browser/renderer_host/ui_events_helper.cc',
724 'browser/renderer_host/ui_events_helper.h', 724 'browser/renderer_host/ui_events_helper.h',
725 'browser/renderer_host/web_input_event_aura.cc', 725 'browser/renderer_host/web_input_event_aura.cc',
726 'browser/renderer_host/web_input_event_aura.h', 726 'browser/renderer_host/web_input_event_aura.h',
727 'browser/renderer_host/web_input_event_aurawin.cc', 727 'browser/renderer_host/web_input_event_aurawin.cc',
728 'browser/renderer_host/web_input_event_aurax11.cc', 728 'browser/renderer_host/web_input_event_aurax11.cc',
729 'browser/renderer_host/x509_user_cert_resource_handler.cc', 729 'browser/renderer_host/x509_user_cert_resource_handler.cc',
730 'browser/renderer_host/x509_user_cert_resource_handler.h', 730 'browser/renderer_host/x509_user_cert_resource_handler.h',
731 'browser/resolve_proxy_msg_helper.cc', 731 'browser/resolve_proxy_msg_helper.cc',
732 'browser/resolve_proxy_msg_helper.h', 732 'browser/resolve_proxy_msg_helper.h',
733 'browser/resource_context.cc',
733 'browser/resource_context_impl.cc', 734 'browser/resource_context_impl.cc',
734 'browser/resource_context_impl.h', 735 'browser/resource_context_impl.h',
735 'browser/safe_util_win.cc', 736 'browser/safe_util_win.cc',
736 'browser/safe_util_win.h', 737 'browser/safe_util_win.h',
737 'browser/site_instance_impl.cc', 738 'browser/site_instance_impl.cc',
738 'browser/site_instance_impl.h', 739 'browser/site_instance_impl.h',
739 'browser/speech/audio_buffer.cc', 740 'browser/speech/audio_buffer.cc',
740 'browser/speech/audio_buffer.h', 741 'browser/speech/audio_buffer.h',
741 'browser/speech/audio_encoder.cc', 742 'browser/speech/audio_encoder.cc',
742 'browser/speech/audio_encoder.h', 743 'browser/speech/audio_encoder.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 ['include', '^public/browser/web_ui_controller\\.cc'], 885 ['include', '^public/browser/web_ui_controller\\.cc'],
885 ['include', '^browser/browser_context\\.cc$'], 886 ['include', '^browser/browser_context\\.cc$'],
886 ['include', '^browser/browser_main_loop\\.cc$'], 887 ['include', '^browser/browser_main_loop\\.cc$'],
887 ['include', '^browser/browser_main_runner\\.cc$'], 888 ['include', '^browser/browser_main_runner\\.cc$'],
888 ['include', '^browser/browser_process_sub_thread\\.cc$'], 889 ['include', '^browser/browser_process_sub_thread\\.cc$'],
889 ['include', '^browser/browser_thread_impl\\.cc$'], 890 ['include', '^browser/browser_thread_impl\\.cc$'],
890 ['include', '^browser/browser_url_handler_impl\\.cc$'], 891 ['include', '^browser/browser_url_handler_impl\\.cc$'],
891 ['include', '^browser/cert_store_impl\\.cc$'], 892 ['include', '^browser/cert_store_impl\\.cc$'],
892 ['include', '^browser/download/download_create_info\\.cc$'], 893 ['include', '^browser/download/download_create_info\\.cc$'],
893 ['include', '^browser/notification_service_impl\\.cc$'], 894 ['include', '^browser/notification_service_impl\\.cc$'],
895 ['include', '^browser/resource_context\\.cc$'],
894 ['include', '^browser/storage_partition_impl\\.cc$'], 896 ['include', '^browser/storage_partition_impl\\.cc$'],
895 # Pull in all but one file from speech. 897 # Pull in all but one file from speech.
896 ['include', '^browser/speech/'], 898 ['include', '^browser/speech/'],
897 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 899 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
898 ['include', '^browser/user_metrics\\.cc$'], 900 ['include', '^browser/user_metrics\\.cc$'],
899 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 901 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
900 ], 902 ],
901 }, { # OS!="ios" 903 }, { # OS!="ios"
902 'dependencies': [ 904 'dependencies': [
903 'browser/debugger/devtools_resources.gyp:devtools_resources', 905 'browser/debugger/devtools_resources.gyp:devtools_resources',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 ['exclude', '^browser/renderer_host/java/'], 1101 ['exclude', '^browser/renderer_host/java/'],
1100 ], 1102 ],
1101 }], 1103 }],
1102 ['input_speech==0', { 1104 ['input_speech==0', {
1103 'sources/': [ 1105 'sources/': [
1104 ['exclude', '^browser/speech/'], 1106 ['exclude', '^browser/speech/'],
1105 ], 1107 ],
1106 }], 1108 }],
1107 ], 1109 ],
1108 } 1110 }
OLDNEW
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698