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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 '../../src/allocation-tracker.cc', | 253 '../../src/allocation-tracker.cc', |
254 '../../src/allocation-tracker.h', | 254 '../../src/allocation-tracker.h', |
255 '../../src/api.cc', | 255 '../../src/api.cc', |
256 '../../src/api.h', | 256 '../../src/api.h', |
257 '../../src/arguments.cc', | 257 '../../src/arguments.cc', |
258 '../../src/arguments.h', | 258 '../../src/arguments.h', |
259 '../../src/assembler.cc', | 259 '../../src/assembler.cc', |
260 '../../src/assembler.h', | 260 '../../src/assembler.h', |
261 '../../src/assert-scope.h', | 261 '../../src/assert-scope.h', |
262 '../../src/assert-scope.cc', | 262 '../../src/assert-scope.cc', |
| 263 '../../src/ast-string-table.cc', |
| 264 '../../src/ast-string-table.h', |
263 '../../src/ast.cc', | 265 '../../src/ast.cc', |
264 '../../src/ast.h', | 266 '../../src/ast.h', |
265 '../../src/atomicops.h', | 267 '../../src/atomicops.h', |
266 '../../src/atomicops_internals_x86_gcc.cc', | 268 '../../src/atomicops_internals_x86_gcc.cc', |
267 '../../src/bignum-dtoa.cc', | 269 '../../src/bignum-dtoa.cc', |
268 '../../src/bignum-dtoa.h', | 270 '../../src/bignum-dtoa.h', |
269 '../../src/bignum.cc', | 271 '../../src/bignum.cc', |
270 '../../src/bignum.h', | 272 '../../src/bignum.h', |
271 '../../src/bootstrapper.cc', | 273 '../../src/bootstrapper.cc', |
272 '../../src/bootstrapper.h', | 274 '../../src/bootstrapper.h', |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 }], | 1226 }], |
1225 ['v8_compress_startup_data=="bz2"', { | 1227 ['v8_compress_startup_data=="bz2"', { |
1226 'libraries': [ | 1228 'libraries': [ |
1227 '-lbz2', | 1229 '-lbz2', |
1228 ] | 1230 ] |
1229 }], | 1231 }], |
1230 ], | 1232 ], |
1231 }, | 1233 }, |
1232 ], | 1234 ], |
1233 } | 1235 } |
OLD | NEW |