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

Side by Side Diff: content/content_browser.gypi

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'browser/web_contents/web_drag_utils_win.h', 876 'browser/web_contents/web_drag_utils_win.h',
877 'browser/trace_controller_impl.cc', 877 'browser/trace_controller_impl.cc',
878 'browser/trace_controller_impl.h', 878 'browser/trace_controller_impl.h',
879 'browser/trace_message_filter.cc', 879 'browser/trace_message_filter.cc',
880 'browser/trace_message_filter.h', 880 'browser/trace_message_filter.h',
881 'browser/trace_subscriber_stdio.cc', 881 'browser/trace_subscriber_stdio.cc',
882 'browser/trace_subscriber_stdio.h', 882 'browser/trace_subscriber_stdio.h',
883 'browser/user_metrics.cc', 883 'browser/user_metrics.cc',
884 'browser/utility_process_host_impl.cc', 884 'browser/utility_process_host_impl.cc',
885 'browser/utility_process_host_impl.h', 885 'browser/utility_process_host_impl.h',
886 'browser/webui/shared_resources_data_source.cc',
887 'browser/webui/shared_resources_data_source.h',
888 'browser/webui/url_data_manager.cc',
889 'browser/webui/url_data_manager.h',
890 'browser/webui/url_data_manager_backend.cc',
891 'browser/webui/url_data_manager_backend.h',
892 'browser/webui/web_ui_data_source.cc',
893 'browser/webui/web_ui_data_source.h',
886 'browser/webui/web_ui_impl.cc', 894 'browser/webui/web_ui_impl.cc',
887 'browser/webui/web_ui_impl.h', 895 'browser/webui/web_ui_impl.h',
888 'browser/webui/web_ui_message_handler.cc', 896 'browser/webui/web_ui_message_handler.cc',
889 'browser/worker_host/message_port_service.cc', 897 'browser/worker_host/message_port_service.cc',
890 'browser/worker_host/message_port_service.h', 898 'browser/worker_host/message_port_service.h',
891 'browser/worker_host/worker_document_set.cc', 899 'browser/worker_host/worker_document_set.cc',
892 'browser/worker_host/worker_document_set.h', 900 'browser/worker_host/worker_document_set.h',
893 'browser/worker_host/worker_message_filter.cc', 901 'browser/worker_host/worker_message_filter.cc',
894 'browser/worker_host/worker_message_filter.h', 902 'browser/worker_host/worker_message_filter.h',
895 'browser/worker_host/worker_process_host.cc', 903 'browser/worker_host/worker_process_host.cc',
896 'browser/worker_host/worker_process_host.h', 904 'browser/worker_host/worker_process_host.h',
897 'browser/worker_host/worker_service_impl.cc', 905 'browser/worker_host/worker_service_impl.cc',
898 'browser/worker_host/worker_service_impl.h', 906 'browser/worker_host/worker_service_impl.h',
899 'browser/worker_host/worker_storage_partition.cc', 907 'browser/worker_host/worker_storage_partition.cc',
900 'browser/worker_host/worker_storage_partition.h', 908 'browser/worker_host/worker_storage_partition.h',
901 'browser/zygote_host/zygote_host_impl_linux.cc', 909 'browser/zygote_host/zygote_host_impl_linux.cc',
902 'browser/zygote_host/zygote_host_impl_linux.h', 910 'browser/zygote_host/zygote_host_impl_linux.h',
903 'zygote/zygote_linux.cc', 911 'zygote/zygote_linux.cc',
904 'zygote/zygote_linux.h', 912 'zygote/zygote_linux.h',
905 'zygote/zygote_main_linux.cc', 913 'zygote/zygote_main_linux.cc',
914 # These files are generated by GRIT.
906 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 915 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
907 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 916 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
908 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 917 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
918 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc',
909 ], 919 ],
910 'conditions': [ 920 'conditions': [
911 ['OS!="win" and OS!="mac" and OS!="linux"', { 921 ['OS!="win" and OS!="mac" and OS!="linux"', {
912 'sources': [ 922 'sources': [
913 'browser/gamepad/gamepad_platform_data_fetcher.cc', 923 'browser/gamepad/gamepad_platform_data_fetcher.cc',
914 ] 924 ]
915 }], 925 }],
916 ['OS=="ios"', { 926 ['OS=="ios"', {
917 'sources/': [ 927 'sources/': [
918 # iOS only needs a small portion of content; exclude all the 928 # iOS only needs a small portion of content; exclude all the
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 ['exclude', '^browser/speech/'], 1187 ['exclude', '^browser/speech/'],
1178 ], 1188 ],
1179 }], 1189 }],
1180 ['linux_use_libgps==1', { 1190 ['linux_use_libgps==1', {
1181 'dependencies': [ 1191 'dependencies': [
1182 '../build/linux/system.gyp:libgps', 1192 '../build/linux/system.gyp:libgps',
1183 ], 1193 ],
1184 }], 1194 }],
1185 ], 1195 ],
1186 } 1196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698