| 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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 'variables': { | 1702 'variables': { |
| 1703 'i18n_library_files': [], | 1703 'i18n_library_files': [], |
| 1704 }, | 1704 }, |
| 1705 }], | 1705 }], |
| 1706 ], | 1706 ], |
| 1707 'variables': { | 1707 'variables': { |
| 1708 'library_files': [ | 1708 'library_files': [ |
| 1709 '../../src/macros.py', | 1709 '../../src/macros.py', |
| 1710 '../../src/messages.h', | 1710 '../../src/messages.h', |
| 1711 '../../src/runtime.js', | 1711 '../../src/runtime.js', |
| 1712 '../../src/prologue.js', |
| 1712 '../../src/v8natives.js', | 1713 '../../src/v8natives.js', |
| 1713 '../../src/symbol.js', | 1714 '../../src/symbol.js', |
| 1714 '../../src/array.js', | 1715 '../../src/array.js', |
| 1715 '../../src/string.js', | 1716 '../../src/string.js', |
| 1716 '../../src/uri.js', | 1717 '../../src/uri.js', |
| 1717 '../../src/math.js', | 1718 '../../src/math.js', |
| 1718 '../../src/third_party/fdlibm/fdlibm.js', | 1719 '../../src/third_party/fdlibm/fdlibm.js', |
| 1719 '../../src/date.js', | 1720 '../../src/date.js', |
| 1720 '../../src/regexp.js', | 1721 '../../src/regexp.js', |
| 1721 '../../src/arraybuffer.js', | 1722 '../../src/arraybuffer.js', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 }], | 1882 }], |
| 1882 ['want_separate_host_toolset==1', { | 1883 ['want_separate_host_toolset==1', { |
| 1883 'toolsets': ['host'], | 1884 'toolsets': ['host'], |
| 1884 }, { | 1885 }, { |
| 1885 'toolsets': ['target'], | 1886 'toolsets': ['target'], |
| 1886 }], | 1887 }], |
| 1887 ], | 1888 ], |
| 1888 }, | 1889 }, |
| 1889 ], | 1890 ], |
| 1890 } | 1891 } |
| OLD | NEW |