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

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

Issue 990883002: Hide Math function implementations in a closure. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove printf and unnecessary test case change. Created 5 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/v8natives.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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 }], 1671 }],
1672 ], 1672 ],
1673 'variables': { 1673 'variables': {
1674 'library_files': [ 1674 'library_files': [
1675 '../../src/runtime.js', 1675 '../../src/runtime.js',
1676 '../../src/v8natives.js', 1676 '../../src/v8natives.js',
1677 '../../src/symbol.js', 1677 '../../src/symbol.js',
1678 '../../src/array.js', 1678 '../../src/array.js',
1679 '../../src/string.js', 1679 '../../src/string.js',
1680 '../../src/uri.js', 1680 '../../src/uri.js',
1681 '../../src/math.js',
1681 '../../src/third_party/fdlibm/fdlibm.js', 1682 '../../src/third_party/fdlibm/fdlibm.js',
1682 '../../src/math.js',
1683 '../../src/date.js', 1683 '../../src/date.js',
1684 '../../src/regexp.js', 1684 '../../src/regexp.js',
1685 '../../src/arraybuffer.js', 1685 '../../src/arraybuffer.js',
1686 '../../src/typedarray.js', 1686 '../../src/typedarray.js',
1687 '../../src/generator.js', 1687 '../../src/generator.js',
1688 '../../src/object-observe.js', 1688 '../../src/object-observe.js',
1689 '../../src/collection.js', 1689 '../../src/collection.js',
1690 '../../src/weak-collection.js', 1690 '../../src/weak-collection.js',
1691 '../../src/collection-iterator.js', 1691 '../../src/collection-iterator.js',
1692 '../../src/promise.js', 1692 '../../src/promise.js',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 }], 1816 }],
1817 ['want_separate_host_toolset==1', { 1817 ['want_separate_host_toolset==1', {
1818 'toolsets': ['host'], 1818 'toolsets': ['host'],
1819 }, { 1819 }, {
1820 'toolsets': ['target'], 1820 'toolsets': ['target'],
1821 }], 1821 }],
1822 ], 1822 ],
1823 }, 1823 },
1824 ], 1824 ],
1825 } 1825 }
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698