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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 '../../src/log.cc', | 858 '../../src/log.cc', |
859 '../../src/log.h', | 859 '../../src/log.h', |
860 '../../src/lookup.cc', | 860 '../../src/lookup.cc', |
861 '../../src/lookup.h', | 861 '../../src/lookup.h', |
862 '../../src/macro-assembler.h', | 862 '../../src/macro-assembler.h', |
863 '../../src/messages.cc', | 863 '../../src/messages.cc', |
864 '../../src/messages.h', | 864 '../../src/messages.h', |
865 '../../src/modules.cc', | 865 '../../src/modules.cc', |
866 '../../src/modules.h', | 866 '../../src/modules.h', |
867 '../../src/msan.h', | 867 '../../src/msan.h', |
| 868 '../../src/objects-body-descriptors-inl.h', |
| 869 '../../src/objects-body-descriptors.h', |
868 '../../src/objects-debug.cc', | 870 '../../src/objects-debug.cc', |
869 '../../src/objects-inl.h', | 871 '../../src/objects-inl.h', |
870 '../../src/objects-printer.cc', | 872 '../../src/objects-printer.cc', |
871 '../../src/objects.cc', | 873 '../../src/objects.cc', |
872 '../../src/objects.h', | 874 '../../src/objects.h', |
873 '../../src/optimizing-compile-dispatcher.cc', | 875 '../../src/optimizing-compile-dispatcher.cc', |
874 '../../src/optimizing-compile-dispatcher.h', | 876 '../../src/optimizing-compile-dispatcher.h', |
875 '../../src/ostreams.cc', | 877 '../../src/ostreams.cc', |
876 '../../src/ostreams.h', | 878 '../../src/ostreams.h', |
877 '../../src/parameter-initializer-rewriter.cc', | 879 '../../src/parameter-initializer-rewriter.cc', |
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2101 }], | 2103 }], |
2102 ['want_separate_host_toolset==1', { | 2104 ['want_separate_host_toolset==1', { |
2103 'toolsets': ['host'], | 2105 'toolsets': ['host'], |
2104 }, { | 2106 }, { |
2105 'toolsets': ['target'], | 2107 'toolsets': ['target'], |
2106 }], | 2108 }], |
2107 ], | 2109 ], |
2108 }, | 2110 }, |
2109 ], | 2111 ], |
2110 } | 2112 } |
OLD | NEW |