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 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1892 '../../src/messages.h', | 1892 '../../src/messages.h', |
1893 '../../src/js/prologue.js', | 1893 '../../src/js/prologue.js', |
1894 '../../src/js/runtime.js', | 1894 '../../src/js/runtime.js', |
1895 '../../src/js/v8natives.js', | 1895 '../../src/js/v8natives.js', |
1896 '../../src/js/symbol.js', | 1896 '../../src/js/symbol.js', |
1897 '../../src/js/array.js', | 1897 '../../src/js/array.js', |
1898 '../../src/js/string.js', | 1898 '../../src/js/string.js', |
1899 '../../src/js/uri.js', | 1899 '../../src/js/uri.js', |
1900 '../../src/js/math.js', | 1900 '../../src/js/math.js', |
1901 '../../src/third_party/fdlibm/fdlibm.js', | 1901 '../../src/third_party/fdlibm/fdlibm.js', |
1902 '../../src/js/date.js', | |
1903 '../../src/js/regexp.js', | 1902 '../../src/js/regexp.js', |
1904 '../../src/js/arraybuffer.js', | 1903 '../../src/js/arraybuffer.js', |
1905 '../../src/js/typedarray.js', | 1904 '../../src/js/typedarray.js', |
1906 '../../src/js/iterator-prototype.js', | 1905 '../../src/js/iterator-prototype.js', |
1907 '../../src/js/generator.js', | 1906 '../../src/js/generator.js', |
1908 '../../src/js/object-observe.js', | 1907 '../../src/js/object-observe.js', |
1909 '../../src/js/collection.js', | 1908 '../../src/js/collection.js', |
1910 '../../src/js/weak-collection.js', | 1909 '../../src/js/weak-collection.js', |
1911 '../../src/js/collection-iterator.js', | 1910 '../../src/js/collection-iterator.js', |
1912 '../../src/js/promise.js', | 1911 '../../src/js/promise.js', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2124 }], | 2123 }], |
2125 ['want_separate_host_toolset==1', { | 2124 ['want_separate_host_toolset==1', { |
2126 'toolsets': ['host'], | 2125 'toolsets': ['host'], |
2127 }, { | 2126 }, { |
2128 'toolsets': ['target'], | 2127 'toolsets': ['target'], |
2129 }], | 2128 }], |
2130 ], | 2129 ], |
2131 }, | 2130 }, |
2132 ], | 2131 ], |
2133 } | 2132 } |
OLD | NEW |