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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 '../../src/compiler/instruction-selector.cc', | 375 '../../src/compiler/instruction-selector.cc', |
376 '../../src/compiler/instruction-selector.h', | 376 '../../src/compiler/instruction-selector.h', |
377 '../../src/compiler/instruction.cc', | 377 '../../src/compiler/instruction.cc', |
378 '../../src/compiler/instruction.h', | 378 '../../src/compiler/instruction.h', |
379 '../../src/compiler/js-context-specialization.cc', | 379 '../../src/compiler/js-context-specialization.cc', |
380 '../../src/compiler/js-context-specialization.h', | 380 '../../src/compiler/js-context-specialization.h', |
381 '../../src/compiler/js-generic-lowering.cc', | 381 '../../src/compiler/js-generic-lowering.cc', |
382 '../../src/compiler/js-generic-lowering.h', | 382 '../../src/compiler/js-generic-lowering.h', |
383 '../../src/compiler/js-graph.cc', | 383 '../../src/compiler/js-graph.cc', |
384 '../../src/compiler/js-graph.h', | 384 '../../src/compiler/js-graph.h', |
| 385 '../../src/compiler/js-inlining.cc', |
| 386 '../../src/compiler/js-inlining.h', |
385 '../../src/compiler/js-operator.h', | 387 '../../src/compiler/js-operator.h', |
386 '../../src/compiler/js-typed-lowering.cc', | 388 '../../src/compiler/js-typed-lowering.cc', |
387 '../../src/compiler/js-typed-lowering.h', | 389 '../../src/compiler/js-typed-lowering.h', |
388 '../../src/compiler/linkage-impl.h', | 390 '../../src/compiler/linkage-impl.h', |
389 '../../src/compiler/linkage.cc', | 391 '../../src/compiler/linkage.cc', |
390 '../../src/compiler/linkage.h', | 392 '../../src/compiler/linkage.h', |
391 '../../src/compiler/lowering-builder.cc', | 393 '../../src/compiler/lowering-builder.cc', |
392 '../../src/compiler/lowering-builder.h', | 394 '../../src/compiler/lowering-builder.h', |
393 '../../src/compiler/machine-node-factory.h', | 395 '../../src/compiler/machine-node-factory.h', |
394 '../../src/compiler/machine-operator-reducer.cc', | 396 '../../src/compiler/machine-operator-reducer.cc', |
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1525 }], | 1527 }], |
1526 ['v8_compress_startup_data=="bz2"', { | 1528 ['v8_compress_startup_data=="bz2"', { |
1527 'libraries': [ | 1529 'libraries': [ |
1528 '-lbz2', | 1530 '-lbz2', |
1529 ] | 1531 ] |
1530 }], | 1532 }], |
1531 ], | 1533 ], |
1532 }, | 1534 }, |
1533 ], | 1535 ], |
1534 } | 1536 } |
OLD | NEW |