| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 '../../src/liveedit.cc', | 407 '../../src/liveedit.cc', |
| 408 '../../src/liveedit.h', | 408 '../../src/liveedit.h', |
| 409 '../../src/log-inl.h', | 409 '../../src/log-inl.h', |
| 410 '../../src/log-utils.cc', | 410 '../../src/log-utils.cc', |
| 411 '../../src/log-utils.h', | 411 '../../src/log-utils.h', |
| 412 '../../src/log.cc', | 412 '../../src/log.cc', |
| 413 '../../src/log.h', | 413 '../../src/log.h', |
| 414 '../../src/macro-assembler.h', | 414 '../../src/macro-assembler.h', |
| 415 '../../src/mark-compact.cc', | 415 '../../src/mark-compact.cc', |
| 416 '../../src/mark-compact.h', | 416 '../../src/mark-compact.h', |
| 417 '../../src/marking-thread.h', | |
| 418 '../../src/marking-thread.cc', | |
| 419 '../../src/messages.cc', | 417 '../../src/messages.cc', |
| 420 '../../src/messages.h', | 418 '../../src/messages.h', |
| 421 '../../src/natives.h', | 419 '../../src/natives.h', |
| 422 '../../src/objects-debug.cc', | 420 '../../src/objects-debug.cc', |
| 423 '../../src/objects-inl.h', | 421 '../../src/objects-inl.h', |
| 424 '../../src/objects-printer.cc', | 422 '../../src/objects-printer.cc', |
| 425 '../../src/objects-visiting.cc', | 423 '../../src/objects-visiting.cc', |
| 426 '../../src/objects-visiting.h', | 424 '../../src/objects-visiting.h', |
| 427 '../../src/objects.cc', | 425 '../../src/objects.cc', |
| 428 '../../src/objects.h', | 426 '../../src/objects.h', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 }], | 1045 }], |
| 1048 ['v8_compress_startup_data=="bz2"', { | 1046 ['v8_compress_startup_data=="bz2"', { |
| 1049 'libraries': [ | 1047 'libraries': [ |
| 1050 '-lbz2', | 1048 '-lbz2', |
| 1051 ] | 1049 ] |
| 1052 }], | 1050 }], |
| 1053 ], | 1051 ], |
| 1054 }, | 1052 }, |
| 1055 ], | 1053 ], |
| 1056 } | 1054 } |
| OLD | NEW |