Index: test/inspector/BUILD.gn |
diff --git a/test/inspector/BUILD.gn b/test/inspector/BUILD.gn |
index 3d8da6535976f412cdce4fe4300f50cc313f51bf..de5928f8ed376b74889edaedaac2935edf0face5 100644 |
--- a/test/inspector/BUILD.gn |
+++ b/test/inspector/BUILD.gn |
@@ -8,6 +8,8 @@ v8_executable("inspector-test") { |
testonly = true |
sources = [ |
+ "inspector-impl.cc", |
+ "inspector-impl.h", |
"task-runner.cc", |
"task-runner.h", |
] |