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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 '../../src/code-stubs-hydrogen.cc', | 373 '../../src/code-stubs-hydrogen.cc', |
374 '../../src/code.h', | 374 '../../src/code.h', |
375 '../../src/codegen.cc', | 375 '../../src/codegen.cc', |
376 '../../src/codegen.h', | 376 '../../src/codegen.h', |
377 '../../src/compilation-cache.cc', | 377 '../../src/compilation-cache.cc', |
378 '../../src/compilation-cache.h', | 378 '../../src/compilation-cache.h', |
379 '../../src/compiler/access-builder.cc', | 379 '../../src/compiler/access-builder.cc', |
380 '../../src/compiler/access-builder.h', | 380 '../../src/compiler/access-builder.h', |
381 '../../src/compiler/ast-graph-builder.cc', | 381 '../../src/compiler/ast-graph-builder.cc', |
382 '../../src/compiler/ast-graph-builder.h', | 382 '../../src/compiler/ast-graph-builder.h', |
| 383 '../../src/compiler/basic-block-profiler.cc', |
| 384 '../../src/compiler/basic-block-profiler.h', |
383 '../../src/compiler/change-lowering.cc', | 385 '../../src/compiler/change-lowering.cc', |
384 '../../src/compiler/change-lowering.h', | 386 '../../src/compiler/change-lowering.h', |
385 '../../src/compiler/code-generator-impl.h', | 387 '../../src/compiler/code-generator-impl.h', |
386 '../../src/compiler/code-generator.cc', | 388 '../../src/compiler/code-generator.cc', |
387 '../../src/compiler/code-generator.h', | 389 '../../src/compiler/code-generator.h', |
388 '../../src/compiler/common-node-cache.h', | 390 '../../src/compiler/common-node-cache.h', |
389 '../../src/compiler/common-operator.cc', | 391 '../../src/compiler/common-operator.cc', |
390 '../../src/compiler/common-operator.h', | 392 '../../src/compiler/common-operator.h', |
391 '../../src/compiler/control-builders.cc', | 393 '../../src/compiler/control-builders.cc', |
392 '../../src/compiler/control-builders.h', | 394 '../../src/compiler/control-builders.h', |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1657 }], | 1659 }], |
1658 ['v8_compress_startup_data=="bz2"', { | 1660 ['v8_compress_startup_data=="bz2"', { |
1659 'libraries': [ | 1661 'libraries': [ |
1660 '-lbz2', | 1662 '-lbz2', |
1661 ] | 1663 ] |
1662 }], | 1664 }], |
1663 ], | 1665 ], |
1664 }, | 1666 }, |
1665 ], | 1667 ], |
1666 } | 1668 } |
OLD | NEW |