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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 'include_dirs+': [ | 210 'include_dirs+': [ |
211 '../../src', | 211 '../../src', |
212 ], | 212 ], |
213 'sources': [ ### gcmole(all) ### | 213 'sources': [ ### gcmole(all) ### |
214 '../../src/accessors.cc', | 214 '../../src/accessors.cc', |
215 '../../src/accessors.h', | 215 '../../src/accessors.h', |
216 '../../src/allocation.cc', | 216 '../../src/allocation.cc', |
217 '../../src/allocation.h', | 217 '../../src/allocation.h', |
218 '../../src/allocation-site-scopes.cc', | 218 '../../src/allocation-site-scopes.cc', |
219 '../../src/allocation-site-scopes.h', | 219 '../../src/allocation-site-scopes.h', |
| 220 '../../src/allocation-tracker.cc', |
| 221 '../../src/allocation-tracker.h', |
220 '../../src/api.cc', | 222 '../../src/api.cc', |
221 '../../src/api.h', | 223 '../../src/api.h', |
222 '../../src/apiutils.h', | 224 '../../src/apiutils.h', |
223 '../../src/arguments.cc', | 225 '../../src/arguments.cc', |
224 '../../src/arguments.h', | 226 '../../src/arguments.h', |
225 '../../src/assembler.cc', | 227 '../../src/assembler.cc', |
226 '../../src/assembler.h', | 228 '../../src/assembler.h', |
227 '../../src/assert-scope.h', | 229 '../../src/assert-scope.h', |
228 '../../src/ast.cc', | 230 '../../src/ast.cc', |
229 '../../src/ast.h', | 231 '../../src/ast.h', |
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 }], | 1063 }], |
1062 ['v8_compress_startup_data=="bz2"', { | 1064 ['v8_compress_startup_data=="bz2"', { |
1063 'libraries': [ | 1065 'libraries': [ |
1064 '-lbz2', | 1066 '-lbz2', |
1065 ] | 1067 ] |
1066 }], | 1068 }], |
1067 ], | 1069 ], |
1068 }, | 1070 }, |
1069 ], | 1071 ], |
1070 } | 1072 } |
OLD | NEW |