| 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 '../../src/messages.js', | 1066 '../../src/messages.js', |
| 1067 '../../src/apinatives.js', | 1067 '../../src/apinatives.js', |
| 1068 '../../src/debug-debugger.js', | 1068 '../../src/debug-debugger.js', |
| 1069 '../../src/mirror-debugger.js', | 1069 '../../src/mirror-debugger.js', |
| 1070 '../../src/liveedit-debugger.js', | 1070 '../../src/liveedit-debugger.js', |
| 1071 '../../src/date.js', | 1071 '../../src/date.js', |
| 1072 '../../src/json.js', | 1072 '../../src/json.js', |
| 1073 '../../src/regexp.js', | 1073 '../../src/regexp.js', |
| 1074 '../../src/arraybuffer.js', | 1074 '../../src/arraybuffer.js', |
| 1075 '../../src/typedarray.js', | 1075 '../../src/typedarray.js', |
| 1076 '../../src/weak_collection.js', | |
| 1077 '../../src/promise.js', | |
| 1078 '../../src/object-observe.js', | 1076 '../../src/object-observe.js', |
| 1079 '../../src/macros.py', | 1077 '../../src/macros.py', |
| 1080 ], | 1078 ], |
| 1081 'experimental_library_files': [ | 1079 'experimental_library_files': [ |
| 1082 '../../src/macros.py', | 1080 '../../src/macros.py', |
| 1083 '../../src/symbol.js', | 1081 '../../src/symbol.js', |
| 1084 '../../src/proxy.js', | 1082 '../../src/proxy.js', |
| 1085 '../../src/collection.js', | 1083 '../../src/collection.js', |
| 1084 '../../src/weak_collection.js', |
| 1085 '../../src/promise.js', |
| 1086 '../../src/generator.js', | 1086 '../../src/generator.js', |
| 1087 '../../src/array-iterator.js', | 1087 '../../src/array-iterator.js', |
| 1088 '../../src/harmony-string.js', | 1088 '../../src/harmony-string.js', |
| 1089 '../../src/harmony-array.js', | 1089 '../../src/harmony-array.js', |
| 1090 '../../src/harmony-math.js' | 1090 '../../src/harmony-math.js' |
| 1091 ], | 1091 ], |
| 1092 }, | 1092 }, |
| 1093 'actions': [ | 1093 'actions': [ |
| 1094 { | 1094 { |
| 1095 'action_name': 'js2c', | 1095 'action_name': 'js2c', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 }], | 1180 }], |
| 1181 ['v8_compress_startup_data=="bz2"', { | 1181 ['v8_compress_startup_data=="bz2"', { |
| 1182 'libraries': [ | 1182 'libraries': [ |
| 1183 '-lbz2', | 1183 '-lbz2', |
| 1184 ] | 1184 ] |
| 1185 }], | 1185 }], |
| 1186 ], | 1186 ], |
| 1187 }, | 1187 }, |
| 1188 ], | 1188 ], |
| 1189 } | 1189 } |
| OLD | NEW |