Chromium Code Reviews| Index: test/inspector-protocol/BUILD.gn |
| diff --git a/test/inspector-protocol/BUILD.gn b/test/inspector-protocol/BUILD.gn |
| index 73a03eba1c3eefe4a3de4e6447db6499dd8f9afb..6356158d7fc2868625c3b08dd2e3cc84c12b9030 100644 |
| --- a/test/inspector-protocol/BUILD.gn |
| +++ b/test/inspector-protocol/BUILD.gn |
| @@ -8,6 +8,8 @@ v8_executable("inspector-protocol") { |
| testonly = true |
| sources = [ |
| + "inspector-impl.cc", |
| + "inspector-impl.h", |
| "task-runner.cc", |
| "task-runner.h", |
| ] |