Enable gn check for //ppapi/proxy:ipc_sources
This change is part of a code health effort to enable gn check for all directories. https://docs.google.com/document/d/1sGxV0nGGoavOuw6XodYQ9xiN1f8fIhrb32gwADr2cD4/edit Bug: 1225144 Change-Id: I905ef6e26b1877851c0b47b9c05b6d15483adb60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3089429 Auto-Submit: Ari Chivukula <arichiv@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Reviewed-by: Raymes Khoury <raymes@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#911028}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1f5a93d5e6
commit
1da866bfb5
1
.gn
1
.gn
@ -65,7 +65,6 @@ default_args = {
|
||||
no_check_targets = [
|
||||
"//extensions:*", # 28 errors
|
||||
"//headless:*", # 107 errors
|
||||
"//ppapi/proxy:ipc_sources", # 13 errors
|
||||
|
||||
"//third_party/icu/*",
|
||||
"//third_party/libwebp:*", # 7 errors, https://crbug.com/800762
|
||||
|
@ -28,9 +28,7 @@ component("proxy") {
|
||||
"camera_capabilities_resource.h",
|
||||
"camera_device_resource.cc",
|
||||
"camera_device_resource.h",
|
||||
"connection.h",
|
||||
"dispatcher.cc",
|
||||
"dispatcher.h",
|
||||
"enter_proxy.h",
|
||||
"error_conversion.cc",
|
||||
"error_conversion.h",
|
||||
@ -47,15 +45,11 @@ component("proxy") {
|
||||
"graphics_2d_resource.cc",
|
||||
"graphics_2d_resource.h",
|
||||
"host_resolver_private_resource.cc",
|
||||
"host_resolver_private_resource.h",
|
||||
"host_resolver_resource.cc",
|
||||
"host_resolver_resource.h",
|
||||
"host_resolver_resource_base.cc",
|
||||
"host_resolver_resource_base.h",
|
||||
"interface_list.cc",
|
||||
"interface_list.h",
|
||||
"interface_proxy.cc",
|
||||
"interface_proxy.h",
|
||||
"isolated_file_system_private_resource.cc",
|
||||
"isolated_file_system_private_resource.h",
|
||||
"locking_resource_releaser.h",
|
||||
@ -66,11 +60,9 @@ component("proxy") {
|
||||
"media_stream_video_track_resource.cc",
|
||||
"media_stream_video_track_resource.h",
|
||||
"message_handler.cc",
|
||||
"message_handler.h",
|
||||
"net_address_resource.cc",
|
||||
"net_address_resource.h",
|
||||
"network_list_resource.cc",
|
||||
"network_list_resource.h",
|
||||
"network_monitor_resource.cc",
|
||||
"network_monitor_resource.h",
|
||||
"network_proxy_resource.cc",
|
||||
@ -78,13 +70,11 @@ component("proxy") {
|
||||
"plugin_array_buffer_var.cc",
|
||||
"plugin_array_buffer_var.h",
|
||||
"plugin_dispatcher.cc",
|
||||
"plugin_dispatcher.h",
|
||||
"plugin_globals.cc",
|
||||
"plugin_globals.h",
|
||||
"plugin_message_filter.cc",
|
||||
"plugin_message_filter.h",
|
||||
"plugin_resource.cc",
|
||||
"plugin_resource.h",
|
||||
"plugin_resource_tracker.cc",
|
||||
"plugin_resource_tracker.h",
|
||||
"plugin_resource_var.cc",
|
||||
@ -92,10 +82,8 @@ component("proxy") {
|
||||
"plugin_var_serialization_rules.cc",
|
||||
"plugin_var_serialization_rules.h",
|
||||
"plugin_var_tracker.cc",
|
||||
"plugin_var_tracker.h",
|
||||
"ppapi_command_buffer_proxy.cc",
|
||||
"ppapi_command_buffer_proxy.h",
|
||||
"ppapi_messages.h",
|
||||
"ppb_audio_proxy.cc",
|
||||
"ppb_audio_proxy.h",
|
||||
"ppb_core_proxy.cc",
|
||||
@ -135,14 +123,12 @@ component("proxy") {
|
||||
"proxy_array_output.cc",
|
||||
"proxy_array_output.h",
|
||||
"proxy_channel.cc",
|
||||
"proxy_channel.h",
|
||||
"proxy_completion_callback_factory.h",
|
||||
"proxy_object_var.cc",
|
||||
"proxy_object_var.h",
|
||||
"resource_creation_proxy.cc",
|
||||
"resource_creation_proxy.h",
|
||||
"resource_reply_thread_registrar.cc",
|
||||
"resource_reply_thread_registrar.h",
|
||||
"tcp_server_socket_private_resource.cc",
|
||||
"tcp_server_socket_private_resource.h",
|
||||
"tcp_socket_private_resource.cc",
|
||||
@ -167,7 +153,6 @@ component("proxy") {
|
||||
"url_request_info_resource.h",
|
||||
"url_response_info_resource.cc",
|
||||
"url_response_info_resource.h",
|
||||
"var_serialization_rules.h",
|
||||
"video_decoder_resource.cc",
|
||||
"video_decoder_resource.h",
|
||||
"video_encoder_resource.cc",
|
||||
@ -217,7 +202,6 @@ component("proxy") {
|
||||
"pdf_resource.cc",
|
||||
"pdf_resource.h",
|
||||
"ppb_buffer_proxy.cc",
|
||||
"ppb_buffer_proxy.h",
|
||||
"ppb_var_deprecated_proxy.cc",
|
||||
"ppb_var_deprecated_proxy.h",
|
||||
"ppb_video_decoder_proxy.cc",
|
||||
@ -295,17 +279,31 @@ group("ipc") {
|
||||
|
||||
source_set("ipc_sources") {
|
||||
sources = [
|
||||
"connection.h",
|
||||
"dispatcher.h",
|
||||
"host_resolver_private_resource.h",
|
||||
"host_resolver_resource_base.h",
|
||||
"interface_list.h",
|
||||
"interface_proxy.h",
|
||||
"message_handler.h",
|
||||
"nacl_message_scanner.cc",
|
||||
"nacl_message_scanner.h",
|
||||
"network_list_resource.h",
|
||||
"plugin_dispatcher.h",
|
||||
"plugin_resource.h",
|
||||
"plugin_var_tracker.h",
|
||||
"ppapi_message_utils.h",
|
||||
"ppapi_messages.cc",
|
||||
"ppapi_messages.h",
|
||||
"ppapi_param_traits.cc",
|
||||
"ppapi_param_traits.h",
|
||||
"ppb_buffer_proxy.h",
|
||||
"proxy_channel.h",
|
||||
"raw_var_data.cc",
|
||||
"raw_var_data.h",
|
||||
"resource_message_params.cc",
|
||||
"resource_message_params.h",
|
||||
"resource_reply_thread_registrar.h",
|
||||
"serialized_handle.cc",
|
||||
"serialized_handle.h",
|
||||
"serialized_structs.cc",
|
||||
|
Reference in New Issue
Block a user