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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'optimize': 'max', | 201 'optimize': 'max', |
202 }, | 202 }, |
203 'include_dirs+': [ | 203 'include_dirs+': [ |
204 '../../src', | 204 '../../src', |
205 ], | 205 ], |
206 'sources': [ ### gcmole(all) ### | 206 'sources': [ ### gcmole(all) ### |
207 '../../src/accessors.cc', | 207 '../../src/accessors.cc', |
208 '../../src/accessors.h', | 208 '../../src/accessors.h', |
209 '../../src/allocation.cc', | 209 '../../src/allocation.cc', |
210 '../../src/allocation.h', | 210 '../../src/allocation.h', |
| 211 '../../src/allocation-site-scopes.cc', |
| 212 '../../src/allocation-site-scopes.h', |
211 '../../src/api.cc', | 213 '../../src/api.cc', |
212 '../../src/api.h', | 214 '../../src/api.h', |
213 '../../src/apiutils.h', | 215 '../../src/apiutils.h', |
214 '../../src/arguments.cc', | 216 '../../src/arguments.cc', |
215 '../../src/arguments.h', | 217 '../../src/arguments.h', |
216 '../../src/assembler.cc', | 218 '../../src/assembler.cc', |
217 '../../src/assembler.h', | 219 '../../src/assembler.h', |
218 '../../src/assert-scope.h', | 220 '../../src/assert-scope.h', |
219 '../../src/ast.cc', | 221 '../../src/ast.cc', |
220 '../../src/ast.h', | 222 '../../src/ast.h', |
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 }], | 1049 }], |
1048 ['v8_compress_startup_data=="bz2"', { | 1050 ['v8_compress_startup_data=="bz2"', { |
1049 'libraries': [ | 1051 'libraries': [ |
1050 '-lbz2', | 1052 '-lbz2', |
1051 ] | 1053 ] |
1052 }], | 1054 }], |
1053 ], | 1055 ], |
1054 }, | 1056 }, |
1055 ], | 1057 ], |
1056 } | 1058 } |
OLD | NEW |