aboutsummaryrefslogtreecommitdiff
path: root/src/inspector/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector/BUILD.gn')
-rw-r--r--src/inspector/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
index 6ebb91cc..e6742c09 100644
--- a/src/inspector/BUILD.gn
+++ b/src/inspector/BUILD.gn
@@ -140,7 +140,6 @@ v8_source_set("inspector") {
"inspected-context.h",
"java-script-call-frame.cc",
"java-script-call-frame.h",
- "protocol-platform.h",
"remote-object-id.cc",
"remote-object-id.h",
"script-breakpoint.h",
@@ -150,6 +149,8 @@ v8_source_set("inspector") {
"string-16.h",
"string-util.cc",
"string-util.h",
+ "test-interface.cc",
+ "test-interface.h",
"v8-console-agent-impl.cc",
"v8-console-agent-impl.h",
"v8-console-message.cc",
@@ -186,5 +187,7 @@ v8_source_set("inspector") {
"v8-stack-trace-impl.h",
"v8-value-copier.cc",
"v8-value-copier.h",
+ "wasm-translation.cc",
+ "wasm-translation.h",
]
}