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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 '../../src/compiler/simplified-lowering.cc', | 459 '../../src/compiler/simplified-lowering.cc', |
460 '../../src/compiler/simplified-lowering.h', | 460 '../../src/compiler/simplified-lowering.h', |
461 '../../src/compiler/simplified-operator-reducer.cc', | 461 '../../src/compiler/simplified-operator-reducer.cc', |
462 '../../src/compiler/simplified-operator-reducer.h', | 462 '../../src/compiler/simplified-operator-reducer.h', |
463 '../../src/compiler/simplified-operator.cc', | 463 '../../src/compiler/simplified-operator.cc', |
464 '../../src/compiler/simplified-operator.h', | 464 '../../src/compiler/simplified-operator.h', |
465 '../../src/compiler/source-position.cc', | 465 '../../src/compiler/source-position.cc', |
466 '../../src/compiler/source-position.h', | 466 '../../src/compiler/source-position.h', |
467 '../../src/compiler/typer.cc', | 467 '../../src/compiler/typer.cc', |
468 '../../src/compiler/typer.h', | 468 '../../src/compiler/typer.h', |
| 469 '../../src/compiler/value-numbering-reducer.cc', |
| 470 '../../src/compiler/value-numbering-reducer.h', |
469 '../../src/compiler/verifier.cc', | 471 '../../src/compiler/verifier.cc', |
470 '../../src/compiler/verifier.h', | 472 '../../src/compiler/verifier.h', |
471 '../../src/compiler.cc', | 473 '../../src/compiler.cc', |
472 '../../src/compiler.h', | 474 '../../src/compiler.h', |
473 '../../src/contexts.cc', | 475 '../../src/contexts.cc', |
474 '../../src/contexts.h', | 476 '../../src/contexts.h', |
475 '../../src/conversions-inl.h', | 477 '../../src/conversions-inl.h', |
476 '../../src/conversions.cc', | 478 '../../src/conversions.cc', |
477 '../../src/conversions.h', | 479 '../../src/conversions.h', |
478 '../../src/counters.cc', | 480 '../../src/counters.cc', |
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1641 }], | 1643 }], |
1642 ['v8_compress_startup_data=="bz2"', { | 1644 ['v8_compress_startup_data=="bz2"', { |
1643 'libraries': [ | 1645 'libraries': [ |
1644 '-lbz2', | 1646 '-lbz2', |
1645 ] | 1647 ] |
1646 }], | 1648 }], |
1647 ], | 1649 ], |
1648 }, | 1650 }, |
1649 ], | 1651 ], |
1650 } | 1652 } |
OLD | NEW |