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

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

Issue 1700003002: [esnext] implement String padding proposal (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove ToObject 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/harmony/harmony-string-pad-start.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 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 '../../src/js/macros.py', 2079 '../../src/js/macros.py',
2080 '../../src/messages.h', 2080 '../../src/messages.h',
2081 '../../src/js/generator.js', 2081 '../../src/js/generator.js',
2082 '../../src/js/harmony-atomics.js', 2082 '../../src/js/harmony-atomics.js',
2083 '../../src/js/harmony-regexp.js', 2083 '../../src/js/harmony-regexp.js',
2084 '../../src/js/harmony-object-observe.js', 2084 '../../src/js/harmony-object-observe.js',
2085 '../../src/js/harmony-sharedarraybuffer.js', 2085 '../../src/js/harmony-sharedarraybuffer.js',
2086 '../../src/js/harmony-simd.js', 2086 '../../src/js/harmony-simd.js',
2087 '../../src/js/harmony-species.js', 2087 '../../src/js/harmony-species.js',
2088 '../../src/js/harmony-unicode-regexps.js', 2088 '../../src/js/harmony-unicode-regexps.js',
2089 '../../src/js/harmony-string-padding.js',
2089 '../../src/js/promise-extra.js', 2090 '../../src/js/promise-extra.js',
2090 ], 2091 ],
2091 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2092 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2092 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2093 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2093 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2094 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
2094 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 2095 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
2095 }, 2096 },
2096 'actions': [ 2097 'actions': [
2097 { 2098 {
2098 'action_name': 'js2c', 2099 'action_name': 'js2c',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 }], 2278 }],
2278 ['want_separate_host_toolset==1', { 2279 ['want_separate_host_toolset==1', {
2279 'toolsets': ['host'], 2280 'toolsets': ['host'],
2280 }, { 2281 }, {
2281 'toolsets': ['target'], 2282 'toolsets': ['target'],
2282 }], 2283 }],
2283 ], 2284 ],
2284 }, 2285 },
2285 ], 2286 ],
2286 } 2287 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/harmony-string-pad-start.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698