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

Unified Diff: tools/gyp/v8.gyp

Issue 658423002: Unship ES6 iteration and unscopables on 3.28 (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.28
Patch Set: Created 6 years, 2 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 | « tools/generate-runtime-tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index c703155bc91100af31bd52a6b5599ed98290b184..98bd6fca8c1113e745702d08fab4f9bba7ffb924 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1388,7 +1388,6 @@
'library_files': [
'../../src/runtime.js',
'../../src/v8natives.js',
- '../../src/symbol.js',
'../../src/array.js',
'../../src/string.js',
'../../src/uri.js',
@@ -1407,18 +1406,20 @@
'../../src/weak_collection.js',
'../../src/promise.js',
'../../src/object-observe.js',
+ '../../src/symbol.js',
'../../src/collection.js',
'../../src/collection-iterator.js',
'../../src/macros.py',
- '../../src/array-iterator.js',
- '../../src/string-iterator.js'
],
'experimental_library_files': [
'../../src/macros.py',
'../../src/proxy.js',
'../../src/generator.js',
+ '../../src/array-iterator.js',
+ '../../src/string-iterator.js',
'../../src/harmony-string.js',
'../../src/harmony-array.js',
+ '../../src/unscopables.js',
],
'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-experimental.bin',
« no previous file with comments | « tools/generate-runtime-tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698