| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 8ee3a95b1d424d40a3e0938eea3c8e81ed098bfe..bfe44395fff09b71b5984faf693db7dd37626662 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -824,10 +824,16 @@ source_set("v8_base") {
|
| "src/rewriter.h",
|
| "src/runtime-profiler.cc",
|
| "src/runtime-profiler.h",
|
| + "src/runtime/runtime-collections.cc",
|
| + "src/runtime/runtime-compiler.cc",
|
| "src/runtime/runtime-i18n.cc",
|
| "src/runtime/runtime-json.cc",
|
| + "src/runtime/runtime-maths.cc",
|
| + "src/runtime/runtime-numbers.cc",
|
| "src/runtime/runtime-regexp.cc",
|
| "src/runtime/runtime-strings.cc",
|
| + "src/runtime/runtime-test.cc",
|
| + "src/runtime/runtime-typedarray.cc",
|
| "src/runtime/runtime-uri.cc",
|
| "src/runtime/runtime-utils.h",
|
| "src/runtime/runtime.cc",
|
|
|