| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 '../../src/background-parsing-task.cc', | 356 '../../src/background-parsing-task.cc', |
| 357 '../../src/background-parsing-task.h', | 357 '../../src/background-parsing-task.h', |
| 358 '../../src/bailout-reason.cc', | 358 '../../src/bailout-reason.cc', |
| 359 '../../src/bailout-reason.h', | 359 '../../src/bailout-reason.h', |
| 360 '../../src/basic-block-profiler.cc', | 360 '../../src/basic-block-profiler.cc', |
| 361 '../../src/basic-block-profiler.h', | 361 '../../src/basic-block-profiler.h', |
| 362 '../../src/bignum-dtoa.cc', | 362 '../../src/bignum-dtoa.cc', |
| 363 '../../src/bignum-dtoa.h', | 363 '../../src/bignum-dtoa.h', |
| 364 '../../src/bignum.cc', | 364 '../../src/bignum.cc', |
| 365 '../../src/bignum.h', | 365 '../../src/bignum.h', |
| 366 '../../src/bit-vector.cc', |
| 367 '../../src/bit-vector.h', |
| 366 '../../src/bootstrapper.cc', | 368 '../../src/bootstrapper.cc', |
| 367 '../../src/bootstrapper.h', | 369 '../../src/bootstrapper.h', |
| 368 '../../src/builtins.cc', | 370 '../../src/builtins.cc', |
| 369 '../../src/builtins.h', | 371 '../../src/builtins.h', |
| 370 '../../src/bytecodes-irregexp.h', | 372 '../../src/bytecodes-irregexp.h', |
| 371 '../../src/cached-powers.cc', | 373 '../../src/cached-powers.cc', |
| 372 '../../src/cached-powers.h', | 374 '../../src/cached-powers.h', |
| 373 '../../src/char-predicates.cc', | 375 '../../src/char-predicates.cc', |
| 374 '../../src/char-predicates-inl.h', | 376 '../../src/char-predicates-inl.h', |
| 375 '../../src/char-predicates.h', | 377 '../../src/char-predicates.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 '../../src/contexts.cc', | 511 '../../src/contexts.cc', |
| 510 '../../src/contexts.h', | 512 '../../src/contexts.h', |
| 511 '../../src/conversions-inl.h', | 513 '../../src/conversions-inl.h', |
| 512 '../../src/conversions.cc', | 514 '../../src/conversions.cc', |
| 513 '../../src/conversions.h', | 515 '../../src/conversions.h', |
| 514 '../../src/counters.cc', | 516 '../../src/counters.cc', |
| 515 '../../src/counters.h', | 517 '../../src/counters.h', |
| 516 '../../src/cpu-profiler-inl.h', | 518 '../../src/cpu-profiler-inl.h', |
| 517 '../../src/cpu-profiler.cc', | 519 '../../src/cpu-profiler.cc', |
| 518 '../../src/cpu-profiler.h', | 520 '../../src/cpu-profiler.h', |
| 519 '../../src/data-flow.cc', | |
| 520 '../../src/data-flow.h', | |
| 521 '../../src/date.cc', | 521 '../../src/date.cc', |
| 522 '../../src/date.h', | 522 '../../src/date.h', |
| 523 '../../src/dateparser-inl.h', | 523 '../../src/dateparser-inl.h', |
| 524 '../../src/dateparser.cc', | 524 '../../src/dateparser.cc', |
| 525 '../../src/dateparser.h', | 525 '../../src/dateparser.h', |
| 526 '../../src/debug.cc', | 526 '../../src/debug.cc', |
| 527 '../../src/debug.h', | 527 '../../src/debug.h', |
| 528 '../../src/deoptimizer.cc', | 528 '../../src/deoptimizer.cc', |
| 529 '../../src/deoptimizer.h', | 529 '../../src/deoptimizer.h', |
| 530 '../../src/disasm.h', | 530 '../../src/disasm.h', |
| (...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 }], | 1728 }], |
| 1729 ['v8_compress_startup_data=="bz2"', { | 1729 ['v8_compress_startup_data=="bz2"', { |
| 1730 'libraries': [ | 1730 'libraries': [ |
| 1731 '-lbz2', | 1731 '-lbz2', |
| 1732 ] | 1732 ] |
| 1733 }], | 1733 }], |
| 1734 ], | 1734 ], |
| 1735 }, | 1735 }, |
| 1736 ], | 1736 ], |
| 1737 } | 1737 } |
| OLD | NEW |