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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 '../../src/transitions-inl.h', | 1059 '../../src/transitions-inl.h', |
1060 '../../src/transitions.cc', | 1060 '../../src/transitions.cc', |
1061 '../../src/transitions.h', | 1061 '../../src/transitions.h', |
1062 '../../src/type-cache.cc', | 1062 '../../src/type-cache.cc', |
1063 '../../src/type-cache.h', | 1063 '../../src/type-cache.h', |
1064 '../../src/type-feedback-vector-inl.h', | 1064 '../../src/type-feedback-vector-inl.h', |
1065 '../../src/type-feedback-vector.cc', | 1065 '../../src/type-feedback-vector.cc', |
1066 '../../src/type-feedback-vector.h', | 1066 '../../src/type-feedback-vector.h', |
1067 '../../src/type-info.cc', | 1067 '../../src/type-info.cc', |
1068 '../../src/type-info.h', | 1068 '../../src/type-info.h', |
1069 '../../src/types-inl.h', | |
1070 '../../src/types.cc', | 1069 '../../src/types.cc', |
1071 '../../src/types.h', | 1070 '../../src/types.h', |
1072 '../../src/typing-asm.cc', | 1071 '../../src/typing-asm.cc', |
1073 '../../src/typing-asm.h', | 1072 '../../src/typing-asm.h', |
1074 '../../src/typing-reset.cc', | 1073 '../../src/typing-reset.cc', |
1075 '../../src/typing-reset.h', | 1074 '../../src/typing-reset.h', |
1076 '../../src/unicode-inl.h', | 1075 '../../src/unicode-inl.h', |
1077 '../../src/unicode.cc', | 1076 '../../src/unicode.cc', |
1078 '../../src/unicode.h', | 1077 '../../src/unicode.h', |
1079 '../../src/unicode-cache-inl.h', | 1078 '../../src/unicode-cache-inl.h', |
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2136 }], | 2135 }], |
2137 ['want_separate_host_toolset==1', { | 2136 ['want_separate_host_toolset==1', { |
2138 'toolsets': ['host'], | 2137 'toolsets': ['host'], |
2139 }, { | 2138 }, { |
2140 'toolsets': ['target'], | 2139 'toolsets': ['target'], |
2141 }], | 2140 }], |
2142 ], | 2141 ], |
2143 }, | 2142 }, |
2144 ], | 2143 ], |
2145 } | 2144 } |
OLD | NEW |