| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 '../../src/allocation-tracker.cc', | 336 '../../src/allocation-tracker.cc', |
| 337 '../../src/allocation-tracker.h', | 337 '../../src/allocation-tracker.h', |
| 338 '../../src/api.cc', | 338 '../../src/api.cc', |
| 339 '../../src/api.h', | 339 '../../src/api.h', |
| 340 '../../src/arguments.cc', | 340 '../../src/arguments.cc', |
| 341 '../../src/arguments.h', | 341 '../../src/arguments.h', |
| 342 '../../src/assembler.cc', | 342 '../../src/assembler.cc', |
| 343 '../../src/assembler.h', | 343 '../../src/assembler.h', |
| 344 '../../src/assert-scope.h', | 344 '../../src/assert-scope.h', |
| 345 '../../src/assert-scope.cc', | 345 '../../src/assert-scope.cc', |
| 346 '../../src/ast-value-factory.cc', |
| 347 '../../src/ast-value-factory.h', |
| 346 '../../src/ast.cc', | 348 '../../src/ast.cc', |
| 347 '../../src/ast.h', | 349 '../../src/ast.h', |
| 348 '../../src/bignum-dtoa.cc', | 350 '../../src/bignum-dtoa.cc', |
| 349 '../../src/bignum-dtoa.h', | 351 '../../src/bignum-dtoa.h', |
| 350 '../../src/bignum.cc', | 352 '../../src/bignum.cc', |
| 351 '../../src/bignum.h', | 353 '../../src/bignum.h', |
| 352 '../../src/bootstrapper.cc', | 354 '../../src/bootstrapper.cc', |
| 353 '../../src/bootstrapper.h', | 355 '../../src/bootstrapper.h', |
| 354 '../../src/builtins.cc', | 356 '../../src/builtins.cc', |
| 355 '../../src/builtins.h', | 357 '../../src/builtins.h', |
| (...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 }], | 1371 }], |
| 1370 ['v8_compress_startup_data=="bz2"', { | 1372 ['v8_compress_startup_data=="bz2"', { |
| 1371 'libraries': [ | 1373 'libraries': [ |
| 1372 '-lbz2', | 1374 '-lbz2', |
| 1373 ] | 1375 ] |
| 1374 }], | 1376 }], |
| 1375 ], | 1377 ], |
| 1376 }, | 1378 }, |
| 1377 ], | 1379 ], |
| 1378 } | 1380 } |
| OLD | NEW |