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

Side by Side Diff: tools/gyp/v8.gyp

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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 '../../src/js/collection.js', 2065 '../../src/js/collection.js',
2066 '../../src/js/weak-collection.js', 2066 '../../src/js/weak-collection.js',
2067 '../../src/js/collection-iterator.js', 2067 '../../src/js/collection-iterator.js',
2068 '../../src/js/promise.js', 2068 '../../src/js/promise.js',
2069 '../../src/js/messages.js', 2069 '../../src/js/messages.js',
2070 '../../src/js/json.js', 2070 '../../src/js/json.js',
2071 '../../src/js/array-iterator.js', 2071 '../../src/js/array-iterator.js',
2072 '../../src/js/string-iterator.js', 2072 '../../src/js/string-iterator.js',
2073 '../../src/js/templates.js', 2073 '../../src/js/templates.js',
2074 '../../src/js/spread.js', 2074 '../../src/js/spread.js',
2075 '../../src/js/proxy.js',
2075 '../../src/debug/mirrors.js', 2076 '../../src/debug/mirrors.js',
2076 '../../src/debug/debug.js', 2077 '../../src/debug/debug.js',
2077 '../../src/debug/liveedit.js', 2078 '../../src/debug/liveedit.js',
2078 ], 2079 ],
2079 'experimental_library_files': [ 2080 'experimental_library_files': [
2080 '../../src/js/macros.py', 2081 '../../src/js/macros.py',
2081 '../../src/messages.h', 2082 '../../src/messages.h',
2082 '../../src/js/proxy.js',
2083 '../../src/js/generator.js', 2083 '../../src/js/generator.js',
2084 '../../src/js/harmony-atomics.js', 2084 '../../src/js/harmony-atomics.js',
2085 '../../src/js/harmony-regexp.js', 2085 '../../src/js/harmony-regexp.js',
2086 '../../src/js/harmony-object-observe.js', 2086 '../../src/js/harmony-object-observe.js',
2087 '../../src/js/harmony-sharedarraybuffer.js', 2087 '../../src/js/harmony-sharedarraybuffer.js',
2088 '../../src/js/harmony-simd.js', 2088 '../../src/js/harmony-simd.js',
2089 '../../src/js/harmony-species.js', 2089 '../../src/js/harmony-species.js',
2090 '../../src/js/harmony-unicode-regexps.js', 2090 '../../src/js/harmony-unicode-regexps.js',
2091 '../../src/js/promise-extra.js', 2091 '../../src/js/promise-extra.js',
2092 ], 2092 ],
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 }], 2279 }],
2280 ['want_separate_host_toolset==1', { 2280 ['want_separate_host_toolset==1', {
2281 'toolsets': ['host'], 2281 'toolsets': ['host'],
2282 }, { 2282 }, {
2283 'toolsets': ['target'], 2283 'toolsets': ['target'],
2284 }], 2284 }],
2285 ], 2285 ],
2286 }, 2286 },
2287 ], 2287 ],
2288 } 2288 }
OLDNEW
« test/mjsunit/es6/proxies-function.js ('K') | « test/mjsunit/regress/regress-crbug-506956.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698