OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 '../../src/counters.cc', | 620 '../../src/counters.cc', |
621 '../../src/counters.h', | 621 '../../src/counters.h', |
622 '../../src/cpu-profiler-inl.h', | 622 '../../src/cpu-profiler-inl.h', |
623 '../../src/cpu-profiler.cc', | 623 '../../src/cpu-profiler.cc', |
624 '../../src/cpu-profiler.h', | 624 '../../src/cpu-profiler.h', |
625 '../../src/date.cc', | 625 '../../src/date.cc', |
626 '../../src/date.h', | 626 '../../src/date.h', |
627 '../../src/dateparser-inl.h', | 627 '../../src/dateparser-inl.h', |
628 '../../src/dateparser.cc', | 628 '../../src/dateparser.cc', |
629 '../../src/dateparser.h', | 629 '../../src/dateparser.h', |
| 630 '../../src/debug/debug-evaluate.cc', |
| 631 '../../src/debug/debug-evaluate.h', |
| 632 '../../src/debug/debug-frames.cc', |
| 633 '../../src/debug/debug-frames.h', |
| 634 '../../src/debug/debug-scopes.cc', |
| 635 '../../src/debug/debug-scopes.h', |
630 '../../src/debug/debug.cc', | 636 '../../src/debug/debug.cc', |
631 '../../src/debug/debug.h', | 637 '../../src/debug/debug.h', |
632 '../../src/debug/liveedit.cc', | 638 '../../src/debug/liveedit.cc', |
633 '../../src/debug/liveedit.h', | 639 '../../src/debug/liveedit.h', |
634 '../../src/deoptimizer.cc', | 640 '../../src/deoptimizer.cc', |
635 '../../src/deoptimizer.h', | 641 '../../src/deoptimizer.h', |
636 '../../src/disasm.h', | 642 '../../src/disasm.h', |
637 '../../src/disassembler.cc', | 643 '../../src/disassembler.cc', |
638 '../../src/disassembler.h', | 644 '../../src/disassembler.h', |
639 '../../src/diy-fp.cc', | 645 '../../src/diy-fp.cc', |
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 }], | 1982 }], |
1977 ['want_separate_host_toolset==1', { | 1983 ['want_separate_host_toolset==1', { |
1978 'toolsets': ['host'], | 1984 'toolsets': ['host'], |
1979 }, { | 1985 }, { |
1980 'toolsets': ['target'], | 1986 'toolsets': ['target'], |
1981 }], | 1987 }], |
1982 ], | 1988 ], |
1983 }, | 1989 }, |
1984 ], | 1990 ], |
1985 } | 1991 } |
OLD | NEW |