OLD | NEW |
1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 '../../src/log.h', | 389 '../../src/log.h', |
390 '../../src/macro-assembler.h', | 390 '../../src/macro-assembler.h', |
391 '../../src/mark-compact.cc', | 391 '../../src/mark-compact.cc', |
392 '../../src/mark-compact.h', | 392 '../../src/mark-compact.h', |
393 '../../src/memory.h', | 393 '../../src/memory.h', |
394 '../../src/messages.cc', | 394 '../../src/messages.cc', |
395 '../../src/messages.h', | 395 '../../src/messages.h', |
396 '../../src/natives.h', | 396 '../../src/natives.h', |
397 '../../src/objects-debug.cc', | 397 '../../src/objects-debug.cc', |
398 '../../src/objects-inl.h', | 398 '../../src/objects-inl.h', |
| 399 '../../src/objects-visiting.cc', |
| 400 '../../src/objects-visiting.h', |
399 '../../src/objects.cc', | 401 '../../src/objects.cc', |
400 '../../src/objects.h', | 402 '../../src/objects.h', |
401 '../../src/oprofile-agent.h', | 403 '../../src/oprofile-agent.h', |
402 '../../src/oprofile-agent.cc', | 404 '../../src/oprofile-agent.cc', |
403 '../../src/parser.cc', | 405 '../../src/parser.cc', |
404 '../../src/parser.h', | 406 '../../src/parser.h', |
405 '../../src/platform.h', | 407 '../../src/platform.h', |
406 '../../src/powers-ten.h', | 408 '../../src/powers-ten.h', |
407 '../../src/prettyprinter.cc', | 409 '../../src/prettyprinter.cc', |
408 '../../src/prettyprinter.h', | 410 '../../src/prettyprinter.h', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 ], | 740 ], |
739 'conditions': [ | 741 'conditions': [ |
740 ['OS=="win"', { | 742 ['OS=="win"', { |
741 # This could be gotten by not setting chromium_code, if that's OK. | 743 # This could be gotten by not setting chromium_code, if that's OK. |
742 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 744 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
743 }], | 745 }], |
744 ], | 746 ], |
745 }, | 747 }, |
746 ], | 748 ], |
747 } | 749 } |
OLD | NEW |