Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 4baf3ac869fa28851dcc8de1d60d539f026d8e20..05bcec911429f3278157d43f0a4151c6ef491863 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -964,6 +964,8 @@ v8_source_set("v8_base") { |
| "src/compiler/node.h", |
| "src/compiler/opcodes.cc", |
| "src/compiler/opcodes.h", |
| + "src/compiler/operation-typer.cc", |
| + "src/compiler/operation-typer.h", |
| "src/compiler/operator-properties.cc", |
| "src/compiler/operator-properties.h", |
| "src/compiler/operator.cc", |