| 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 '../../src/lithium-codegen.h', | 545 '../../src/lithium-codegen.h', |
| 546 '../../src/lithium.cc', | 546 '../../src/lithium.cc', |
| 547 '../../src/lithium.h', | 547 '../../src/lithium.h', |
| 548 '../../src/liveedit.cc', | 548 '../../src/liveedit.cc', |
| 549 '../../src/liveedit.h', | 549 '../../src/liveedit.h', |
| 550 '../../src/log-inl.h', | 550 '../../src/log-inl.h', |
| 551 '../../src/log-utils.cc', | 551 '../../src/log-utils.cc', |
| 552 '../../src/log-utils.h', | 552 '../../src/log-utils.h', |
| 553 '../../src/log.cc', | 553 '../../src/log.cc', |
| 554 '../../src/log.h', | 554 '../../src/log.h', |
| 555 '../../src/lookup.cc', |
| 556 '../../src/lookup.h', |
| 555 '../../src/macro-assembler.h', | 557 '../../src/macro-assembler.h', |
| 556 '../../src/mark-compact.cc', | 558 '../../src/mark-compact.cc', |
| 557 '../../src/mark-compact.h', | 559 '../../src/mark-compact.h', |
| 558 '../../src/messages.cc', | 560 '../../src/messages.cc', |
| 559 '../../src/messages.h', | 561 '../../src/messages.h', |
| 560 '../../src/msan.h', | 562 '../../src/msan.h', |
| 561 '../../src/natives.h', | 563 '../../src/natives.h', |
| 562 '../../src/objects-debug.cc', | 564 '../../src/objects-debug.cc', |
| 563 '../../src/objects-inl.h', | 565 '../../src/objects-inl.h', |
| 564 '../../src/objects-printer.cc', | 566 '../../src/objects-printer.cc', |
| (...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 }], | 1365 }], |
| 1364 ['v8_compress_startup_data=="bz2"', { | 1366 ['v8_compress_startup_data=="bz2"', { |
| 1365 'libraries': [ | 1367 'libraries': [ |
| 1366 '-lbz2', | 1368 '-lbz2', |
| 1367 ] | 1369 ] |
| 1368 }], | 1370 }], |
| 1369 ], | 1371 ], |
| 1370 }, | 1372 }, |
| 1371 ], | 1373 ], |
| 1372 } | 1374 } |
| OLD | NEW |