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