| 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 '../../src/messages.js', | 1089 '../../src/messages.js', |
| 1090 '../../src/apinatives.js', | 1090 '../../src/apinatives.js', |
| 1091 '../../src/debug-debugger.js', | 1091 '../../src/debug-debugger.js', |
| 1092 '../../src/mirror-debugger.js', | 1092 '../../src/mirror-debugger.js', |
| 1093 '../../src/liveedit-debugger.js', | 1093 '../../src/liveedit-debugger.js', |
| 1094 '../../src/date.js', | 1094 '../../src/date.js', |
| 1095 '../../src/json.js', | 1095 '../../src/json.js', |
| 1096 '../../src/regexp.js', | 1096 '../../src/regexp.js', |
| 1097 '../../src/arraybuffer.js', | 1097 '../../src/arraybuffer.js', |
| 1098 '../../src/typedarray.js', | 1098 '../../src/typedarray.js', |
| 1099 '../../src/weak_collection.js', |
| 1100 '../../src/promise.js', |
| 1099 '../../src/object-observe.js', | 1101 '../../src/object-observe.js', |
| 1100 '../../src/macros.py', | 1102 '../../src/macros.py', |
| 1101 ], | 1103 ], |
| 1102 'experimental_library_files': [ | 1104 'experimental_library_files': [ |
| 1103 '../../src/macros.py', | 1105 '../../src/macros.py', |
| 1104 '../../src/symbol.js', | 1106 '../../src/symbol.js', |
| 1105 '../../src/proxy.js', | 1107 '../../src/proxy.js', |
| 1106 '../../src/collection.js', | 1108 '../../src/collection.js', |
| 1107 '../../src/weak_collection.js', | |
| 1108 '../../src/promise.js', | |
| 1109 '../../src/generator.js', | 1109 '../../src/generator.js', |
| 1110 '../../src/array-iterator.js', | 1110 '../../src/array-iterator.js', |
| 1111 '../../src/harmony-string.js', | 1111 '../../src/harmony-string.js', |
| 1112 '../../src/harmony-array.js', | 1112 '../../src/harmony-array.js', |
| 1113 '../../src/harmony-math.js' | 1113 '../../src/harmony-math.js' |
| 1114 ], | 1114 ], |
| 1115 }, | 1115 }, |
| 1116 'actions': [ | 1116 'actions': [ |
| 1117 { | 1117 { |
| 1118 'action_name': 'js2c', | 1118 'action_name': 'js2c', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 }], | 1203 }], |
| 1204 ['v8_compress_startup_data=="bz2"', { | 1204 ['v8_compress_startup_data=="bz2"', { |
| 1205 'libraries': [ | 1205 'libraries': [ |
| 1206 '-lbz2', | 1206 '-lbz2', |
| 1207 ] | 1207 ] |
| 1208 }], | 1208 }], |
| 1209 ], | 1209 ], |
| 1210 }, | 1210 }, |
| 1211 ], | 1211 ], |
| 1212 } | 1212 } |
| OLD | NEW |