Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 2c924f6ee80692e759c769917c5475fdd38f2441..64ec9b397d422d916a2b21473067e633ad21469a 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -499,6 +499,8 @@ source_set("v8_base") { |
| "src/compiler/js-generic-lowering.h", |
| "src/compiler/js-graph.cc", |
| "src/compiler/js-graph.h", |
| + "src/compiler/js-inlining.cc", |
| + "src/compiler/js-inlining.h", |
| "src/compiler/js-operator.h", |
| "src/compiler/js-typed-lowering.cc", |
| "src/compiler/js-typed-lowering.h", |