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', | |
418 '../../src/compiler/graph-builder.cc', | 416 '../../src/compiler/graph-builder.cc', |
419 '../../src/compiler/graph-builder.h', | 417 '../../src/compiler/graph-builder.h', |
420 '../../src/compiler/graph-inl.h', | 418 '../../src/compiler/graph-inl.h', |
421 '../../src/compiler/graph-reducer.cc', | 419 '../../src/compiler/graph-reducer.cc', |
422 '../../src/compiler/graph-reducer.h', | 420 '../../src/compiler/graph-reducer.h', |
423 '../../src/compiler/graph-replay.cc', | 421 '../../src/compiler/graph-replay.cc', |
424 '../../src/compiler/graph-replay.h', | 422 '../../src/compiler/graph-replay.h', |
425 '../../src/compiler/graph-visualizer.cc', | 423 '../../src/compiler/graph-visualizer.cc', |
426 '../../src/compiler/graph-visualizer.h', | 424 '../../src/compiler/graph-visualizer.h', |
427 '../../src/compiler/graph.cc', | 425 '../../src/compiler/graph.cc', |
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 }], | 1726 }], |
1729 ['v8_compress_startup_data=="bz2"', { | 1727 ['v8_compress_startup_data=="bz2"', { |
1730 'libraries': [ | 1728 'libraries': [ |
1731 '-lbz2', | 1729 '-lbz2', |
1732 ] | 1730 ] |
1733 }], | 1731 }], |
1734 ], | 1732 ], |
1735 }, | 1733 }, |
1736 ], | 1734 ], |
1737 } | 1735 } |
OLD | NEW |