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 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1846 '../../src/js/collection.js', | 1846 '../../src/js/collection.js', |
1847 '../../src/js/weak-collection.js', | 1847 '../../src/js/weak-collection.js', |
1848 '../../src/js/collection-iterator.js', | 1848 '../../src/js/collection-iterator.js', |
1849 '../../src/js/promise.js', | 1849 '../../src/js/promise.js', |
1850 '../../src/js/messages.js', | 1850 '../../src/js/messages.js', |
1851 '../../src/js/json.js', | 1851 '../../src/js/json.js', |
1852 '../../src/js/array-iterator.js', | 1852 '../../src/js/array-iterator.js', |
1853 '../../src/js/string-iterator.js', | 1853 '../../src/js/string-iterator.js', |
1854 '../../src/js/templates.js', | 1854 '../../src/js/templates.js', |
1855 '../../src/js/spread.js', | 1855 '../../src/js/spread.js', |
1856 '../../src/js/harmony-array.js', | |
1857 '../../src/js/harmony-typedarray.js', | |
1858 '../../src/debug/mirrors.js', | 1856 '../../src/debug/mirrors.js', |
1859 '../../src/debug/debug.js', | 1857 '../../src/debug/debug.js', |
1860 '../../src/debug/liveedit.js', | 1858 '../../src/debug/liveedit.js', |
1861 ], | 1859 ], |
1862 'experimental_library_files': [ | 1860 'experimental_library_files': [ |
1863 '../../src/js/macros.py', | 1861 '../../src/js/macros.py', |
1864 '../../src/messages.h', | 1862 '../../src/messages.h', |
1865 '../../src/js/proxy.js', | 1863 '../../src/js/proxy.js', |
1866 '../../src/js/generator.js', | 1864 '../../src/js/generator.js', |
1867 '../../src/js/harmony-atomics.js', | 1865 '../../src/js/harmony-atomics.js', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2099 }], | 2097 }], |
2100 ['want_separate_host_toolset==1', { | 2098 ['want_separate_host_toolset==1', { |
2101 'toolsets': ['host'], | 2099 'toolsets': ['host'], |
2102 }, { | 2100 }, { |
2103 'toolsets': ['target'], | 2101 'toolsets': ['target'], |
2104 }], | 2102 }], |
2105 ], | 2103 ], |
2106 }, | 2104 }, |
2107 ], | 2105 ], |
2108 } | 2106 } |
OLD | NEW |