| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 '../../src/compiler/operator.h', | 477 '../../src/compiler/operator.h', |
| 478 '../../src/compiler/phi-reducer.h', | 478 '../../src/compiler/phi-reducer.h', |
| 479 '../../src/compiler/pipeline.cc', | 479 '../../src/compiler/pipeline.cc', |
| 480 '../../src/compiler/pipeline.h', | 480 '../../src/compiler/pipeline.h', |
| 481 '../../src/compiler/pipeline-statistics.cc', | 481 '../../src/compiler/pipeline-statistics.cc', |
| 482 '../../src/compiler/pipeline-statistics.h', | 482 '../../src/compiler/pipeline-statistics.h', |
| 483 '../../src/compiler/raw-machine-assembler.cc', | 483 '../../src/compiler/raw-machine-assembler.cc', |
| 484 '../../src/compiler/raw-machine-assembler.h', | 484 '../../src/compiler/raw-machine-assembler.h', |
| 485 '../../src/compiler/register-allocator.cc', | 485 '../../src/compiler/register-allocator.cc', |
| 486 '../../src/compiler/register-allocator.h', | 486 '../../src/compiler/register-allocator.h', |
| 487 '../../src/compiler/register-configuration.cc', |
| 488 '../../src/compiler/register-configuration.h', |
| 487 '../../src/compiler/representation-change.h', | 489 '../../src/compiler/representation-change.h', |
| 488 '../../src/compiler/schedule.cc', | 490 '../../src/compiler/schedule.cc', |
| 489 '../../src/compiler/schedule.h', | 491 '../../src/compiler/schedule.h', |
| 490 '../../src/compiler/scheduler.cc', | 492 '../../src/compiler/scheduler.cc', |
| 491 '../../src/compiler/scheduler.h', | 493 '../../src/compiler/scheduler.h', |
| 492 '../../src/compiler/select-lowering.cc', | 494 '../../src/compiler/select-lowering.cc', |
| 493 '../../src/compiler/select-lowering.h', | 495 '../../src/compiler/select-lowering.h', |
| 494 '../../src/compiler/simplified-lowering.cc', | 496 '../../src/compiler/simplified-lowering.cc', |
| 495 '../../src/compiler/simplified-lowering.h', | 497 '../../src/compiler/simplified-lowering.h', |
| 496 '../../src/compiler/simplified-operator-reducer.cc', | 498 '../../src/compiler/simplified-operator-reducer.cc', |
| (...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 }], | 1731 }], |
| 1730 ['v8_compress_startup_data=="bz2"', { | 1732 ['v8_compress_startup_data=="bz2"', { |
| 1731 'libraries': [ | 1733 'libraries': [ |
| 1732 '-lbz2', | 1734 '-lbz2', |
| 1733 ] | 1735 ] |
| 1734 }], | 1736 }], |
| 1735 ], | 1737 ], |
| 1736 }, | 1738 }, |
| 1737 ], | 1739 ], |
| 1738 } | 1740 } |
| OLD | NEW |