OLD | NEW |
---|---|
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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
766 '../../src/elements.cc', | 766 '../../src/elements.cc', |
767 '../../src/elements.h', | 767 '../../src/elements.h', |
768 '../../src/execution.cc', | 768 '../../src/execution.cc', |
769 '../../src/execution.h', | 769 '../../src/execution.h', |
770 '../../src/extensions/externalize-string-extension.cc', | 770 '../../src/extensions/externalize-string-extension.cc', |
771 '../../src/extensions/externalize-string-extension.h', | 771 '../../src/extensions/externalize-string-extension.h', |
772 '../../src/extensions/free-buffer-extension.cc', | 772 '../../src/extensions/free-buffer-extension.cc', |
773 '../../src/extensions/free-buffer-extension.h', | 773 '../../src/extensions/free-buffer-extension.h', |
774 '../../src/extensions/gc-extension.cc', | 774 '../../src/extensions/gc-extension.cc', |
775 '../../src/extensions/gc-extension.h', | 775 '../../src/extensions/gc-extension.h', |
776 '../../src/extensions/ignition-statistics-extension.cc', | |
Michael Achenbach
2016/04/25 13:03:17
Please add this also to src/v8.gyp so that they st
Stefano Sanfilippo
2016/04/25 14:30:42
Done.
| |
777 '../../src/extensions/ignition-statistics-extension.h', | |
776 '../../src/extensions/statistics-extension.cc', | 778 '../../src/extensions/statistics-extension.cc', |
777 '../../src/extensions/statistics-extension.h', | 779 '../../src/extensions/statistics-extension.h', |
778 '../../src/extensions/trigger-failure-extension.cc', | 780 '../../src/extensions/trigger-failure-extension.cc', |
779 '../../src/extensions/trigger-failure-extension.h', | 781 '../../src/extensions/trigger-failure-extension.h', |
780 '../../src/external-reference-table.cc', | 782 '../../src/external-reference-table.cc', |
781 '../../src/external-reference-table.h', | 783 '../../src/external-reference-table.h', |
782 '../../src/factory.cc', | 784 '../../src/factory.cc', |
783 '../../src/factory.h', | 785 '../../src/factory.h', |
784 '../../src/fast-accessor-assembler.cc', | 786 '../../src/fast-accessor-assembler.cc', |
785 '../../src/fast-accessor-assembler.h', | 787 '../../src/fast-accessor-assembler.h', |
(...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2216 }], | 2218 }], |
2217 ['want_separate_host_toolset==1', { | 2219 ['want_separate_host_toolset==1', { |
2218 'toolsets': ['host'], | 2220 'toolsets': ['host'], |
2219 }, { | 2221 }, { |
2220 'toolsets': ['target'], | 2222 'toolsets': ['target'], |
2221 }], | 2223 }], |
2222 ], | 2224 ], |
2223 }, | 2225 }, |
2224 ], | 2226 ], |
2225 } | 2227 } |
OLD | NEW |