Commit 9d4eac47 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

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

Bug: 800764
Change-Id: I60bf0ef4e620dfaec14486538886047534230309
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484597
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: default avatarAndrey Kosyakov <caseq@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818853}
parent 3786076d
......@@ -196,7 +196,6 @@ no_check_targets = [
# //third_party/blink/*, https://crbug.com/800764
"//third_party/blink/renderer/core/animation:*", # 506 errors
"//third_party/blink/renderer/core/exported:*", # 470 errors
"//third_party/blink/renderer/core/probe:*", # 9 errors
"//third_party/breakpad:*", # 34 errors
"//third_party/ced/*",
......
......@@ -297,6 +297,7 @@ component("core") {
allow_circular_includes_from = [
":core_generated",
":core_hot",
"//third_party/blink/renderer/core/probe",
"//third_party/blink/renderer/core/xml:xpath_generated",
]
......@@ -1109,6 +1110,9 @@ target(core_generated_target_type, "core_generated") {
"//v8",
]
allow_circular_includes_from =
[ "//third_party/blink/renderer/core/probe:probe" ]
configs += [
":core_include_dirs",
"//tools/v8_context_snapshot:use_v8_context_snapshot",
......
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