| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 728b06f919550d7b9bfdf7a69a94432a7f861133..6534eea85948104dffd43635282a3d14f370bc82 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -489,6 +489,7 @@ source_set("v8_base") {
|
| "src/compiler/code-generator-impl.h",
|
| "src/compiler/code-generator.cc",
|
| "src/compiler/code-generator.h",
|
| + "src/compiler/common-node-cache.cc",
|
| "src/compiler/common-node-cache.h",
|
| "src/compiler/common-operator-reducer.cc",
|
| "src/compiler/common-operator-reducer.h",
|
| @@ -563,8 +564,9 @@ source_set("v8_base") {
|
| "src/compiler/node-properties.h",
|
| "src/compiler/node.cc",
|
| "src/compiler/node.h",
|
| + "src/compiler/opcodes.cc",
|
| "src/compiler/opcodes.h",
|
| - "src/compiler/operator-properties-inl.h",
|
| + "src/compiler/operator-properties.cc",
|
| "src/compiler/operator-properties.h",
|
| "src/compiler/operator.cc",
|
| "src/compiler/operator.h",
|
|
|