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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 '../../src/v8threads.cc', | 469 '../../src/v8threads.cc', |
470 '../../src/v8threads.h', | 470 '../../src/v8threads.h', |
471 '../../src/variables.cc', | 471 '../../src/variables.cc', |
472 '../../src/variables.h', | 472 '../../src/variables.h', |
473 '../../src/version.cc', | 473 '../../src/version.cc', |
474 '../../src/version.h', | 474 '../../src/version.h', |
475 '../../src/virtual-frame-inl.h', | 475 '../../src/virtual-frame-inl.h', |
476 '../../src/virtual-frame.cc', | 476 '../../src/virtual-frame.cc', |
477 '../../src/virtual-frame.h', | 477 '../../src/virtual-frame.h', |
478 '../../src/vm-state-inl.h', | 478 '../../src/vm-state-inl.h', |
479 '../../src/vm-state.cc', | |
480 '../../src/vm-state.h', | 479 '../../src/vm-state.h', |
481 '../../src/zone-inl.h', | 480 '../../src/zone-inl.h', |
482 '../../src/zone.cc', | 481 '../../src/zone.cc', |
483 '../../src/zone.h', | 482 '../../src/zone.h', |
484 ], | 483 ], |
485 'conditions': [ | 484 'conditions': [ |
486 ['v8_target_arch=="arm"', { | 485 ['v8_target_arch=="arm"', { |
487 'include_dirs+': [ | 486 'include_dirs+': [ |
488 '../../src/arm', | 487 '../../src/arm', |
489 ], | 488 ], |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 ], | 740 ], |
742 'conditions': [ | 741 'conditions': [ |
743 ['OS=="win"', { | 742 ['OS=="win"', { |
744 # 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. |
745 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 744 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
746 }], | 745 }], |
747 ], | 746 ], |
748 }, | 747 }, |
749 ], | 748 ], |
750 } | 749 } |
OLD | NEW |