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

Unified Diff: src/v8.gyp

Issue 2365123002: Move async/await JS support code out of experimental natives (Closed)
Patch Set: Alphabetize Created 4 years, 3 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
« src/js/prologue.js ('K') | « src/js/prologue.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ef2958a4d3a8e919a94570cd7a5e2d80d06a7d3e..20e53dc93b7cbabf18b53929cfccfb4790d521f9 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2214,6 +2214,7 @@
'js/templates.js',
'js/spread.js',
'js/proxy.js',
+ 'js/async-await.js',
'debug/mirrors.js',
'debug/debug.js',
'debug/liveedit.js',
@@ -2224,7 +2225,6 @@
'js/harmony-atomics.js',
'js/harmony-simd.js',
'js/harmony-string-padding.js',
- 'js/harmony-async-await.js'
],
'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-experimental.bin',
« src/js/prologue.js ('K') | « src/js/prologue.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698