| 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 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 '../../src/uri.js', | 935 '../../src/uri.js', |
| 936 '../../src/math.js', | 936 '../../src/math.js', |
| 937 '../../src/messages.js', | 937 '../../src/messages.js', |
| 938 '../../src/apinatives.js', | 938 '../../src/apinatives.js', |
| 939 '../../src/debug-debugger.js', | 939 '../../src/debug-debugger.js', |
| 940 '../../src/mirror-debugger.js', | 940 '../../src/mirror-debugger.js', |
| 941 '../../src/liveedit-debugger.js', | 941 '../../src/liveedit-debugger.js', |
| 942 '../../src/date.js', | 942 '../../src/date.js', |
| 943 '../../src/json.js', | 943 '../../src/json.js', |
| 944 '../../src/regexp.js', | 944 '../../src/regexp.js', |
| 945 '../../src/arraybuffer.js', |
| 946 '../../src/typedarray.js', |
| 945 '../../src/macros.py', | 947 '../../src/macros.py', |
| 946 ], | 948 ], |
| 947 'experimental_library_files': [ | 949 'experimental_library_files': [ |
| 948 '../../src/macros.py', | 950 '../../src/macros.py', |
| 949 '../../src/symbol.js', | 951 '../../src/symbol.js', |
| 950 '../../src/proxy.js', | 952 '../../src/proxy.js', |
| 951 '../../src/collection.js', | 953 '../../src/collection.js', |
| 952 '../../src/object-observe.js', | 954 '../../src/object-observe.js', |
| 953 '../../src/arraybuffer.js', | |
| 954 '../../src/typedarray.js', | |
| 955 '../../src/generator.js', | 955 '../../src/generator.js', |
| 956 '../../src/array-iterator.js', | 956 '../../src/array-iterator.js', |
| 957 '../../src/harmony-string.js', | 957 '../../src/harmony-string.js', |
| 958 '../../src/harmony-array.js', | 958 '../../src/harmony-array.js', |
| 959 ], | 959 ], |
| 960 'i18n_library_files': [ | 960 'i18n_library_files': [ |
| 961 '../../src/extensions/i18n/header.js', | 961 '../../src/extensions/i18n/header.js', |
| 962 '../../src/extensions/i18n/globals.js', | 962 '../../src/extensions/i18n/globals.js', |
| 963 '../../src/extensions/i18n/locale.js', | 963 '../../src/extensions/i18n/locale.js', |
| 964 '../../src/extensions/i18n/collator.js', | 964 '../../src/extensions/i18n/collator.js', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 }], | 1084 }], |
| 1085 ['v8_compress_startup_data=="bz2"', { | 1085 ['v8_compress_startup_data=="bz2"', { |
| 1086 'libraries': [ | 1086 'libraries': [ |
| 1087 '-lbz2', | 1087 '-lbz2', |
| 1088 ] | 1088 ] |
| 1089 }], | 1089 }], |
| 1090 ], | 1090 ], |
| 1091 }, | 1091 }, |
| 1092 ], | 1092 ], |
| 1093 } | 1093 } |
| OLD | NEW |