| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 '../../src/compiler/js-graph.cc', | 417 '../../src/compiler/js-graph.cc', |
| 418 '../../src/compiler/js-graph.h', | 418 '../../src/compiler/js-graph.h', |
| 419 '../../src/compiler/js-inlining.cc', | 419 '../../src/compiler/js-inlining.cc', |
| 420 '../../src/compiler/js-inlining.h', | 420 '../../src/compiler/js-inlining.h', |
| 421 '../../src/compiler/js-operator.h', | 421 '../../src/compiler/js-operator.h', |
| 422 '../../src/compiler/js-typed-lowering.cc', | 422 '../../src/compiler/js-typed-lowering.cc', |
| 423 '../../src/compiler/js-typed-lowering.h', | 423 '../../src/compiler/js-typed-lowering.h', |
| 424 '../../src/compiler/linkage-impl.h', | 424 '../../src/compiler/linkage-impl.h', |
| 425 '../../src/compiler/linkage.cc', | 425 '../../src/compiler/linkage.cc', |
| 426 '../../src/compiler/linkage.h', | 426 '../../src/compiler/linkage.h', |
| 427 '../../src/compiler/machine-node-factory.h', | |
| 428 '../../src/compiler/machine-operator-reducer.cc', | 427 '../../src/compiler/machine-operator-reducer.cc', |
| 429 '../../src/compiler/machine-operator-reducer.h', | 428 '../../src/compiler/machine-operator-reducer.h', |
| 430 '../../src/compiler/machine-operator.h', | 429 '../../src/compiler/machine-operator.h', |
| 431 '../../src/compiler/machine-type.cc', | 430 '../../src/compiler/machine-type.cc', |
| 432 '../../src/compiler/machine-type.h', | 431 '../../src/compiler/machine-type.h', |
| 433 '../../src/compiler/node-aux-data-inl.h', | 432 '../../src/compiler/node-aux-data-inl.h', |
| 434 '../../src/compiler/node-aux-data.h', | 433 '../../src/compiler/node-aux-data.h', |
| 435 '../../src/compiler/node-cache.cc', | 434 '../../src/compiler/node-cache.cc', |
| 436 '../../src/compiler/node-cache.h', | 435 '../../src/compiler/node-cache.h', |
| 437 '../../src/compiler/node-matchers.h', | 436 '../../src/compiler/node-matchers.h', |
| (...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 }], | 1642 }], |
| 1644 ['v8_compress_startup_data=="bz2"', { | 1643 ['v8_compress_startup_data=="bz2"', { |
| 1645 'libraries': [ | 1644 'libraries': [ |
| 1646 '-lbz2', | 1645 '-lbz2', |
| 1647 ] | 1646 ] |
| 1648 }], | 1647 }], |
| 1649 ], | 1648 ], |
| 1650 }, | 1649 }, |
| 1651 ], | 1650 ], |
| 1652 } | 1651 } |
| OLD | NEW |