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

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

Issue 638553003: Move fdlibm in src/third_party. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix gn Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « third_party/fdlibm/fdlibm.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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 '../../src/variables.cc', 821 '../../src/variables.cc',
822 '../../src/variables.h', 822 '../../src/variables.h',
823 '../../src/vector.h', 823 '../../src/vector.h',
824 '../../src/version.cc', 824 '../../src/version.cc',
825 '../../src/version.h', 825 '../../src/version.h',
826 '../../src/vm-state-inl.h', 826 '../../src/vm-state-inl.h',
827 '../../src/vm-state.h', 827 '../../src/vm-state.h',
828 '../../src/zone-inl.h', 828 '../../src/zone-inl.h',
829 '../../src/zone.cc', 829 '../../src/zone.cc',
830 '../../src/zone.h', 830 '../../src/zone.h',
831 '../../third_party/fdlibm/fdlibm.cc', 831 '../../src/third_party/fdlibm/fdlibm.cc',
832 '../../third_party/fdlibm/fdlibm.h', 832 '../../src/third_party/fdlibm/fdlibm.h',
833 ], 833 ],
834 'conditions': [ 834 'conditions': [
835 ['want_separate_host_toolset==1', { 835 ['want_separate_host_toolset==1', {
836 'toolsets': ['host', 'target'], 836 'toolsets': ['host', 'target'],
837 }, { 837 }, {
838 'toolsets': ['target'], 838 'toolsets': ['target'],
839 }], 839 }],
840 ['v8_target_arch=="arm"', { 840 ['v8_target_arch=="arm"', {
841 'sources': [ ### gcmole(arch:arm) ### 841 'sources': [ ### gcmole(arch:arm) ###
842 '../../src/arm/assembler-arm-inl.h', 842 '../../src/arm/assembler-arm-inl.h',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 }], 1558 }],
1559 ], 1559 ],
1560 'variables': { 1560 'variables': {
1561 'library_files': [ 1561 'library_files': [
1562 '../../src/runtime.js', 1562 '../../src/runtime.js',
1563 '../../src/v8natives.js', 1563 '../../src/v8natives.js',
1564 '../../src/symbol.js', 1564 '../../src/symbol.js',
1565 '../../src/array.js', 1565 '../../src/array.js',
1566 '../../src/string.js', 1566 '../../src/string.js',
1567 '../../src/uri.js', 1567 '../../src/uri.js',
1568 '../../third_party/fdlibm/fdlibm.js', 1568 '../../src/third_party/fdlibm/fdlibm.js',
1569 '../../src/math.js', 1569 '../../src/math.js',
1570 '../../src/apinatives.js', 1570 '../../src/apinatives.js',
1571 '../../src/date.js', 1571 '../../src/date.js',
1572 '../../src/regexp.js', 1572 '../../src/regexp.js',
1573 '../../src/arraybuffer.js', 1573 '../../src/arraybuffer.js',
1574 '../../src/typedarray.js', 1574 '../../src/typedarray.js',
1575 '../../src/generator.js', 1575 '../../src/generator.js',
1576 '../../src/object-observe.js', 1576 '../../src/object-observe.js',
1577 '../../src/collection.js', 1577 '../../src/collection.js',
1578 '../../src/weak-collection.js', 1578 '../../src/weak-collection.js',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 }], 1701 }],
1702 ['v8_compress_startup_data=="bz2"', { 1702 ['v8_compress_startup_data=="bz2"', {
1703 'libraries': [ 1703 'libraries': [
1704 '-lbz2', 1704 '-lbz2',
1705 ] 1705 ]
1706 }], 1706 }],
1707 ], 1707 ],
1708 }, 1708 },
1709 ], 1709 ],
1710 } 1710 }
OLDNEW
« no previous file with comments | « third_party/fdlibm/fdlibm.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698