| 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 '../../src/regexp.js', | 793 '../../src/regexp.js', |
| 794 '../../src/macros.py', | 794 '../../src/macros.py', |
| 795 ], | 795 ], |
| 796 'experimental_library_files': [ | 796 'experimental_library_files': [ |
| 797 '../../src/macros.py', | 797 '../../src/macros.py', |
| 798 '../../src/symbol.js', | 798 '../../src/symbol.js', |
| 799 '../../src/proxy.js', | 799 '../../src/proxy.js', |
| 800 '../../src/collection.js', | 800 '../../src/collection.js', |
| 801 '../../src/object-observe.js', | 801 '../../src/object-observe.js', |
| 802 '../../src/arraybuffer.js', | 802 '../../src/arraybuffer.js', |
| 803 '../../src/dataview.js', |
| 803 '../../src/typedarray.js', | 804 '../../src/typedarray.js', |
| 804 '../../src/generator.js' | 805 '../../src/generator.js' |
| 805 ], | 806 ], |
| 806 }, | 807 }, |
| 807 'actions': [ | 808 'actions': [ |
| 808 { | 809 { |
| 809 'action_name': 'js2c', | 810 'action_name': 'js2c', |
| 810 'inputs': [ | 811 'inputs': [ |
| 811 '../../tools/js2c.py', | 812 '../../tools/js2c.py', |
| 812 '<@(library_files)', | 813 '<@(library_files)', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 }], | 919 }], |
| 919 ['v8_compress_startup_data=="bz2"', { | 920 ['v8_compress_startup_data=="bz2"', { |
| 920 'libraries': [ | 921 'libraries': [ |
| 921 '-lbz2', | 922 '-lbz2', |
| 922 ] | 923 ] |
| 923 }], | 924 }], |
| 924 ], | 925 ], |
| 925 }, | 926 }, |
| 926 ], | 927 ], |
| 927 } | 928 } |
| OLD | NEW |