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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 '../../src/log-inl.h', | 467 '../../src/log-inl.h', |
468 '../../src/log-utils.cc', | 468 '../../src/log-utils.cc', |
469 '../../src/log-utils.h', | 469 '../../src/log-utils.h', |
470 '../../src/log.cc', | 470 '../../src/log.cc', |
471 '../../src/log.h', | 471 '../../src/log.h', |
472 '../../src/macro-assembler.h', | 472 '../../src/macro-assembler.h', |
473 '../../src/mark-compact.cc', | 473 '../../src/mark-compact.cc', |
474 '../../src/mark-compact.h', | 474 '../../src/mark-compact.h', |
475 '../../src/messages.cc', | 475 '../../src/messages.cc', |
476 '../../src/messages.h', | 476 '../../src/messages.h', |
| 477 '../../src/msan.h', |
477 '../../src/natives.h', | 478 '../../src/natives.h', |
478 '../../src/objects-debug.cc', | 479 '../../src/objects-debug.cc', |
479 '../../src/objects-inl.h', | 480 '../../src/objects-inl.h', |
480 '../../src/objects-printer.cc', | 481 '../../src/objects-printer.cc', |
481 '../../src/objects-visiting.cc', | 482 '../../src/objects-visiting.cc', |
482 '../../src/objects-visiting.h', | 483 '../../src/objects-visiting.h', |
483 '../../src/objects.cc', | 484 '../../src/objects.cc', |
484 '../../src/objects.h', | 485 '../../src/objects.h', |
485 '../../src/once.cc', | 486 '../../src/once.cc', |
486 '../../src/once.h', | 487 '../../src/once.h', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 }], | 1181 }], |
1181 ['v8_compress_startup_data=="bz2"', { | 1182 ['v8_compress_startup_data=="bz2"', { |
1182 'libraries': [ | 1183 'libraries': [ |
1183 '-lbz2', | 1184 '-lbz2', |
1184 ] | 1185 ] |
1185 }], | 1186 }], |
1186 ], | 1187 ], |
1187 }, | 1188 }, |
1188 ], | 1189 ], |
1189 } | 1190 } |
OLD | NEW |