| 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 '../../src/uri.js', | 883 '../../src/uri.js', |
| 884 '../../src/math.js', | 884 '../../src/math.js', |
| 885 '../../src/messages.js', | 885 '../../src/messages.js', |
| 886 '../../src/apinatives.js', | 886 '../../src/apinatives.js', |
| 887 '../../src/debug-debugger.js', | 887 '../../src/debug-debugger.js', |
| 888 '../../src/mirror-debugger.js', | 888 '../../src/mirror-debugger.js', |
| 889 '../../src/liveedit-debugger.js', | 889 '../../src/liveedit-debugger.js', |
| 890 '../../src/date.js', | 890 '../../src/date.js', |
| 891 '../../src/json.js', | 891 '../../src/json.js', |
| 892 '../../src/regexp.js', | 892 '../../src/regexp.js', |
| 893 '../../src/arraybuffer.js', |
| 894 '../../src/typedarray.js', |
| 893 '../../src/macros.py', | 895 '../../src/macros.py', |
| 894 ], | 896 ], |
| 895 'experimental_library_files': [ | 897 'experimental_library_files': [ |
| 896 '../../src/macros.py', | 898 '../../src/macros.py', |
| 897 '../../src/symbol.js', | 899 '../../src/symbol.js', |
| 898 '../../src/proxy.js', | 900 '../../src/proxy.js', |
| 899 '../../src/collection.js', | 901 '../../src/collection.js', |
| 900 '../../src/object-observe.js', | 902 '../../src/object-observe.js', |
| 901 '../../src/arraybuffer.js', | |
| 902 '../../src/typedarray.js', | |
| 903 '../../src/generator.js', | 903 '../../src/generator.js', |
| 904 '../../src/array-iterator.js', | 904 '../../src/array-iterator.js', |
| 905 '../../src/harmony-string.js', | 905 '../../src/harmony-string.js', |
| 906 '../../src/harmony-array.js', | 906 '../../src/harmony-array.js', |
| 907 ], | 907 ], |
| 908 'i18n_library_files': [ | 908 'i18n_library_files': [ |
| 909 '../../src/extensions/i18n/header.js', | 909 '../../src/extensions/i18n/header.js', |
| 910 '../../src/extensions/i18n/globals.js', | 910 '../../src/extensions/i18n/globals.js', |
| 911 '../../src/extensions/i18n/locale.js', | 911 '../../src/extensions/i18n/locale.js', |
| 912 '../../src/extensions/i18n/collator.js', | 912 '../../src/extensions/i18n/collator.js', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 }], | 1032 }], |
| 1033 ['v8_compress_startup_data=="bz2"', { | 1033 ['v8_compress_startup_data=="bz2"', { |
| 1034 'libraries': [ | 1034 'libraries': [ |
| 1035 '-lbz2', | 1035 '-lbz2', |
| 1036 ] | 1036 ] |
| 1037 }], | 1037 }], |
| 1038 ], | 1038 ], |
| 1039 }, | 1039 }, |
| 1040 ], | 1040 ], |
| 1041 } | 1041 } |
| OLD | NEW |