Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 8d56eac6c0da22ff08fe45d2557a4cf83918271f..cffd8f07557bc37835304d8d1564adbc4e0c4111 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -269,6 +269,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", |
@@ -998,6 +999,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", |