Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: BUILD.gn

Issue 1815773002: Remove runtime flags for Proxy and Reflect (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | test/mjsunit/es6/proxies-function.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | test/mjsunit/es6/proxies-function.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698