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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
817 'crankshaft/typing.cc', | 817 'crankshaft/typing.cc', |
818 'crankshaft/typing.h', | 818 'crankshaft/typing.h', |
819 'crankshaft/unique.h', | 819 'crankshaft/unique.h', |
820 'date.cc', | 820 'date.cc', |
821 'date.h', | 821 'date.h', |
822 'dateparser-inl.h', | 822 'dateparser-inl.h', |
823 'dateparser.cc', | 823 'dateparser.cc', |
824 'dateparser.h', | 824 'dateparser.h', |
825 'debug/debug-evaluate.cc', | 825 'debug/debug-evaluate.cc', |
826 'debug/debug-evaluate.h', | 826 'debug/debug-evaluate.h', |
| 827 'debug/debug-interface.h', |
827 'debug/debug-frames.cc', | 828 'debug/debug-frames.cc', |
828 'debug/debug-frames.h', | 829 'debug/debug-frames.h', |
829 'debug/debug-scopes.cc', | 830 'debug/debug-scopes.cc', |
830 'debug/debug-scopes.h', | 831 'debug/debug-scopes.h', |
831 'debug/debug.cc', | 832 'debug/debug.cc', |
832 'debug/debug.h', | 833 'debug/debug.h', |
833 'debug/liveedit.cc', | 834 'debug/liveedit.cc', |
834 'debug/liveedit.h', | 835 'debug/liveedit.h', |
835 'deoptimize-reason.cc', | 836 'deoptimize-reason.cc', |
836 'deoptimize-reason.h', | 837 'deoptimize-reason.h', |
(...skipping 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2478 'conditions': [ | 2479 'conditions': [ |
2479 ['want_separate_host_toolset_mkpeephole==1', { | 2480 ['want_separate_host_toolset_mkpeephole==1', { |
2480 'toolsets': ['host'], | 2481 'toolsets': ['host'], |
2481 }, { | 2482 }, { |
2482 'toolsets': ['target'], | 2483 'toolsets': ['target'], |
2483 }], | 2484 }], |
2484 ], | 2485 ], |
2485 }, | 2486 }, |
2486 ], | 2487 ], |
2487 } | 2488 } |
OLD | NEW |