| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ea70e6617c4b1a03fc33c8daa283064d581900db..babb338fb6c92451d9b325eda222271542b35f1a 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -407,7 +407,6 @@ config("toolchain") {
|
| # TODO(hans): Remove once http://crbug.com/428099 is resolved.
|
| "-Winconsistent-missing-override",
|
| ]
|
| -
|
| #if (v8_current_cpu == "x64" || v8_current_cpu == "arm64" ||
|
| # v8_current_cpu == "mips64el") {
|
| # cflags += [ "-Wshorten-64-to-32" ]
|
| @@ -492,7 +491,6 @@ action("js2c_experimental") {
|
| sources = [
|
| "src/js/macros.py",
|
| "src/messages.h",
|
| - "src/js/harmony-atomics.js",
|
| ]
|
|
|
| outputs = [
|
|
|