| 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 'experimental_library_files': [ | 900 'experimental_library_files': [ |
| 901 '../../src/macros.py', | 901 '../../src/macros.py', |
| 902 '../../src/symbol.js', | 902 '../../src/symbol.js', |
| 903 '../../src/proxy.js', | 903 '../../src/proxy.js', |
| 904 '../../src/collection.js', | 904 '../../src/collection.js', |
| 905 '../../src/object-observe.js', | 905 '../../src/object-observe.js', |
| 906 '../../src/arraybuffer.js', | 906 '../../src/arraybuffer.js', |
| 907 '../../src/typedarray.js', | 907 '../../src/typedarray.js', |
| 908 '../../src/generator.js', | 908 '../../src/generator.js', |
| 909 '../../src/array-iterator.js', | 909 '../../src/array-iterator.js', |
| 910 '../../src/harmony-string.js' | 910 '../../src/harmony-string.js', |
| 911 '../../src/harmony-array.js', |
| 911 ], | 912 ], |
| 912 'i18n_library_files': [ | 913 'i18n_library_files': [ |
| 913 '../../src/extensions/i18n/header.js', | 914 '../../src/extensions/i18n/header.js', |
| 914 '../../src/extensions/i18n/globals.js', | 915 '../../src/extensions/i18n/globals.js', |
| 915 '../../src/extensions/i18n/locale.js', | 916 '../../src/extensions/i18n/locale.js', |
| 916 '../../src/extensions/i18n/collator.js', | 917 '../../src/extensions/i18n/collator.js', |
| 917 '../../src/extensions/i18n/number-format.js', | 918 '../../src/extensions/i18n/number-format.js', |
| 918 '../../src/extensions/i18n/date-format.js', | 919 '../../src/extensions/i18n/date-format.js', |
| 919 '../../src/extensions/i18n/break-iterator.js', | 920 '../../src/extensions/i18n/break-iterator.js', |
| 920 '../../src/extensions/i18n/i18n-utils.js', | 921 '../../src/extensions/i18n/i18n-utils.js', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 }], | 1037 }], |
| 1037 ['v8_compress_startup_data=="bz2"', { | 1038 ['v8_compress_startup_data=="bz2"', { |
| 1038 'libraries': [ | 1039 'libraries': [ |
| 1039 '-lbz2', | 1040 '-lbz2', |
| 1040 ] | 1041 ] |
| 1041 }], | 1042 }], |
| 1042 ], | 1043 ], |
| 1043 }, | 1044 }, |
| 1044 ], | 1045 ], |
| 1045 } | 1046 } |
| OLD | NEW |