| 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 '../../src/liveedit.cc', | 375 '../../src/liveedit.cc', |
| 376 '../../src/liveedit.h', | 376 '../../src/liveedit.h', |
| 377 '../../src/log-inl.h', | 377 '../../src/log-inl.h', |
| 378 '../../src/log-utils.cc', | 378 '../../src/log-utils.cc', |
| 379 '../../src/log-utils.h', | 379 '../../src/log-utils.h', |
| 380 '../../src/log.cc', | 380 '../../src/log.cc', |
| 381 '../../src/log.h', | 381 '../../src/log.h', |
| 382 '../../src/macro-assembler.h', | 382 '../../src/macro-assembler.h', |
| 383 '../../src/mark-compact.cc', | 383 '../../src/mark-compact.cc', |
| 384 '../../src/mark-compact.h', | 384 '../../src/mark-compact.h', |
| 385 '../../src/marking-thread.h', |
| 386 '../../src/marking-thread.cc', |
| 385 '../../src/messages.cc', | 387 '../../src/messages.cc', |
| 386 '../../src/messages.h', | 388 '../../src/messages.h', |
| 387 '../../src/natives.h', | 389 '../../src/natives.h', |
| 388 '../../src/objects-debug.cc', | 390 '../../src/objects-debug.cc', |
| 389 '../../src/objects-inl.h', | 391 '../../src/objects-inl.h', |
| 390 '../../src/objects-printer.cc', | 392 '../../src/objects-printer.cc', |
| 391 '../../src/objects-visiting.cc', | 393 '../../src/objects-visiting.cc', |
| 392 '../../src/objects-visiting.h', | 394 '../../src/objects-visiting.h', |
| 393 '../../src/objects.cc', | 395 '../../src/objects.cc', |
| 394 '../../src/objects.h', | 396 '../../src/objects.h', |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 }], | 1049 }], |
| 1048 ], | 1050 ], |
| 1049 'dependencies': [ | 1051 'dependencies': [ |
| 1050 'v8' | 1052 'v8' |
| 1051 ], | 1053 ], |
| 1052 }, | 1054 }, |
| 1053 ], | 1055 ], |
| 1054 }], | 1056 }], |
| 1055 ], | 1057 ], |
| 1056 } | 1058 } |
| OLD | NEW |