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

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: Rebased 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
« no previous file with comments | « test/mjsunit/regress/regress-crbug-506956.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 '../../src/js/collection.js', 2061 '../../src/js/collection.js',
2062 '../../src/js/weak-collection.js', 2062 '../../src/js/weak-collection.js',
2063 '../../src/js/collection-iterator.js', 2063 '../../src/js/collection-iterator.js',
2064 '../../src/js/promise.js', 2064 '../../src/js/promise.js',
2065 '../../src/js/messages.js', 2065 '../../src/js/messages.js',
2066 '../../src/js/json.js', 2066 '../../src/js/json.js',
2067 '../../src/js/array-iterator.js', 2067 '../../src/js/array-iterator.js',
2068 '../../src/js/string-iterator.js', 2068 '../../src/js/string-iterator.js',
2069 '../../src/js/templates.js', 2069 '../../src/js/templates.js',
2070 '../../src/js/spread.js', 2070 '../../src/js/spread.js',
2071 '../../src/js/proxy.js',
2071 '../../src/debug/mirrors.js', 2072 '../../src/debug/mirrors.js',
2072 '../../src/debug/debug.js', 2073 '../../src/debug/debug.js',
2073 '../../src/debug/liveedit.js', 2074 '../../src/debug/liveedit.js',
2074 ], 2075 ],
2075 'experimental_library_files': [ 2076 'experimental_library_files': [
2076 '../../src/js/macros.py', 2077 '../../src/js/macros.py',
2077 '../../src/messages.h', 2078 '../../src/messages.h',
2078 '../../src/js/proxy.js',
2079 '../../src/js/generator.js', 2079 '../../src/js/generator.js',
2080 '../../src/js/harmony-atomics.js', 2080 '../../src/js/harmony-atomics.js',
2081 '../../src/js/harmony-regexp.js', 2081 '../../src/js/harmony-regexp.js',
2082 '../../src/js/harmony-object-observe.js', 2082 '../../src/js/harmony-object-observe.js',
2083 '../../src/js/harmony-sharedarraybuffer.js', 2083 '../../src/js/harmony-sharedarraybuffer.js',
2084 '../../src/js/harmony-simd.js', 2084 '../../src/js/harmony-simd.js',
2085 '../../src/js/harmony-species.js', 2085 '../../src/js/harmony-species.js',
2086 '../../src/js/harmony-unicode-regexps.js', 2086 '../../src/js/harmony-unicode-regexps.js',
2087 '../../src/js/promise-extra.js', 2087 '../../src/js/promise-extra.js',
2088 ], 2088 ],
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 }], 2275 }],
2276 ['want_separate_host_toolset==1', { 2276 ['want_separate_host_toolset==1', {
2277 'toolsets': ['host'], 2277 'toolsets': ['host'],
2278 }, { 2278 }, {
2279 'toolsets': ['target'], 2279 'toolsets': ['target'],
2280 }], 2280 }],
2281 ], 2281 ],
2282 }, 2282 },
2283 ], 2283 ],
2284 } 2284 }
OLDNEW
« no previous file with comments | « 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