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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 '../../src/compiler/js-typed-lowering.h', | 389 '../../src/compiler/js-typed-lowering.h', |
390 '../../src/compiler/linkage-impl.h', | 390 '../../src/compiler/linkage-impl.h', |
391 '../../src/compiler/linkage.cc', | 391 '../../src/compiler/linkage.cc', |
392 '../../src/compiler/linkage.h', | 392 '../../src/compiler/linkage.h', |
393 '../../src/compiler/lowering-builder.cc', | 393 '../../src/compiler/lowering-builder.cc', |
394 '../../src/compiler/lowering-builder.h', | 394 '../../src/compiler/lowering-builder.h', |
395 '../../src/compiler/machine-node-factory.h', | 395 '../../src/compiler/machine-node-factory.h', |
396 '../../src/compiler/machine-operator-reducer.cc', | 396 '../../src/compiler/machine-operator-reducer.cc', |
397 '../../src/compiler/machine-operator-reducer.h', | 397 '../../src/compiler/machine-operator-reducer.h', |
398 '../../src/compiler/machine-operator.h', | 398 '../../src/compiler/machine-operator.h', |
| 399 '../../src/compiler/machine-type.cc', |
399 '../../src/compiler/machine-type.h', | 400 '../../src/compiler/machine-type.h', |
400 '../../src/compiler/node-aux-data-inl.h', | 401 '../../src/compiler/node-aux-data-inl.h', |
401 '../../src/compiler/node-aux-data.h', | 402 '../../src/compiler/node-aux-data.h', |
402 '../../src/compiler/node-cache.cc', | 403 '../../src/compiler/node-cache.cc', |
403 '../../src/compiler/node-cache.h', | 404 '../../src/compiler/node-cache.h', |
404 '../../src/compiler/node-matchers.h', | 405 '../../src/compiler/node-matchers.h', |
405 '../../src/compiler/node-properties-inl.h', | 406 '../../src/compiler/node-properties-inl.h', |
406 '../../src/compiler/node-properties.h', | 407 '../../src/compiler/node-properties.h', |
407 '../../src/compiler/node.cc', | 408 '../../src/compiler/node.cc', |
408 '../../src/compiler/node.h', | 409 '../../src/compiler/node.h', |
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1529 }], | 1530 }], |
1530 ['v8_compress_startup_data=="bz2"', { | 1531 ['v8_compress_startup_data=="bz2"', { |
1531 'libraries': [ | 1532 'libraries': [ |
1532 '-lbz2', | 1533 '-lbz2', |
1533 ] | 1534 ] |
1534 }], | 1535 }], |
1535 ], | 1536 ], |
1536 }, | 1537 }, |
1537 ], | 1538 ], |
1538 } | 1539 } |
OLD | NEW |