| 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 '../../src/macros.py', | 879 '../../src/macros.py', |
| 880 ], | 880 ], |
| 881 'experimental_library_files': [ | 881 'experimental_library_files': [ |
| 882 '../../src/macros.py', | 882 '../../src/macros.py', |
| 883 '../../src/symbol.js', | 883 '../../src/symbol.js', |
| 884 '../../src/proxy.js', | 884 '../../src/proxy.js', |
| 885 '../../src/collection.js', | 885 '../../src/collection.js', |
| 886 '../../src/object-observe.js', | 886 '../../src/object-observe.js', |
| 887 '../../src/arraybuffer.js', | 887 '../../src/arraybuffer.js', |
| 888 '../../src/typedarray.js', | 888 '../../src/typedarray.js', |
| 889 '../../src/generator.js' | 889 '../../src/generator.js', |
| 890 '../../src/array-iterator.js' |
| 890 ], | 891 ], |
| 891 'i18n_library_files': [ | 892 'i18n_library_files': [ |
| 892 '../../src/extensions/i18n/header.js', | 893 '../../src/extensions/i18n/header.js', |
| 893 '../../src/extensions/i18n/globals.js', | 894 '../../src/extensions/i18n/globals.js', |
| 894 '../../src/extensions/i18n/locale.js', | 895 '../../src/extensions/i18n/locale.js', |
| 895 '../../src/extensions/i18n/collator.js', | 896 '../../src/extensions/i18n/collator.js', |
| 896 '../../src/extensions/i18n/number-format.js', | 897 '../../src/extensions/i18n/number-format.js', |
| 897 '../../src/extensions/i18n/date-format.js', | 898 '../../src/extensions/i18n/date-format.js', |
| 898 '../../src/extensions/i18n/break-iterator.js', | 899 '../../src/extensions/i18n/break-iterator.js', |
| 899 '../../src/extensions/i18n/i18n-utils.js', | 900 '../../src/extensions/i18n/i18n-utils.js', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 }], | 1016 }], |
| 1016 ['v8_compress_startup_data=="bz2"', { | 1017 ['v8_compress_startup_data=="bz2"', { |
| 1017 'libraries': [ | 1018 'libraries': [ |
| 1018 '-lbz2', | 1019 '-lbz2', |
| 1019 ] | 1020 ] |
| 1020 }], | 1021 }], |
| 1021 ], | 1022 ], |
| 1022 }, | 1023 }, |
| 1023 ], | 1024 ], |
| 1024 } | 1025 } |
| OLD | NEW |