| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e736f99430356e0696442d7ae2c7e69cc396df93..deaab1992eb14b85ddc3c54808f356019c25a915 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1094,6 +1094,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/loop-peeling.h",
|
| "src/compiler/loop-variable-optimizer.cc",
|
| "src/compiler/loop-variable-optimizer.h",
|
| + "src/compiler/machine-graph-verifier.cc",
|
| + "src/compiler/machine-graph-verifier.h",
|
| "src/compiler/machine-operator-reducer.cc",
|
| "src/compiler/machine-operator-reducer.h",
|
| "src/compiler/machine-operator.cc",
|
|
|