| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 0cee354264c098627c97ebaf0cddb0006db6a13c..68a9ed98db2726a301b83837d760750b8d0a22f3 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1398,6 +1398,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/pipeline-statistics.h",
|
| "src/compiler/pipeline.cc",
|
| "src/compiler/pipeline.h",
|
| + "src/compiler/property-access-builder.cc",
|
| + "src/compiler/property-access-builder.h",
|
| "src/compiler/raw-machine-assembler.cc",
|
| "src/compiler/raw-machine-assembler.h",
|
| "src/compiler/redundancy-elimination.cc",
|
|
|