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

Side by Side Diff: src/v8.gyp

Issue 2096933002: Remove all harmony runtime flags which shipped in M51 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review comments Created 4 years, 6 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 | « src/runtime/runtime-object.cc ('k') | test/cctest/test-api.cc » ('j') | 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 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 'js/spread.js', 2079 'js/spread.js',
2080 'js/proxy.js', 2080 'js/proxy.js',
2081 'debug/mirrors.js', 2081 'debug/mirrors.js',
2082 'debug/debug.js', 2082 'debug/debug.js',
2083 'debug/liveedit.js', 2083 'debug/liveedit.js',
2084 ], 2084 ],
2085 'experimental_library_files': [ 2085 'experimental_library_files': [
2086 'js/macros.py', 2086 'js/macros.py',
2087 'messages.h', 2087 'messages.h',
2088 'js/harmony-atomics.js', 2088 'js/harmony-atomics.js',
2089 'js/harmony-regexp-exec.js',
2090 'js/harmony-sharedarraybuffer.js', 2089 'js/harmony-sharedarraybuffer.js',
2091 'js/harmony-simd.js', 2090 'js/harmony-simd.js',
2092 'js/harmony-species.js',
2093 'js/harmony-unicode-regexps.js',
2094 'js/harmony-string-padding.js', 2091 'js/harmony-string-padding.js',
2095 'js/promise-extra.js', 2092 'js/promise-extra.js',
2096 'js/harmony-async-await.js' 2093 'js/harmony-async-await.js'
2097 ], 2094 ],
2098 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2095 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2099 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2096 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2100 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2097 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
2101 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 2098 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
2102 'conditions': [ 2099 'conditions': [
2103 ['v8_enable_i18n_support==1', { 2100 ['v8_enable_i18n_support==1', {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 }], 2286 }],
2290 ['want_separate_host_toolset==1', { 2287 ['want_separate_host_toolset==1', {
2291 'toolsets': ['host'], 2288 'toolsets': ['host'],
2292 }, { 2289 }, {
2293 'toolsets': ['target'], 2290 'toolsets': ['target'],
2294 }], 2291 }],
2295 ], 2292 ],
2296 }, 2293 },
2297 ], 2294 ],
2298 } 2295 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698