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