Commit 54ef6d7c authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

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

This reverts commit 9d4eac47.

Reason for revert: Likely cause of Mac compile failure
https://ci.chromium.org/p/chromium/builders/ci/mac-archive-rel/16391?

Original change's description:
> 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: Andrey Kosyakov <caseq@chromium.org>
> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
> Reviewed-by: Kent Tamura <tkent@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#818853}

TBR=caseq@chromium.org,tkent@chromium.org,thomasanderson@chromium.org,mstensho@chromium.org

Change-Id: I587fd1b4ff3fc1780688ccdc73b1a9829a643cdd
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 800764
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485935Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818859}
parent e62cb7e3
......@@ -196,6 +196,7 @@ 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,7 +297,6 @@ component("core") {
allow_circular_includes_from = [
":core_generated",
":core_hot",
"//third_party/blink/renderer/core/probe",
"//third_party/blink/renderer/core/xml:xpath_generated",
]
......@@ -1110,9 +1109,6 @@ 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