| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 636385d3ec2a80adc0a661e051a4442b56496e8d..da8f80168005b0fe81b0fb92b2adcc342babc838 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -795,6 +795,8 @@ source_set("v8_base") {
|
| "src/compiler/js-context-relaxation.h",
|
| "src/compiler/js-context-specialization.cc",
|
| "src/compiler/js-context-specialization.h",
|
| + "src/compiler/js-create-lowering.cc",
|
| + "src/compiler/js-create-lowering.h",
|
| "src/compiler/js-frame-specialization.cc",
|
| "src/compiler/js-frame-specialization.h",
|
| "src/compiler/js-generic-lowering.cc",
|
|
|