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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1052 '../../src/messages.js', | 1052 '../../src/messages.js', |
1053 '../../src/apinatives.js', | 1053 '../../src/apinatives.js', |
1054 '../../src/debug-debugger.js', | 1054 '../../src/debug-debugger.js', |
1055 '../../src/mirror-debugger.js', | 1055 '../../src/mirror-debugger.js', |
1056 '../../src/liveedit-debugger.js', | 1056 '../../src/liveedit-debugger.js', |
1057 '../../src/date.js', | 1057 '../../src/date.js', |
1058 '../../src/json.js', | 1058 '../../src/json.js', |
1059 '../../src/regexp.js', | 1059 '../../src/regexp.js', |
1060 '../../src/arraybuffer.js', | 1060 '../../src/arraybuffer.js', |
1061 '../../src/typedarray.js', | 1061 '../../src/typedarray.js', |
1062 '../../src/weak_collection.js', | |
1063 '../../src/promise.js', | |
1064 '../../src/object-observe.js', | 1062 '../../src/object-observe.js', |
1065 '../../src/macros.py', | 1063 '../../src/macros.py', |
1066 ], | 1064 ], |
1067 'experimental_library_files': [ | 1065 'experimental_library_files': [ |
1068 '../../src/macros.py', | 1066 '../../src/macros.py', |
1069 '../../src/symbol.js', | 1067 '../../src/symbol.js', |
1070 '../../src/proxy.js', | 1068 '../../src/proxy.js', |
1071 '../../src/collection.js', | 1069 '../../src/collection.js', |
| 1070 '../../src/weak_collection.js', |
| 1071 '../../src/promise.js', |
1072 '../../src/generator.js', | 1072 '../../src/generator.js', |
1073 '../../src/array-iterator.js', | 1073 '../../src/array-iterator.js', |
1074 '../../src/harmony-string.js', | 1074 '../../src/harmony-string.js', |
1075 '../../src/harmony-array.js', | 1075 '../../src/harmony-array.js', |
1076 '../../src/harmony-math.js' | 1076 '../../src/harmony-math.js' |
1077 ], | 1077 ], |
1078 }, | 1078 }, |
1079 'actions': [ | 1079 'actions': [ |
1080 { | 1080 { |
1081 'action_name': 'js2c', | 1081 'action_name': 'js2c', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 }], | 1166 }], |
1167 ['v8_compress_startup_data=="bz2"', { | 1167 ['v8_compress_startup_data=="bz2"', { |
1168 'libraries': [ | 1168 'libraries': [ |
1169 '-lbz2', | 1169 '-lbz2', |
1170 ] | 1170 ] |
1171 }], | 1171 }], |
1172 ], | 1172 ], |
1173 }, | 1173 }, |
1174 ], | 1174 ], |
1175 } | 1175 } |
OLD | NEW |