| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 3d938bfaae068fa9ce4f247b4e4514293f097255..02d9933102e19bd41bf5ce4692123eb396258714 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -761,6 +761,8 @@ source_set("v8_base") {
|
| "src/compiler/js-graph.h",
|
| "src/compiler/js-inlining.cc",
|
| "src/compiler/js-inlining.h",
|
| + "src/compiler/js-inlining-heuristic.cc",
|
| + "src/compiler/js-inlining-heuristic.h",
|
| "src/compiler/js-intrinsic-lowering.cc",
|
| "src/compiler/js-intrinsic-lowering.h",
|
| "src/compiler/js-operator.cc",
|
|
|