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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 '../../src/compiler/code-generator-impl.h', | 404 '../../src/compiler/code-generator-impl.h', |
405 '../../src/compiler/code-generator.cc', | 405 '../../src/compiler/code-generator.cc', |
406 '../../src/compiler/code-generator.h', | 406 '../../src/compiler/code-generator.h', |
407 '../../src/compiler/common-node-cache.h', | 407 '../../src/compiler/common-node-cache.h', |
408 '../../src/compiler/common-operator.cc', | 408 '../../src/compiler/common-operator.cc', |
409 '../../src/compiler/common-operator.h', | 409 '../../src/compiler/common-operator.h', |
410 '../../src/compiler/control-builders.cc', | 410 '../../src/compiler/control-builders.cc', |
411 '../../src/compiler/control-builders.h', | 411 '../../src/compiler/control-builders.h', |
412 '../../src/compiler/control-reducer.cc', | 412 '../../src/compiler/control-reducer.cc', |
413 '../../src/compiler/control-reducer.h', | 413 '../../src/compiler/control-reducer.h', |
| 414 '../../src/compiler/diamond.h', |
414 '../../src/compiler/frame.h', | 415 '../../src/compiler/frame.h', |
415 '../../src/compiler/gap-resolver.cc', | 416 '../../src/compiler/gap-resolver.cc', |
416 '../../src/compiler/gap-resolver.h', | 417 '../../src/compiler/gap-resolver.h', |
417 '../../src/compiler/generic-algorithm-inl.h', | 418 '../../src/compiler/generic-algorithm-inl.h', |
418 '../../src/compiler/generic-algorithm.h', | 419 '../../src/compiler/generic-algorithm.h', |
419 '../../src/compiler/generic-graph.h', | 420 '../../src/compiler/generic-graph.h', |
420 '../../src/compiler/generic-node-inl.h', | 421 '../../src/compiler/generic-node-inl.h', |
421 '../../src/compiler/generic-node.h', | 422 '../../src/compiler/generic-node.h', |
422 '../../src/compiler/graph-builder.cc', | 423 '../../src/compiler/graph-builder.cc', |
423 '../../src/compiler/graph-builder.h', | 424 '../../src/compiler/graph-builder.h', |
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 }], | 1732 }], |
1732 ['v8_compress_startup_data=="bz2"', { | 1733 ['v8_compress_startup_data=="bz2"', { |
1733 'libraries': [ | 1734 'libraries': [ |
1734 '-lbz2', | 1735 '-lbz2', |
1735 ] | 1736 ] |
1736 }], | 1737 }], |
1737 ], | 1738 ], |
1738 }, | 1739 }, |
1739 ], | 1740 ], |
1740 } | 1741 } |
OLD | NEW |