| 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 '../../src/objects-visiting.cc', | 563 '../../src/objects-visiting.cc', |
| 564 '../../src/objects-visiting.h', | 564 '../../src/objects-visiting.h', |
| 565 '../../src/objects.cc', | 565 '../../src/objects.cc', |
| 566 '../../src/objects.h', | 566 '../../src/objects.h', |
| 567 '../../src/optimizing-compiler-thread.cc', | 567 '../../src/optimizing-compiler-thread.cc', |
| 568 '../../src/optimizing-compiler-thread.h', | 568 '../../src/optimizing-compiler-thread.h', |
| 569 '../../src/ostreams.cc', | 569 '../../src/ostreams.cc', |
| 570 '../../src/ostreams.h', | 570 '../../src/ostreams.h', |
| 571 '../../src/parser.cc', | 571 '../../src/parser.cc', |
| 572 '../../src/parser.h', | 572 '../../src/parser.h', |
| 573 '../../src/perf-jit.cc', |
| 574 '../../src/perf-jit.h', |
| 573 '../../src/preparse-data-format.h', | 575 '../../src/preparse-data-format.h', |
| 574 '../../src/preparse-data.cc', | 576 '../../src/preparse-data.cc', |
| 575 '../../src/preparse-data.h', | 577 '../../src/preparse-data.h', |
| 576 '../../src/preparser.cc', | 578 '../../src/preparser.cc', |
| 577 '../../src/preparser.h', | 579 '../../src/preparser.h', |
| 578 '../../src/prettyprinter.cc', | 580 '../../src/prettyprinter.cc', |
| 579 '../../src/prettyprinter.h', | 581 '../../src/prettyprinter.h', |
| 580 '../../src/profile-generator-inl.h', | 582 '../../src/profile-generator-inl.h', |
| 581 '../../src/profile-generator.cc', | 583 '../../src/profile-generator.cc', |
| 582 '../../src/profile-generator.h', | 584 '../../src/profile-generator.h', |
| (...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1425 }], | 1427 }], |
| 1426 ['v8_compress_startup_data=="bz2"', { | 1428 ['v8_compress_startup_data=="bz2"', { |
| 1427 'libraries': [ | 1429 'libraries': [ |
| 1428 '-lbz2', | 1430 '-lbz2', |
| 1429 ] | 1431 ] |
| 1430 }], | 1432 }], |
| 1431 ], | 1433 ], |
| 1432 }, | 1434 }, |
| 1433 ], | 1435 ], |
| 1434 } | 1436 } |
| OLD | NEW |