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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 '../../src/version.cc', | 477 '../../src/version.cc', |
478 '../../src/version.h', | 478 '../../src/version.h', |
479 '../../src/virtual-frame-inl.h', | 479 '../../src/virtual-frame-inl.h', |
480 '../../src/virtual-frame.cc', | 480 '../../src/virtual-frame.cc', |
481 '../../src/virtual-frame.h', | 481 '../../src/virtual-frame.h', |
482 '../../src/vm-state-inl.h', | 482 '../../src/vm-state-inl.h', |
483 '../../src/vm-state.h', | 483 '../../src/vm-state.h', |
484 '../../src/zone-inl.h', | 484 '../../src/zone-inl.h', |
485 '../../src/zone.cc', | 485 '../../src/zone.cc', |
486 '../../src/zone.h', | 486 '../../src/zone.h', |
| 487 '../../src/extensions/externalize-string-extension.cc', |
| 488 '../../src/extensions/externalize-string-extension.h', |
| 489 '../../src/extensions/gc-extension.cc', |
| 490 '../../src/extensions/gc-extension.h', |
487 ], | 491 ], |
488 'conditions': [ | 492 'conditions': [ |
489 ['v8_target_arch=="arm"', { | 493 ['v8_target_arch=="arm"', { |
490 'include_dirs+': [ | 494 'include_dirs+': [ |
491 '../../src/arm', | 495 '../../src/arm', |
492 ], | 496 ], |
493 'sources': [ | 497 'sources': [ |
494 '../../src/jump-target-light.h', | 498 '../../src/jump-target-light.h', |
495 '../../src/jump-target-light-inl.h', | 499 '../../src/jump-target-light-inl.h', |
496 '../../src/jump-target-light.cc', | 500 '../../src/jump-target-light.cc', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 ], | 748 ], |
745 'conditions': [ | 749 'conditions': [ |
746 ['OS=="win"', { | 750 ['OS=="win"', { |
747 # This could be gotten by not setting chromium_code, if that's OK. | 751 # This could be gotten by not setting chromium_code, if that's OK. |
748 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 752 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
749 }], | 753 }], |
750 ], | 754 ], |
751 }, | 755 }, |
752 ], | 756 ], |
753 } | 757 } |
OLD | NEW |