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

Side by Side Diff: src/v8.gyp

Issue 2267033002: Remove --promise-extra flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix syntax for skip Created 4 years, 4 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/js/promise-extra.js ('k') | test/mjsunit/es6/debug-promises/reentry.js » ('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 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 'debug/mirrors.js', 2188 'debug/mirrors.js',
2189 'debug/debug.js', 2189 'debug/debug.js',
2190 'debug/liveedit.js', 2190 'debug/liveedit.js',
2191 ], 2191 ],
2192 'experimental_library_files': [ 2192 'experimental_library_files': [
2193 'js/macros.py', 2193 'js/macros.py',
2194 'messages.h', 2194 'messages.h',
2195 'js/harmony-atomics.js', 2195 'js/harmony-atomics.js',
2196 'js/harmony-simd.js', 2196 'js/harmony-simd.js',
2197 'js/harmony-string-padding.js', 2197 'js/harmony-string-padding.js',
2198 'js/promise-extra.js',
2199 'js/harmony-async-await.js' 2198 'js/harmony-async-await.js'
2200 ], 2199 ],
2201 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2200 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2202 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2201 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2203 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2202 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
2204 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 2203 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
2205 'conditions': [ 2204 'conditions': [
2206 ['v8_enable_i18n_support==1', { 2205 ['v8_enable_i18n_support==1', {
2207 'library_files': ['js/i18n.js'], 2206 'library_files': ['js/i18n.js'],
2208 'experimental_library_files': [ 2207 'experimental_library_files': [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 'conditions': [ 2413 'conditions': [
2415 ['want_separate_host_toolset_mkpeephole==1', { 2414 ['want_separate_host_toolset_mkpeephole==1', {
2416 'toolsets': ['host'], 2415 'toolsets': ['host'],
2417 }, { 2416 }, {
2418 'toolsets': ['target'], 2417 'toolsets': ['target'],
2419 }], 2418 }],
2420 ], 2419 ],
2421 }, 2420 },
2422 ], 2421 ],
2423 } 2422 }
OLDNEW
« no previous file with comments | « src/js/promise-extra.js ('k') | test/mjsunit/es6/debug-promises/reentry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698