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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 '../../src/cpu-profiler.h', | 581 '../../src/cpu-profiler.h', |
582 '../../src/date.cc', | 582 '../../src/date.cc', |
583 '../../src/date.h', | 583 '../../src/date.h', |
584 '../../src/dateparser-inl.h', | 584 '../../src/dateparser-inl.h', |
585 '../../src/dateparser.cc', | 585 '../../src/dateparser.cc', |
586 '../../src/dateparser.h', | 586 '../../src/dateparser.h', |
587 '../../src/debug.cc', | 587 '../../src/debug.cc', |
588 '../../src/debug.h', | 588 '../../src/debug.h', |
589 '../../src/deoptimizer.cc', | 589 '../../src/deoptimizer.cc', |
590 '../../src/deoptimizer.h', | 590 '../../src/deoptimizer.h', |
| 591 '../../src/dependencies.cc', |
| 592 '../../src/dependencies.h', |
591 '../../src/disasm.h', | 593 '../../src/disasm.h', |
592 '../../src/disassembler.cc', | 594 '../../src/disassembler.cc', |
593 '../../src/disassembler.h', | 595 '../../src/disassembler.h', |
594 '../../src/diy-fp.cc', | 596 '../../src/diy-fp.cc', |
595 '../../src/diy-fp.h', | 597 '../../src/diy-fp.h', |
596 '../../src/double.h', | 598 '../../src/double.h', |
597 '../../src/dtoa.cc', | 599 '../../src/dtoa.cc', |
598 '../../src/dtoa.h', | 600 '../../src/dtoa.h', |
599 '../../src/effects.h', | 601 '../../src/effects.h', |
600 '../../src/elements-kind.cc', | 602 '../../src/elements-kind.cc', |
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1833 }], | 1835 }], |
1834 ['want_separate_host_toolset==1', { | 1836 ['want_separate_host_toolset==1', { |
1835 'toolsets': ['host'], | 1837 'toolsets': ['host'], |
1836 }, { | 1838 }, { |
1837 'toolsets': ['target'], | 1839 'toolsets': ['target'], |
1838 }], | 1840 }], |
1839 ], | 1841 ], |
1840 }, | 1842 }, |
1841 ], | 1843 ], |
1842 } | 1844 } |
OLD | NEW |