| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 0c8f4d985605fbfee7077d86ce7fec984291f733..4294e361c8be9e5a6784acc9d5ecfb737bf19cad 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -262,6 +262,7 @@ action("js2c") {
|
| "src/js/string-iterator.js",
|
| "src/js/templates.js",
|
| "src/js/spread.js",
|
| + "src/js/proxy.js",
|
| "src/debug/mirrors.js",
|
| "src/debug/debug.js",
|
| "src/debug/liveedit.js",
|
| @@ -301,7 +302,6 @@ action("js2c_experimental") {
|
| sources = [
|
| "src/js/macros.py",
|
| "src/messages.h",
|
| - "src/js/proxy.js",
|
| "src/js/generator.js",
|
| "src/js/harmony-atomics.js",
|
| "src/js/harmony-regexp.js",
|
|
|