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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1066 '../../src/typing-asm.h', | 1066 '../../src/typing-asm.h', |
1067 '../../src/typing-reset.cc', | 1067 '../../src/typing-reset.cc', |
1068 '../../src/typing-reset.h', | 1068 '../../src/typing-reset.h', |
1069 '../../src/unicode-inl.h', | 1069 '../../src/unicode-inl.h', |
1070 '../../src/unicode.cc', | 1070 '../../src/unicode.cc', |
1071 '../../src/unicode.h', | 1071 '../../src/unicode.h', |
1072 '../../src/unicode-cache-inl.h', | 1072 '../../src/unicode-cache-inl.h', |
1073 '../../src/unicode-cache.h', | 1073 '../../src/unicode-cache.h', |
1074 '../../src/unicode-decoder.cc', | 1074 '../../src/unicode-decoder.cc', |
1075 '../../src/unicode-decoder.h', | 1075 '../../src/unicode-decoder.h', |
| 1076 '../../src/utils-inl.h', |
1076 '../../src/utils.cc', | 1077 '../../src/utils.cc', |
1077 '../../src/utils.h', | 1078 '../../src/utils.h', |
1078 '../../src/v8.cc', | 1079 '../../src/v8.cc', |
1079 '../../src/v8.h', | 1080 '../../src/v8.h', |
1080 '../../src/v8memory.h', | 1081 '../../src/v8memory.h', |
1081 '../../src/v8threads.cc', | 1082 '../../src/v8threads.cc', |
1082 '../../src/v8threads.h', | 1083 '../../src/v8threads.h', |
1083 '../../src/vector.h', | 1084 '../../src/vector.h', |
1084 '../../src/version.cc', | 1085 '../../src/version.cc', |
1085 '../../src/version.h', | 1086 '../../src/version.h', |
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2127 }], | 2128 }], |
2128 ['want_separate_host_toolset==1', { | 2129 ['want_separate_host_toolset==1', { |
2129 'toolsets': ['host'], | 2130 'toolsets': ['host'], |
2130 }, { | 2131 }, { |
2131 'toolsets': ['target'], | 2132 'toolsets': ['target'], |
2132 }], | 2133 }], |
2133 ], | 2134 ], |
2134 }, | 2135 }, |
2135 ], | 2136 ], |
2136 } | 2137 } |
OLD | NEW |