diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-20 15:06:40 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-22 11:48:58 +0000 |
commit | daa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch) | |
tree | 96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/content/common/BUILD.gn | |
parent | be59a35641616a4cf23c4a13fa0632624b021c1b (diff) | |
download | qtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz |
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/content/common/BUILD.gn')
-rw-r--r-- | chromium/content/common/BUILD.gn | 89 |
1 files changed, 50 insertions, 39 deletions
diff --git a/chromium/content/common/BUILD.gn b/chromium/content/common/BUILD.gn index d79158deed5..d607aae096c 100644 --- a/chromium/content/common/BUILD.gn +++ b/chromium/content/common/BUILD.gn @@ -36,6 +36,7 @@ source_set("common") { sources = [ "accessibility_messages.h", "all_messages.h", + "android/browser_side_navigation_policy_android.cc", "android/gin_java_bridge_errors.cc", "android/gin_java_bridge_errors.h", "android/gin_java_bridge_value.cc", @@ -112,8 +113,19 @@ source_set("common") { "cursors/webcursor_aurax11.cc", "cursors/webcursor_mac.mm", "cursors/webcursor_ozone.cc", - "database_messages.h", "date_time_suggestion.h", + "devtools/devtools_network_conditions.cc", + "devtools/devtools_network_conditions.h", + "devtools/devtools_network_controller.cc", + "devtools/devtools_network_controller.h", + "devtools/devtools_network_interceptor.cc", + "devtools/devtools_network_interceptor.h", + "devtools/devtools_network_transaction.cc", + "devtools/devtools_network_transaction.h", + "devtools/devtools_network_transaction_factory.cc", + "devtools/devtools_network_transaction_factory.h", + "devtools/devtools_network_upload_data_stream.cc", + "devtools/devtools_network_upload_data_stream.h", "devtools_messages.h", "dom_storage/dom_storage_map.cc", "dom_storage/dom_storage_map.h", @@ -128,7 +140,6 @@ source_set("common") { "edit_command.h", "feature_policy/feature_policy.cc", "feature_policy/feature_policy.h", - "file_utilities_messages.h", "fileapi/file_system_messages.h", "fileapi/webblob_messages.h", "font_cache_dispatcher_win.cc", @@ -143,6 +154,7 @@ source_set("common") { "font_list_win.cc", "frame_message_enums.h", "frame_messages.h", + "frame_messages_forward.h", "frame_owner_properties.cc", "frame_owner_properties.h", "frame_replication_state.cc", @@ -164,6 +176,8 @@ source_set("common") { "input/event_with_latency_info.h", "input/gesture_event_stream_validator.cc", "input/gesture_event_stream_validator.h", + "input/ime_text_span_conversions.cc", + "input/ime_text_span_conversions.h", "input/input_event.cc", "input/input_event.h", "input/input_event_ack.cc", @@ -206,8 +220,6 @@ source_set("common") { "layer_tree_settings_factory.h", "loader_util.cc", "loader_util.h", - "mac/app_nap_activity.h", - "mac/app_nap_activity.mm", "mac/attributed_string_coder.h", "mac/attributed_string_coder.mm", "mac/font_descriptor.h", @@ -223,8 +235,8 @@ source_set("common") { "media/media_devices_param_traits.h", "media/media_player_delegate_messages.h", "media/media_player_messages_android.h", - "media/media_stream_options.cc", - "media/media_stream_options.h", + "media/media_stream_controls.cc", + "media/media_stream_controls.h", "media/media_stream_param_traits.cc", "media/media_stream_param_traits.h", "media/media_stream_track_metrics_host_messages.h", @@ -232,12 +244,6 @@ source_set("common") { "media/peer_connection_tracker_messages.h", "media/surface_view_manager_messages_android.h", "media/video_capture.h", - "message_port.cc", - "message_port.h", - "message_port_message.cc", - "message_port_message.h", - "message_port_message_struct_traits.cc", - "message_port_message_struct_traits.h", "navigation_gesture.h", "navigation_params.cc", "navigation_params.h", @@ -246,10 +252,8 @@ source_set("common") { "net/url_request_service_worker_data.h", "net/url_request_user_data.cc", "net/url_request_user_data.h", - "origin_trials/trial_token.cc", - "origin_trials/trial_token.h", - "origin_trials/trial_token_validator.cc", - "origin_trials/trial_token_validator.h", + "origin_trials/trial_policy_impl.cc", + "origin_trials/trial_policy_impl.h", "origin_util.cc", "p2p_socket_type.h", "page_message_enums.h", @@ -287,10 +291,16 @@ source_set("common") { "sandbox_init_mac.cc", "sandbox_init_mac.h", "sandbox_init_win.cc", + "sandbox_linux/bpf_cdm_policy_linux.cc", + "sandbox_linux/bpf_cdm_policy_linux.h", + "sandbox_linux/bpf_cros_amd_gpu_policy_linux.cc", + "sandbox_linux/bpf_cros_amd_gpu_policy_linux.h", "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", "sandbox_linux/bpf_gpu_policy_linux.cc", "sandbox_linux/bpf_gpu_policy_linux.h", + "sandbox_linux/bpf_pdf_compositor_policy_linux.cc", + "sandbox_linux/bpf_pdf_compositor_policy_linux.h", "sandbox_linux/bpf_ppapi_policy_linux.cc", "sandbox_linux/bpf_ppapi_policy_linux.h", "sandbox_linux/bpf_renderer_policy_linux.cc", @@ -306,8 +316,6 @@ source_set("common") { "sandbox_linux/sandbox_linux.h", "sandbox_linux/sandbox_seccomp_bpf_linux.cc", "sandbox_linux/sandbox_seccomp_bpf_linux.h", - "sandbox_mac.h", - "sandbox_mac.mm", "sandbox_win.cc", "sandbox_win.h", "savable_subframe.h", @@ -320,6 +328,8 @@ source_set("common") { "service_worker/embedded_worker_start_params.h", "service_worker/service_worker_client_info.cc", "service_worker/service_worker_client_info.h", + "service_worker/service_worker_loader_helpers.cc", + "service_worker/service_worker_loader_helpers.h", "service_worker/service_worker_messages.h", "service_worker/service_worker_provider_host_info.cc", "service_worker/service_worker_provider_host_info.h", @@ -350,7 +360,6 @@ source_set("common") { "user_agent.cc", "view_message_enums.h", "view_messages.h", - "worker_messages.h", "zygote_commands_linux.h", ] @@ -365,6 +374,8 @@ source_set("common") { "//cc", "//gpu/command_buffer/common", "//ipc", + "//services/service_manager/sandbox", + "//third_party/WebKit/common:blink_common", "//third_party/WebKit/public:blink_headers", ] deps = [ @@ -422,6 +433,7 @@ source_set("common") { "//services/viz/public/interfaces", "//skia", "//storage/common", + "//third_party/angle:angle_gpu_info_util", "//third_party/boringssl", "//third_party/icu", "//ui/accessibility", @@ -495,7 +507,7 @@ source_set("common") { sources -= [ "cursors/webcursor_ozone.cc" ] } - if (!use_aura || is_android) { + if (!use_aura) { sources -= [ "cursors/webcursor_aura.cc" ] } @@ -536,6 +548,8 @@ source_set("common") { if (!use_seccomp_bpf) { if (is_linux) { sources -= [ + "sandbox_linux/bpf_cros_amd_gpu_policy_linux.cc", + "sandbox_linux/bpf_cros_amd_gpu_policy_linux.h", "sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc", "sandbox_linux/bpf_cros_arm_gpu_policy_linux.h", "sandbox_linux/bpf_gpu_policy_linux.cc", @@ -564,26 +578,13 @@ source_set("common") { ] } - if (enable_cdm_host_verification) { + if (is_fuchsia) { sources += [ - "media/cdm_host_file.cc", - "media/cdm_host_file.h", - "media/cdm_host_files.cc", - "media/cdm_host_files.h", - ] - deps += [ - "//media/cdm:cdm_paths", - - # Needed for finding CDM path from CDM adapter path. - # TODO(xhwang): Remove this dependency when CDM adapter is deprecated. - # See http://crbug.com/403462 - "//third_party/widevine/cdm:headers", + "font_list_fuchsia.cc", + "sandbox_policy_fuchsia.cc", + "sandbox_policy_fuchsia.h", ] } - - if (is_fuchsia) { - sources += [ "font_list_fuchsia.cc" ] - } } # See comment at the top of //content/BUILD.gn for how this works. @@ -608,8 +609,10 @@ mojom("mojo_bindings") { "child.mojom", "child_memory_coordinator.mojom", "field_trial_recorder.mojom", + "file_utilities.mojom", "frame.mojom", "frame_sink_provider.mojom", + "histogram_fetcher.mojom", "host_zoom.mojom", "image_downloader/image_downloader.mojom", "indexed_db/indexed_db.mojom", @@ -621,7 +624,6 @@ mojom("mojo_bindings") { "media/media_stream.mojom", "media/renderer_audio_output_stream_factory.mojom", "memory_coordinator.mojom", - "message_port.mojom", "native_types.mojom", "push_messaging.mojom", "render_frame_message_filter.mojom", @@ -629,15 +631,24 @@ mojom("mojo_bindings") { "render_widget_window_tree_client_factory.mojom", "renderer.mojom", "renderer_host.mojom", + "service_worker/controller_service_worker.mojom", "service_worker/embedded_worker.mojom", "service_worker/service_worker.mojom", "service_worker/service_worker_container.mojom", "service_worker/service_worker_event_dispatcher.mojom", + "service_worker/service_worker_fetch_response_callback.mojom", "service_worker/service_worker_installed_scripts_manager.mojom", "service_worker/service_worker_provider.mojom", "service_worker/service_worker_types.mojom", + "shared_worker/shared_worker.mojom", + "shared_worker/shared_worker_client.mojom", + "shared_worker/shared_worker_connector.mojom", + "shared_worker/shared_worker_factory.mojom", + "shared_worker/shared_worker_host.mojom", + "shared_worker/shared_worker_info.mojom", "storage_partition_service.mojom", "video_capture.mojom", + "web_database.mojom", "widget.mojom", ] @@ -646,7 +657,7 @@ mojom("mojo_bindings") { public_deps = [ "//components/leveldb/public/interfaces", "//content/public/common:interfaces", - "//ipc:mojom", + "//ipc:mojom_constants", "//media/capture/mojo:capture_types", "//media/mojo/interfaces", "//mojo/common:common_custom_types", |