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