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 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1789 '../../src/weak-collection.js', | 1789 '../../src/weak-collection.js', |
1790 '../../src/collection-iterator.js', | 1790 '../../src/collection-iterator.js', |
1791 '../../src/promise.js', | 1791 '../../src/promise.js', |
1792 '../../src/messages.js', | 1792 '../../src/messages.js', |
1793 '../../src/json.js', | 1793 '../../src/json.js', |
1794 '../../src/array-iterator.js', | 1794 '../../src/array-iterator.js', |
1795 '../../src/string-iterator.js', | 1795 '../../src/string-iterator.js', |
1796 '../../src/templates.js', | 1796 '../../src/templates.js', |
1797 '../../src/harmony-array.js', | 1797 '../../src/harmony-array.js', |
1798 '../../src/harmony-typedarray.js', | 1798 '../../src/harmony-typedarray.js', |
| 1799 '../../src/debug/mirrors.js', |
1799 '../../src/debug/debug.js', | 1800 '../../src/debug/debug.js', |
1800 '../../src/debug/mirrors.js', | |
1801 '../../src/debug/liveedit.js', | 1801 '../../src/debug/liveedit.js', |
1802 ], | 1802 ], |
1803 'experimental_library_files': [ | 1803 'experimental_library_files': [ |
1804 '../../src/macros.py', | 1804 '../../src/macros.py', |
1805 '../../src/messages.h', | 1805 '../../src/messages.h', |
1806 '../../src/proxy.js', | 1806 '../../src/proxy.js', |
1807 '../../src/generator.js', | 1807 '../../src/generator.js', |
1808 '../../src/harmony-atomics.js', | 1808 '../../src/harmony-atomics.js', |
1809 '../../src/harmony-array-includes.js', | 1809 '../../src/harmony-array-includes.js', |
1810 '../../src/harmony-concat-spreadable.js', | 1810 '../../src/harmony-concat-spreadable.js', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1979 }], | 1979 }], |
1980 ['want_separate_host_toolset==1', { | 1980 ['want_separate_host_toolset==1', { |
1981 'toolsets': ['host'], | 1981 'toolsets': ['host'], |
1982 }, { | 1982 }, { |
1983 'toolsets': ['target'], | 1983 'toolsets': ['target'], |
1984 }], | 1984 }], |
1985 ], | 1985 ], |
1986 }, | 1986 }, |
1987 ], | 1987 ], |
1988 } | 1988 } |
OLD | NEW |