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

Side by Side Diff: src/v8.gyp

Issue 2083573002: [builtins] Unify Cosh, Sinh and Tanh as exports from flibm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE and windows fix. Created 4 years, 5 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/third_party/fdlibm/fdlibm.js ('k') | test/cctest/compiler/test-run-machops.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 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 'library_files': [ 2059 'library_files': [
2060 'js/macros.py', 2060 'js/macros.py',
2061 'messages.h', 2061 'messages.h',
2062 'js/prologue.js', 2062 'js/prologue.js',
2063 'js/runtime.js', 2063 'js/runtime.js',
2064 'js/v8natives.js', 2064 'js/v8natives.js',
2065 'js/symbol.js', 2065 'js/symbol.js',
2066 'js/array.js', 2066 'js/array.js',
2067 'js/string.js', 2067 'js/string.js',
2068 'js/math.js', 2068 'js/math.js',
2069 'third_party/fdlibm/fdlibm.js',
2070 'js/regexp.js', 2069 'js/regexp.js',
2071 'js/arraybuffer.js', 2070 'js/arraybuffer.js',
2072 'js/typedarray.js', 2071 'js/typedarray.js',
2073 'js/iterator-prototype.js', 2072 'js/iterator-prototype.js',
2074 'js/collection.js', 2073 'js/collection.js',
2075 'js/weak-collection.js', 2074 'js/weak-collection.js',
2076 'js/collection-iterator.js', 2075 'js/collection-iterator.js',
2077 'js/promise.js', 2076 'js/promise.js',
2078 'js/messages.js', 2077 'js/messages.js',
2079 'js/array-iterator.js', 2078 'js/array-iterator.js',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 }], 2288 }],
2290 ['want_separate_host_toolset==1', { 2289 ['want_separate_host_toolset==1', {
2291 'toolsets': ['host'], 2290 'toolsets': ['host'],
2292 }, { 2291 }, {
2293 'toolsets': ['target'], 2292 'toolsets': ['target'],
2294 }], 2293 }],
2295 ], 2294 ],
2296 }, 2295 },
2297 ], 2296 ],
2298 } 2297 }
OLDNEW
« no previous file with comments | « src/third_party/fdlibm/fdlibm.js ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698