| 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 'elements.cc', | 768 'elements.cc', |
| 769 'elements.h', | 769 'elements.h', |
| 770 'execution.cc', | 770 'execution.cc', |
| 771 'execution.h', | 771 'execution.h', |
| 772 'extensions/externalize-string-extension.cc', | 772 'extensions/externalize-string-extension.cc', |
| 773 'extensions/externalize-string-extension.h', | 773 'extensions/externalize-string-extension.h', |
| 774 'extensions/free-buffer-extension.cc', | 774 'extensions/free-buffer-extension.cc', |
| 775 'extensions/free-buffer-extension.h', | 775 'extensions/free-buffer-extension.h', |
| 776 'extensions/gc-extension.cc', | 776 'extensions/gc-extension.cc', |
| 777 'extensions/gc-extension.h', | 777 'extensions/gc-extension.h', |
| 778 'extensions/ignition-statistics-extension.cc', |
| 779 'extensions/ignition-statistics-extension.h', |
| 778 'extensions/statistics-extension.cc', | 780 'extensions/statistics-extension.cc', |
| 779 'extensions/statistics-extension.h', | 781 'extensions/statistics-extension.h', |
| 780 'extensions/trigger-failure-extension.cc', | 782 'extensions/trigger-failure-extension.cc', |
| 781 'extensions/trigger-failure-extension.h', | 783 'extensions/trigger-failure-extension.h', |
| 782 'external-reference-table.cc', | 784 'external-reference-table.cc', |
| 783 'external-reference-table.h', | 785 'external-reference-table.h', |
| 784 'factory.cc', | 786 'factory.cc', |
| 785 'factory.h', | 787 'factory.h', |
| 786 'fast-accessor-assembler.cc', | 788 'fast-accessor-assembler.cc', |
| 787 'fast-accessor-assembler.h', | 789 'fast-accessor-assembler.h', |
| (...skipping 1428 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 |