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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 '../../src/typing-asm.h', | 1073 '../../src/typing-asm.h', |
1074 '../../src/typing-reset.cc', | 1074 '../../src/typing-reset.cc', |
1075 '../../src/typing-reset.h', | 1075 '../../src/typing-reset.h', |
1076 '../../src/unicode-inl.h', | 1076 '../../src/unicode-inl.h', |
1077 '../../src/unicode.cc', | 1077 '../../src/unicode.cc', |
1078 '../../src/unicode.h', | 1078 '../../src/unicode.h', |
1079 '../../src/unicode-cache-inl.h', | 1079 '../../src/unicode-cache-inl.h', |
1080 '../../src/unicode-cache.h', | 1080 '../../src/unicode-cache.h', |
1081 '../../src/unicode-decoder.cc', | 1081 '../../src/unicode-decoder.cc', |
1082 '../../src/unicode-decoder.h', | 1082 '../../src/unicode-decoder.h', |
| 1083 '../../src/utils-inl.h', |
1083 '../../src/utils.cc', | 1084 '../../src/utils.cc', |
1084 '../../src/utils.h', | 1085 '../../src/utils.h', |
1085 '../../src/v8.cc', | 1086 '../../src/v8.cc', |
1086 '../../src/v8.h', | 1087 '../../src/v8.h', |
1087 '../../src/v8memory.h', | 1088 '../../src/v8memory.h', |
1088 '../../src/v8threads.cc', | 1089 '../../src/v8threads.cc', |
1089 '../../src/v8threads.h', | 1090 '../../src/v8threads.h', |
1090 '../../src/vector.h', | 1091 '../../src/vector.h', |
1091 '../../src/version.cc', | 1092 '../../src/version.cc', |
1092 '../../src/version.h', | 1093 '../../src/version.h', |
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2135 }], | 2136 }], |
2136 ['want_separate_host_toolset==1', { | 2137 ['want_separate_host_toolset==1', { |
2137 'toolsets': ['host'], | 2138 'toolsets': ['host'], |
2138 }, { | 2139 }, { |
2139 'toolsets': ['target'], | 2140 'toolsets': ['target'], |
2140 }], | 2141 }], |
2141 ], | 2142 ], |
2142 }, | 2143 }, |
2143 ], | 2144 ], |
2144 } | 2145 } |
OLD | NEW |