0

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: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821021}
This commit is contained in:
Morten Stenshorne
2020-10-27 01:37:14 +00:00
committed by Commit Bot
parent 633acc11ce
commit bb68591862
4 changed files with 4 additions and 5 deletions
.gn
third_party/blink/renderer
bindings
core

3
.gn

@ -192,9 +192,6 @@ no_check_targets = [
"//sandbox/mac:*", # 14 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/ced/*",
"//third_party/crashpad/crashpad/client:*", # 1 error

@ -47,7 +47,6 @@
#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/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/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"

@ -299,6 +299,7 @@ component("core") {
":core_generated",
":core_hot",
"//third_party/blink/renderer/core/animation",
"//third_party/blink/renderer/core/exported",
"//third_party/blink/renderer/core/probe",
"//third_party/blink/renderer/core/xml:xpath_generated",
]
@ -1083,7 +1084,6 @@ target(core_generated_target_type, "core_generated") {
}
deps = [
"//services/metrics/public/cpp:ukm_builders",
"//third_party/blink/renderer/core/exported:exported",
"//third_party/blink/renderer/core/probe:probe",
]
public_deps = [ ":all_generators" ]

@ -89,6 +89,9 @@ blink_core_sources("exported") {
}
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/mojom:cursor_type_blink",
]