Commit 77d6c3e4 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Enable "gn check" for /third_party/blink/renderer/bindings/core/v8

This CL fixes the following error:

> ERROR at //third_party/blink/renderer/bindings/core/v8/serialization/serialized_script_value_fuzzer.cc:20:11: Can't include this header from here.
> #include "third_party/blink/renderer/core/testing/dummy_page_holder.h"
>           ^----------------------------------------------------------
> The target:
>   //third_party/blink/renderer/bindings/core/v8:v8_serialized_script_value_fuzzer
> is including a file from the target:
>   //third_party/blink/renderer/core:testing

This CL has no behavior changes.

Bug: 800764
Change-Id: I3a28e57876b52fba53a931c1b0bd0eaef99a0213
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428514
Auto-Submit: Kent Tamura <tkent@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810498}
parent 1a91ae76
......@@ -198,7 +198,6 @@ no_check_targets = [
# //third_party/blink/*, https://crbug.com/800764
"//third_party/blink/common:*", # 9 errors
"//third_party/blink/renderer/bindings/core/v8:*", # 1 error
"//third_party/blink/renderer/core/accessibility:*", # 27 errors
"//third_party/blink/renderer/core/animation:*", # 506 errors
"//third_party/blink/renderer/core/animation_frame:*", # 4 errors
......
......@@ -234,6 +234,7 @@ fuzzer_test("v8_serialized_script_value_fuzzer") {
deps = [
"//third_party/blink/public/common",
"//third_party/blink/renderer/core",
"//third_party/blink/renderer/core:testing",
"//third_party/blink/renderer/platform:blink_fuzzer_test_support",
]
}
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