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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 'compiler/typer.cc', | 730 'compiler/typer.cc', |
731 'compiler/typer.h', | 731 'compiler/typer.h', |
732 'compiler/unwinding-info-writer.h', | 732 'compiler/unwinding-info-writer.h', |
733 'compiler/value-numbering-reducer.cc', | 733 'compiler/value-numbering-reducer.cc', |
734 'compiler/value-numbering-reducer.h', | 734 'compiler/value-numbering-reducer.h', |
735 'compiler/verifier.cc', | 735 'compiler/verifier.cc', |
736 'compiler/verifier.h', | 736 'compiler/verifier.h', |
737 'compiler/wasm-compiler.cc', | 737 'compiler/wasm-compiler.cc', |
738 'compiler/wasm-compiler.h', | 738 'compiler/wasm-compiler.h', |
739 'compiler/wasm-linkage.cc', | 739 'compiler/wasm-linkage.cc', |
740 'compiler/zone-stats.cc', | 740 'compiler/zone-pool.cc', |
741 'compiler/zone-stats.h', | 741 'compiler/zone-pool.h', |
742 'compiler-dispatcher/compiler-dispatcher-job.cc', | 742 'compiler-dispatcher/compiler-dispatcher-job.cc', |
743 'compiler-dispatcher/compiler-dispatcher-job.h', | 743 'compiler-dispatcher/compiler-dispatcher-job.h', |
744 'compiler-dispatcher/optimizing-compile-dispatcher.cc', | 744 'compiler-dispatcher/optimizing-compile-dispatcher.cc', |
745 'compiler-dispatcher/optimizing-compile-dispatcher.h', | 745 'compiler-dispatcher/optimizing-compile-dispatcher.h', |
746 'compiler.cc', | 746 'compiler.cc', |
747 'compiler.h', | 747 'compiler.h', |
748 'context-measure.cc', | 748 'context-measure.cc', |
749 'context-measure.h', | 749 'context-measure.h', |
750 'contexts-inl.h', | 750 'contexts-inl.h', |
751 'contexts.cc', | 751 'contexts.cc', |
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 'conditions': [ | 2449 'conditions': [ |
2450 ['want_separate_host_toolset_mkpeephole==1', { | 2450 ['want_separate_host_toolset_mkpeephole==1', { |
2451 'toolsets': ['host'], | 2451 'toolsets': ['host'], |
2452 }, { | 2452 }, { |
2453 'toolsets': ['target'], | 2453 'toolsets': ['target'], |
2454 }], | 2454 }], |
2455 ], | 2455 ], |
2456 }, | 2456 }, |
2457 ], | 2457 ], |
2458 } | 2458 } |
OLD | NEW |