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

Side by Side Diff: src/v8.gyp

Issue 2697013009: Move ArrayBuffer.prototype.slice implementation to C++ (Closed)
Patch Set: merge master Created 3 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 | « src/runtime/runtime-typedarray.cc ('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 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2259 ], 2259 ],
2260 'variables': { 2260 'variables': {
2261 'library_files': [ 2261 'library_files': [
2262 'js/macros.py', 2262 'js/macros.py',
2263 'messages.h', 2263 'messages.h',
2264 'js/prologue.js', 2264 'js/prologue.js',
2265 'js/runtime.js', 2265 'js/runtime.js',
2266 'js/v8natives.js', 2266 'js/v8natives.js',
2267 'js/array.js', 2267 'js/array.js',
2268 'js/string.js', 2268 'js/string.js',
2269 'js/arraybuffer.js',
2270 'js/typedarray.js', 2269 'js/typedarray.js',
2271 'js/collection.js', 2270 'js/collection.js',
2272 'js/weak-collection.js', 2271 'js/weak-collection.js',
2273 'js/collection-iterator.js', 2272 'js/collection-iterator.js',
2274 'js/promise.js', 2273 'js/promise.js',
2275 'js/messages.js', 2274 'js/messages.js',
2276 'js/templates.js', 2275 'js/templates.js',
2277 'js/spread.js', 2276 'js/spread.js',
2278 'js/proxy.js', 2277 'js/proxy.js',
2279 'js/harmony-string-padding.js', 2278 'js/harmony-string-padding.js',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 'conditions': [ 2505 'conditions': [
2507 ['want_separate_host_toolset_mkpeephole==1', { 2506 ['want_separate_host_toolset_mkpeephole==1', {
2508 'toolsets': ['host'], 2507 'toolsets': ['host'],
2509 }, { 2508 }, {
2510 'toolsets': ['target'], 2509 'toolsets': ['target'],
2511 }], 2510 }],
2512 ], 2511 ],
2513 }, 2512 },
2514 ], 2513 ],
2515 } 2514 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-typedarray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698