| Index: test/inspector_protocol_parser_test/BUILD.gn
|
| diff --git a/test/inspector_protocol_parser_test/BUILD.gn b/test/inspector_protocol_parser_test/BUILD.gn
|
| index 83a769044f3052f441ea0724673ffa1fdc04c8d8..52c378871702fef1de076c8e608eb807c740d7ea 100644
|
| --- a/test/inspector_protocol_parser_test/BUILD.gn
|
| +++ b/test/inspector_protocol_parser_test/BUILD.gn
|
| @@ -3,21 +3,4 @@
|
| # found in the LICENSE file.
|
|
|
| import("../../gni/v8.gni")
|
| -
|
| -v8_executable("inspector_protocol_parser_test") {
|
| - testonly = true
|
| - deps = [
|
| - "../../src/inspector:inspector_protocol",
|
| - "//build/config/sanitizers:deps",
|
| - "//build/win:default_exe_manifest",
|
| - "//testing/gmock",
|
| - "//testing/gtest",
|
| - ]
|
| - configs = [
|
| - "../../src/inspector:inspector_protocol_config"
|
| - ]
|
| - sources = [
|
| - "//third_party/WebKit/Source/platform/inspector_protocol/ParserTest.cpp",
|
| - "RunTests.cpp",
|
| - ]
|
| -}
|
| +# TODO: bring tests back once inspector_protocol is stable and moves out of blink.
|
|
|