| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 '../../src/v8.cc', | 1109 '../../src/v8.cc', |
| 1110 '../../src/v8.h', | 1110 '../../src/v8.h', |
| 1111 '../../src/v8memory.h', | 1111 '../../src/v8memory.h', |
| 1112 '../../src/v8threads.cc', | 1112 '../../src/v8threads.cc', |
| 1113 '../../src/v8threads.h', | 1113 '../../src/v8threads.h', |
| 1114 '../../src/vector.h', | 1114 '../../src/vector.h', |
| 1115 '../../src/version.cc', | 1115 '../../src/version.cc', |
| 1116 '../../src/version.h', | 1116 '../../src/version.h', |
| 1117 '../../src/vm-state-inl.h', | 1117 '../../src/vm-state-inl.h', |
| 1118 '../../src/vm-state.h', | 1118 '../../src/vm-state.h', |
| 1119 '../../src/wasm/switch-logic.h', |
| 1120 '../../src/wasm/switch-logic.cc', |
| 1119 '../../src/wasm/asm-wasm-builder.cc', | 1121 '../../src/wasm/asm-wasm-builder.cc', |
| 1120 '../../src/wasm/asm-wasm-builder.h', | 1122 '../../src/wasm/asm-wasm-builder.h', |
| 1121 '../../src/wasm/ast-decoder.cc', | 1123 '../../src/wasm/ast-decoder.cc', |
| 1122 '../../src/wasm/ast-decoder.h', | 1124 '../../src/wasm/ast-decoder.h', |
| 1123 '../../src/wasm/decoder.h', | 1125 '../../src/wasm/decoder.h', |
| 1124 '../../src/wasm/encoder.cc', | 1126 '../../src/wasm/encoder.cc', |
| 1125 '../../src/wasm/encoder.h', | 1127 '../../src/wasm/encoder.h', |
| 1126 '../../src/wasm/wasm-external-refs.cc', | 1128 '../../src/wasm/wasm-external-refs.cc', |
| 1127 '../../src/wasm/wasm-external-refs.h', | 1129 '../../src/wasm/wasm-external-refs.h', |
| 1128 '../../src/wasm/module-decoder.cc', | 1130 '../../src/wasm/module-decoder.cc', |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2208 }], | 2210 }], |
| 2209 ['want_separate_host_toolset==1', { | 2211 ['want_separate_host_toolset==1', { |
| 2210 'toolsets': ['host'], | 2212 'toolsets': ['host'], |
| 2211 }, { | 2213 }, { |
| 2212 'toolsets': ['target'], | 2214 'toolsets': ['target'], |
| 2213 }], | 2215 }], |
| 2214 ], | 2216 ], |
| 2215 }, | 2217 }, |
| 2216 ], | 2218 ], |
| 2217 } | 2219 } |
| OLD | NEW |