Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 1b7e4d5f98ceb6308a6ad1aec9b4c4bf7ac7527b..ca8db2d4b5c11d2f2e0a1568df42dd30823f4581 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", |
@@ -1002,6 +1003,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", |