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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 '../../src/compiler/machine-operator-reducer.cc', | 440 '../../src/compiler/machine-operator-reducer.cc', |
441 '../../src/compiler/machine-operator-reducer.h', | 441 '../../src/compiler/machine-operator-reducer.h', |
442 '../../src/compiler/machine-operator.cc', | 442 '../../src/compiler/machine-operator.cc', |
443 '../../src/compiler/machine-operator.h', | 443 '../../src/compiler/machine-operator.h', |
444 '../../src/compiler/machine-type.cc', | 444 '../../src/compiler/machine-type.cc', |
445 '../../src/compiler/machine-type.h', | 445 '../../src/compiler/machine-type.h', |
446 '../../src/compiler/node-aux-data-inl.h', | 446 '../../src/compiler/node-aux-data-inl.h', |
447 '../../src/compiler/node-aux-data.h', | 447 '../../src/compiler/node-aux-data.h', |
448 '../../src/compiler/node-cache.cc', | 448 '../../src/compiler/node-cache.cc', |
449 '../../src/compiler/node-cache.h', | 449 '../../src/compiler/node-cache.h', |
| 450 '../../src/compiler/node-matchers.cc', |
450 '../../src/compiler/node-matchers.h', | 451 '../../src/compiler/node-matchers.h', |
451 '../../src/compiler/node-properties-inl.h', | 452 '../../src/compiler/node-properties-inl.h', |
452 '../../src/compiler/node-properties.h', | 453 '../../src/compiler/node-properties.h', |
453 '../../src/compiler/node.cc', | 454 '../../src/compiler/node.cc', |
454 '../../src/compiler/node.h', | 455 '../../src/compiler/node.h', |
455 '../../src/compiler/opcodes.h', | 456 '../../src/compiler/opcodes.h', |
456 '../../src/compiler/operator-properties-inl.h', | 457 '../../src/compiler/operator-properties-inl.h', |
457 '../../src/compiler/operator-properties.h', | 458 '../../src/compiler/operator-properties.h', |
458 '../../src/compiler/operator.cc', | 459 '../../src/compiler/operator.cc', |
459 '../../src/compiler/operator.h', | 460 '../../src/compiler/operator.h', |
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 }], | 1677 }], |
1677 ['v8_compress_startup_data=="bz2"', { | 1678 ['v8_compress_startup_data=="bz2"', { |
1678 'libraries': [ | 1679 'libraries': [ |
1679 '-lbz2', | 1680 '-lbz2', |
1680 ] | 1681 ] |
1681 }], | 1682 }], |
1682 ], | 1683 ], |
1683 }, | 1684 }, |
1684 ], | 1685 ], |
1685 } | 1686 } |
OLD | NEW |