| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 '../../src/unicode.cc', | 633 '../../src/unicode.cc', |
| 634 '../../src/unicode.h', | 634 '../../src/unicode.h', |
| 635 '../../src/utils-inl.h', | 635 '../../src/utils-inl.h', |
| 636 '../../src/utils.cc', | 636 '../../src/utils.cc', |
| 637 '../../src/utils.h', | 637 '../../src/utils.h', |
| 638 '../../src/v8-counters.cc', | 638 '../../src/v8-counters.cc', |
| 639 '../../src/v8-counters.h', | 639 '../../src/v8-counters.h', |
| 640 '../../src/v8.cc', | 640 '../../src/v8.cc', |
| 641 '../../src/v8.h', | 641 '../../src/v8.h', |
| 642 '../../src/v8checks.h', | 642 '../../src/v8checks.h', |
| 643 '../../src/v8conversions.cc', |
| 644 '../../src/v8conversions.h', |
| 643 '../../src/v8globals.h', | 645 '../../src/v8globals.h', |
| 644 '../../src/v8memory.h', | 646 '../../src/v8memory.h', |
| 645 '../../src/v8threads.cc', | 647 '../../src/v8threads.cc', |
| 646 '../../src/v8threads.h', | 648 '../../src/v8threads.h', |
| 649 '../../src/v8utils.cc', |
| 647 '../../src/v8utils.h', | 650 '../../src/v8utils.h', |
| 648 '../../src/variables.cc', | 651 '../../src/variables.cc', |
| 649 '../../src/variables.h', | 652 '../../src/variables.h', |
| 650 '../../src/version.cc', | 653 '../../src/version.cc', |
| 651 '../../src/version.h', | 654 '../../src/version.h', |
| 652 '../../src/vm-state-inl.h', | 655 '../../src/vm-state-inl.h', |
| 653 '../../src/vm-state.h', | 656 '../../src/vm-state.h', |
| 654 '../../src/zone-inl.h', | 657 '../../src/zone-inl.h', |
| 655 '../../src/zone.cc', | 658 '../../src/zone.cc', |
| 656 '../../src/zone.h', | 659 '../../src/zone.h', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 'type': 'none', | 995 'type': 'none', |
| 993 'toolsets': ['host'], | 996 'toolsets': ['host'], |
| 994 'dependencies': [ | 997 'dependencies': [ |
| 995 'v8' | 998 'v8' |
| 996 ], | 999 ], |
| 997 }, | 1000 }, |
| 998 ], | 1001 ], |
| 999 }], | 1002 }], |
| 1000 ], | 1003 ], |
| 1001 } | 1004 } |
| OLD | NEW |