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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 '../../src/log-utils.h', | 313 '../../src/log-utils.h', |
314 '../../src/log.cc', | 314 '../../src/log.cc', |
315 '../../src/log.h', | 315 '../../src/log.h', |
316 '../../src/macro-assembler.h', | 316 '../../src/macro-assembler.h', |
317 '../../src/mark-compact.cc', | 317 '../../src/mark-compact.cc', |
318 '../../src/mark-compact.h', | 318 '../../src/mark-compact.h', |
319 '../../src/memory.h', | 319 '../../src/memory.h', |
320 '../../src/messages.cc', | 320 '../../src/messages.cc', |
321 '../../src/messages.h', | 321 '../../src/messages.h', |
322 '../../src/natives.h', | 322 '../../src/natives.h', |
| 323 '../../src/number-info.h', |
323 '../../src/objects-debug.cc', | 324 '../../src/objects-debug.cc', |
324 '../../src/objects-inl.h', | 325 '../../src/objects-inl.h', |
325 '../../src/objects.cc', | 326 '../../src/objects.cc', |
326 '../../src/objects.h', | 327 '../../src/objects.h', |
327 '../../src/oprofile-agent.h', | 328 '../../src/oprofile-agent.h', |
328 '../../src/oprofile-agent.cc', | 329 '../../src/oprofile-agent.cc', |
329 '../../src/parser.cc', | 330 '../../src/parser.cc', |
330 '../../src/parser.h', | 331 '../../src/parser.h', |
331 '../../src/platform.h', | 332 '../../src/platform.h', |
332 '../../src/prettyprinter.cc', | 333 '../../src/prettyprinter.cc', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 ], | 619 ], |
619 'conditions': [ | 620 'conditions': [ |
620 [ 'OS=="win"', { | 621 [ 'OS=="win"', { |
621 # This could be gotten by not setting chromium_code, if that's OK. | 622 # This could be gotten by not setting chromium_code, if that's OK. |
622 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 623 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
623 }], | 624 }], |
624 ], | 625 ], |
625 }, | 626 }, |
626 ], | 627 ], |
627 } | 628 } |
OLD | NEW |