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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 '../../src/compiler/control-builders.cc', | 406 '../../src/compiler/control-builders.cc', |
407 '../../src/compiler/control-builders.h', | 407 '../../src/compiler/control-builders.h', |
408 '../../src/compiler/control-reducer.cc', | 408 '../../src/compiler/control-reducer.cc', |
409 '../../src/compiler/control-reducer.h', | 409 '../../src/compiler/control-reducer.h', |
410 '../../src/compiler/frame.h', | 410 '../../src/compiler/frame.h', |
411 '../../src/compiler/gap-resolver.cc', | 411 '../../src/compiler/gap-resolver.cc', |
412 '../../src/compiler/gap-resolver.h', | 412 '../../src/compiler/gap-resolver.h', |
413 '../../src/compiler/generic-algorithm-inl.h', | 413 '../../src/compiler/generic-algorithm-inl.h', |
414 '../../src/compiler/generic-algorithm.h', | 414 '../../src/compiler/generic-algorithm.h', |
415 '../../src/compiler/generic-graph.h', | 415 '../../src/compiler/generic-graph.h', |
| 416 '../../src/compiler/generic-node-inl.h', |
| 417 '../../src/compiler/generic-node.h', |
416 '../../src/compiler/graph-builder.cc', | 418 '../../src/compiler/graph-builder.cc', |
417 '../../src/compiler/graph-builder.h', | 419 '../../src/compiler/graph-builder.h', |
418 '../../src/compiler/graph-inl.h', | 420 '../../src/compiler/graph-inl.h', |
419 '../../src/compiler/graph-reducer.cc', | 421 '../../src/compiler/graph-reducer.cc', |
420 '../../src/compiler/graph-reducer.h', | 422 '../../src/compiler/graph-reducer.h', |
421 '../../src/compiler/graph-replay.cc', | 423 '../../src/compiler/graph-replay.cc', |
422 '../../src/compiler/graph-replay.h', | 424 '../../src/compiler/graph-replay.h', |
423 '../../src/compiler/graph-visualizer.cc', | 425 '../../src/compiler/graph-visualizer.cc', |
424 '../../src/compiler/graph-visualizer.h', | 426 '../../src/compiler/graph-visualizer.h', |
425 '../../src/compiler/graph.cc', | 427 '../../src/compiler/graph.cc', |
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1726 }], | 1728 }], |
1727 ['v8_compress_startup_data=="bz2"', { | 1729 ['v8_compress_startup_data=="bz2"', { |
1728 'libraries': [ | 1730 'libraries': [ |
1729 '-lbz2', | 1731 '-lbz2', |
1730 ] | 1732 ] |
1731 }], | 1733 }], |
1732 ], | 1734 ], |
1733 }, | 1735 }, |
1734 ], | 1736 ], |
1735 } | 1737 } |
OLD | NEW |