| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2ac9f9bcfadce56fcde74bcc4a5327dcb3111398..8a77352f76796d19e048216126a59bb9fbfe7131 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -268,6 +268,7 @@ action("js2c_experimental") {
|
| "src/messages.h",
|
| "src/proxy.js",
|
| "src/generator.js",
|
| + "src/harmony-atomics.js",
|
| "src/harmony-array.js",
|
| "src/harmony-array-includes.js",
|
| "src/harmony-typedarray.js",
|
| @@ -996,6 +997,7 @@ source_set("v8_base") {
|
| "src/runtime-profiler.cc",
|
| "src/runtime-profiler.h",
|
| "src/runtime/runtime-array.cc",
|
| + "src/runtime/runtime-atomics.cc",
|
| "src/runtime/runtime-classes.cc",
|
| "src/runtime/runtime-collections.cc",
|
| "src/runtime/runtime-compiler.cc",
|
|
|