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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 '../../src/macros.py', | 803 '../../src/macros.py', |
804 ], | 804 ], |
805 'experimental_library_files': [ | 805 'experimental_library_files': [ |
806 '../../src/macros.py', | 806 '../../src/macros.py', |
807 '../../src/symbol.js', | 807 '../../src/symbol.js', |
808 '../../src/proxy.js', | 808 '../../src/proxy.js', |
809 '../../src/collection.js', | 809 '../../src/collection.js', |
810 '../../src/object-observe.js', | 810 '../../src/object-observe.js', |
811 '../../src/arraybuffer.js', | 811 '../../src/arraybuffer.js', |
812 '../../src/typedarray.js', | 812 '../../src/typedarray.js', |
813 '../../src/generator.js' | 813 '../../src/generator.js', |
| 814 '../../src/array-iterator.js' |
814 ], | 815 ], |
815 }, | 816 }, |
816 'actions': [ | 817 'actions': [ |
817 { | 818 { |
818 'action_name': 'js2c', | 819 'action_name': 'js2c', |
819 'inputs': [ | 820 'inputs': [ |
820 '../../tools/js2c.py', | 821 '../../tools/js2c.py', |
821 '<@(library_files)', | 822 '<@(library_files)', |
822 ], | 823 ], |
823 'outputs': [ | 824 'outputs': [ |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
927 }], | 928 }], |
928 ['v8_compress_startup_data=="bz2"', { | 929 ['v8_compress_startup_data=="bz2"', { |
929 'libraries': [ | 930 'libraries': [ |
930 '-lbz2', | 931 '-lbz2', |
931 ] | 932 ] |
932 }], | 933 }], |
933 ], | 934 ], |
934 }, | 935 }, |
935 ], | 936 ], |
936 } | 937 } |
OLD | NEW |