| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 source_set("common") { | 26 source_set("common") { |
| 27 # Targets external to content should always link to the public API. | 27 # Targets external to content should always link to the public API. |
| 28 # In addition, targets outside of the content component (shell and tests) | 28 # In addition, targets outside of the content component (shell and tests) |
| 29 # must not link to this because it will duplicate the code in the component | 29 # must not link to this because it will duplicate the code in the component |
| 30 # build. | 30 # build. |
| 31 visibility = [ "//content/*" ] | 31 visibility = [ "//content/*" ] |
| 32 | 32 |
| 33 sources = [ | 33 sources = [ |
| 34 "accessibility_messages.h", | 34 "accessibility_messages.h", |
| 35 "accessibility_mode.h", |
| 35 "all_messages.h", | 36 "all_messages.h", |
| 36 "android/common_jni_registrar.cc", | 37 "android/common_jni_registrar.cc", |
| 37 "android/common_jni_registrar.h", | 38 "android/common_jni_registrar.h", |
| 38 "android/gin_java_bridge_errors.cc", | 39 "android/gin_java_bridge_errors.cc", |
| 39 "android/gin_java_bridge_errors.h", | 40 "android/gin_java_bridge_errors.h", |
| 40 "android/gin_java_bridge_value.cc", | 41 "android/gin_java_bridge_value.cc", |
| 41 "android/gin_java_bridge_value.h", | 42 "android/gin_java_bridge_value.h", |
| 42 "android/hash_set.cc", | 43 "android/hash_set.cc", |
| 43 "android/hash_set.h", | 44 "android/hash_set.h", |
| 44 "android/media_metadata_android.cc", | 45 "android/media_metadata_android.cc", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "content_param_traits.cc", | 86 "content_param_traits.cc", |
| 86 "content_param_traits.h", | 87 "content_param_traits.h", |
| 87 "content_param_traits_macros.h", | 88 "content_param_traits_macros.h", |
| 88 "content_paths.cc", | 89 "content_paths.cc", |
| 89 "content_security_policy/content_security_policy.cc", | 90 "content_security_policy/content_security_policy.cc", |
| 90 "content_security_policy/content_security_policy.h", | 91 "content_security_policy/content_security_policy.h", |
| 91 "content_security_policy/csp_context.cc", | 92 "content_security_policy/csp_context.cc", |
| 92 "content_security_policy/csp_context.h", | 93 "content_security_policy/csp_context.h", |
| 93 "content_security_policy/csp_directive.cc", | 94 "content_security_policy/csp_directive.cc", |
| 94 "content_security_policy/csp_directive.h", | 95 "content_security_policy/csp_directive.h", |
| 96 "content_security_policy/csp_disposition_enum.h", |
| 95 "content_security_policy/csp_source.cc", | 97 "content_security_policy/csp_source.cc", |
| 96 "content_security_policy/csp_source.h", | 98 "content_security_policy/csp_source.h", |
| 97 "content_security_policy/csp_source_list.cc", | 99 "content_security_policy/csp_source_list.cc", |
| 98 "content_security_policy/csp_source_list.h", | 100 "content_security_policy/csp_source_list.h", |
| 99 "content_security_policy_header.cc", | 101 "content_security_policy_header.cc", |
| 100 "content_security_policy_header.h", | 102 "content_security_policy_header.h", |
| 101 "content_switches_internal.cc", | 103 "content_switches_internal.cc", |
| 102 "content_switches_internal.h", | 104 "content_switches_internal.h", |
| 103 "cross_site_document_classifier.cc", | 105 "cross_site_document_classifier.cc", |
| 104 "cross_site_document_classifier.h", | 106 "cross_site_document_classifier.h", |
| 105 "cursors/webcursor.cc", | 107 "cursors/webcursor.cc", |
| 106 "cursors/webcursor.h", | 108 "cursors/webcursor.h", |
| 107 "cursors/webcursor_android.cc", | 109 "cursors/webcursor_android.cc", |
| 108 "cursors/webcursor_aura.cc", | 110 "cursors/webcursor_aura.cc", |
| 109 "cursors/webcursor_aurawin.cc", | 111 "cursors/webcursor_aurawin.cc", |
| 110 "cursors/webcursor_aurax11.cc", | 112 "cursors/webcursor_aurax11.cc", |
| 111 "cursors/webcursor_mac.mm", | 113 "cursors/webcursor_mac.mm", |
| 112 "cursors/webcursor_ozone.cc", | 114 "cursors/webcursor_ozone.cc", |
| 113 "database_messages.h", | 115 "database_messages.h", |
| 114 "date_time_suggestion.h", | 116 "date_time_suggestion.h", |
| 115 "devtools_messages.h", | 117 "devtools_messages.h", |
| 116 "dom_storage/dom_storage_map.cc", | 118 "dom_storage/dom_storage_map.cc", |
| 117 "dom_storage/dom_storage_map.h", | 119 "dom_storage/dom_storage_map.h", |
| 118 "dom_storage/dom_storage_messages.h", | 120 "dom_storage/dom_storage_messages.h", |
| 121 "dom_storage/dom_storage_types.h", |
| 119 "download/mhtml_save_status.cc", | 122 "download/mhtml_save_status.cc", |
| 120 "download/mhtml_save_status.h", | 123 "download/mhtml_save_status.h", |
| 121 "drag_event_source_info.h", | 124 "drag_event_source_info.h", |
| 122 "drag_messages.h", | 125 "drag_messages.h", |
| 123 "drag_traits.h", | 126 "drag_traits.h", |
| 124 "dwrite_font_proxy_messages.h", | 127 "dwrite_font_proxy_messages.h", |
| 125 "edit_command.h", | 128 "edit_command.h", |
| 126 "feature_policy/feature_policy.cc", | 129 "feature_policy/feature_policy.cc", |
| 127 "feature_policy/feature_policy.h", | 130 "feature_policy/feature_policy.h", |
| 128 "file_utilities_messages.h", | 131 "file_utilities_messages.h", |
| 129 "fileapi/file_system_messages.h", | 132 "fileapi/file_system_messages.h", |
| 133 "fileapi/webblob_messages.h", |
| 130 "font_cache_dispatcher_win.cc", | 134 "font_cache_dispatcher_win.cc", |
| 131 "font_cache_dispatcher_win.h", | 135 "font_cache_dispatcher_win.h", |
| 132 "font_config_ipc_linux.cc", | 136 "font_config_ipc_linux.cc", |
| 133 "font_config_ipc_linux.h", | 137 "font_config_ipc_linux.h", |
| 134 "font_list.cc", | 138 "font_list.cc", |
| 135 "font_list.h", | 139 "font_list.h", |
| 136 "font_list_android.cc", | 140 "font_list_android.cc", |
| 137 "font_list_fontconfig.cc", | 141 "font_list_fontconfig.cc", |
| 138 "font_list_mac.mm", | 142 "font_list_mac.mm", |
| 139 "font_list_win.cc", | 143 "font_list_win.cc", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "input/synthetic_pointer_action_params.cc", | 188 "input/synthetic_pointer_action_params.cc", |
| 185 "input/synthetic_pointer_action_params.h", | 189 "input/synthetic_pointer_action_params.h", |
| 186 "input/synthetic_smooth_drag_gesture_params.cc", | 190 "input/synthetic_smooth_drag_gesture_params.cc", |
| 187 "input/synthetic_smooth_drag_gesture_params.h", | 191 "input/synthetic_smooth_drag_gesture_params.h", |
| 188 "input/synthetic_smooth_scroll_gesture_params.cc", | 192 "input/synthetic_smooth_scroll_gesture_params.cc", |
| 189 "input/synthetic_smooth_scroll_gesture_params.h", | 193 "input/synthetic_smooth_scroll_gesture_params.h", |
| 190 "input/synthetic_tap_gesture_params.cc", | 194 "input/synthetic_tap_gesture_params.cc", |
| 191 "input/synthetic_tap_gesture_params.h", | 195 "input/synthetic_tap_gesture_params.h", |
| 192 "input/synthetic_web_input_event_builders.cc", | 196 "input/synthetic_web_input_event_builders.cc", |
| 193 "input/synthetic_web_input_event_builders.h", | 197 "input/synthetic_web_input_event_builders.h", |
| 198 "input/touch_action.h", |
| 194 "input/touch_event_stream_validator.cc", | 199 "input/touch_event_stream_validator.cc", |
| 195 "input/touch_event_stream_validator.h", | 200 "input/touch_event_stream_validator.h", |
| 196 "input/web_touch_event_traits.cc", | 201 "input/web_touch_event_traits.cc", |
| 197 "input/web_touch_event_traits.h", | 202 "input/web_touch_event_traits.h", |
| 198 "input_messages.h", | 203 "input_messages.h", |
| 199 "inter_process_time_ticks_converter.cc", | 204 "inter_process_time_ticks_converter.cc", |
| 200 "inter_process_time_ticks_converter.h", | 205 "inter_process_time_ticks_converter.h", |
| 201 "layer_tree_settings_factory.cc", | 206 "layer_tree_settings_factory.cc", |
| 202 "layer_tree_settings_factory.h", | 207 "layer_tree_settings_factory.h", |
| 203 "mac/attributed_string_coder.h", | 208 "mac/attributed_string_coder.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 214 "media/media_devices.h", | 219 "media/media_devices.h", |
| 215 "media/media_devices_param_traits.cc", | 220 "media/media_devices_param_traits.cc", |
| 216 "media/media_devices_param_traits.h", | 221 "media/media_devices_param_traits.h", |
| 217 "media/media_player_delegate_messages.h", | 222 "media/media_player_delegate_messages.h", |
| 218 "media/media_player_messages_android.h", | 223 "media/media_player_messages_android.h", |
| 219 "media/media_stream_messages.h", | 224 "media/media_stream_messages.h", |
| 220 "media/media_stream_options.cc", | 225 "media/media_stream_options.cc", |
| 221 "media/media_stream_options.h", | 226 "media/media_stream_options.h", |
| 222 "media/media_stream_track_metrics_host_messages.h", | 227 "media/media_stream_track_metrics_host_messages.h", |
| 223 "media/midi_messages.h", | 228 "media/midi_messages.h", |
| 229 "media/peer_connection_tracker_messages.h", |
| 224 "media/surface_view_manager_messages_android.h", | 230 "media/surface_view_manager_messages_android.h", |
| 225 "media/video_capture.h", | 231 "media/video_capture.h", |
| 226 "memory_messages.h", | 232 "memory_messages.h", |
| 227 "message_port.cc", | 233 "message_port.cc", |
| 228 "message_port.h", | 234 "message_port.h", |
| 229 "navigation_gesture.h", | 235 "navigation_gesture.h", |
| 230 "navigation_params.cc", | 236 "navigation_params.cc", |
| 231 "navigation_params.h", | 237 "navigation_params.h", |
| 232 "net/url_fetcher.cc", | 238 "net/url_fetcher.cc", |
| 233 "net/url_request_service_worker_data.cc", | 239 "net/url_request_service_worker_data.cc", |
| 234 "net/url_request_service_worker_data.h", | 240 "net/url_request_service_worker_data.h", |
| 235 "net/url_request_user_data.cc", | 241 "net/url_request_user_data.cc", |
| 236 "net/url_request_user_data.h", | 242 "net/url_request_user_data.h", |
| 237 "origin_trials/trial_token.cc", | 243 "origin_trials/trial_token.cc", |
| 238 "origin_trials/trial_token.h", | 244 "origin_trials/trial_token.h", |
| 239 "origin_trials/trial_token_validator.cc", | 245 "origin_trials/trial_token_validator.cc", |
| 240 "origin_trials/trial_token_validator.h", | 246 "origin_trials/trial_token_validator.h", |
| 241 "origin_util.cc", | 247 "origin_util.cc", |
| 242 "p2p_messages.h", | 248 "p2p_messages.h", |
| 249 "p2p_socket_type.h", |
| 250 "page_message_enums.h", |
| 251 "page_messages.h", |
| 243 "page_state_serialization.cc", | 252 "page_state_serialization.cc", |
| 244 "page_state_serialization.h", | 253 "page_state_serialization.h", |
| 245 "page_zoom.cc", | 254 "page_zoom.cc", |
| 246 "pepper_file_util.cc", | 255 "pepper_file_util.cc", |
| 247 "pepper_file_util.h", | 256 "pepper_file_util.h", |
| 248 "pepper_plugin_list.cc", | 257 "pepper_plugin_list.cc", |
| 249 "pepper_plugin_list.h", | 258 "pepper_plugin_list.h", |
| 250 "pepper_renderer_instance_data.cc", | 259 "pepper_renderer_instance_data.cc", |
| 251 "pepper_renderer_instance_data.h", | 260 "pepper_renderer_instance_data.h", |
| 252 "platform_notification_messages.h", | 261 "platform_notification_messages.h", |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ] | 644 ] |
| 636 | 645 |
| 637 overridden_deps = [ "//ipc:mojom" ] | 646 overridden_deps = [ "//ipc:mojom" ] |
| 638 component_deps = [ "//ipc" ] | 647 component_deps = [ "//ipc" ] |
| 639 | 648 |
| 640 export_class_attribute = "CONTENT_EXPORT" | 649 export_class_attribute = "CONTENT_EXPORT" |
| 641 export_define = "CONTENT_IMPLEMENTATION=1" | 650 export_define = "CONTENT_IMPLEMENTATION=1" |
| 642 export_header = "content/common/content_export.h" | 651 export_header = "content/common/content_export.h" |
| 643 use_once_callback = true | 652 use_once_callback = true |
| 644 } | 653 } |
| OLD | NEW |