Commit bb685918 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Enable "gn check" for //third_party/blink/renderer/core/exported

Bug: 800764
Change-Id: I3a7afb3095b5f686664d5061cfe11dd906116980
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484699
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821021}
parent 633acc11
...@@ -192,9 +192,6 @@ no_check_targets = [ ...@@ -192,9 +192,6 @@ no_check_targets = [
"//sandbox/mac:*", # 14 errors "//sandbox/mac:*", # 14 errors
"//sandbox/win:*", # 7 errors "//sandbox/win:*", # 7 errors
# //third_party/blink/*, https://crbug.com/800764
"//third_party/blink/renderer/core/exported:*", # 470 errors
"//third_party/breakpad:*", # 34 errors "//third_party/breakpad:*", # 34 errors
"//third_party/ced/*", "//third_party/ced/*",
"//third_party/crashpad/crashpad/client:*", # 1 error "//third_party/crashpad/crashpad/client:*", # 1 error
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#include "third_party/blink/renderer/core/dom/document.h" #include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/scriptable_document_parser.h" #include "third_party/blink/renderer/core/dom/scriptable_document_parser.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h" #include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/exported/web_plugin_container_impl.h"
#include "third_party/blink/renderer/core/frame/csp/content_security_policy.h" #include "third_party/blink/renderer/core/frame/csp/content_security_policy.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h" #include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h" #include "third_party/blink/renderer/core/frame/local_frame.h"
......
...@@ -299,6 +299,7 @@ component("core") { ...@@ -299,6 +299,7 @@ component("core") {
":core_generated", ":core_generated",
":core_hot", ":core_hot",
"//third_party/blink/renderer/core/animation", "//third_party/blink/renderer/core/animation",
"//third_party/blink/renderer/core/exported",
"//third_party/blink/renderer/core/probe", "//third_party/blink/renderer/core/probe",
"//third_party/blink/renderer/core/xml:xpath_generated", "//third_party/blink/renderer/core/xml:xpath_generated",
] ]
...@@ -1083,7 +1084,6 @@ target(core_generated_target_type, "core_generated") { ...@@ -1083,7 +1084,6 @@ target(core_generated_target_type, "core_generated") {
} }
deps = [ deps = [
"//services/metrics/public/cpp:ukm_builders", "//services/metrics/public/cpp:ukm_builders",
"//third_party/blink/renderer/core/exported:exported",
"//third_party/blink/renderer/core/probe:probe", "//third_party/blink/renderer/core/probe:probe",
] ]
public_deps = [ ":all_generators" ] public_deps = [ ":all_generators" ]
......
...@@ -89,6 +89,9 @@ blink_core_sources("exported") { ...@@ -89,6 +89,9 @@ blink_core_sources("exported") {
} }
deps = [ deps = [
"//third_party/blink/renderer/core:core_generated",
"//third_party/blink/renderer/core/probe",
"//third_party/blink/renderer/core/typed_arrays:typed_arrays",
"//ui/base/cursor:cursor_base", "//ui/base/cursor:cursor_base",
"//ui/base/cursor/mojom:cursor_type_blink", "//ui/base/cursor/mojom:cursor_type_blink",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment