Chromium Code Reviews

Side by Side Diff: src/v8.gyp

Issue 2045703007: V8. ASM-2-WASM. New type system. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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 1134 matching lines...)
1145 'v8.cc', 1145 'v8.cc',
1146 'v8.h', 1146 'v8.h',
1147 'v8memory.h', 1147 'v8memory.h',
1148 'v8threads.cc', 1148 'v8threads.cc',
1149 'v8threads.h', 1149 'v8threads.h',
1150 'vector.h', 1150 'vector.h',
1151 'version.cc', 1151 'version.cc',
1152 'version.h', 1152 'version.h',
1153 'vm-state-inl.h', 1153 'vm-state-inl.h',
1154 'vm-state.h', 1154 'vm-state.h',
1155 'wasm/asm-types.cc',
1156 'wasm/asm-types.h',
1155 'wasm/asm-wasm-builder.cc', 1157 'wasm/asm-wasm-builder.cc',
1156 'wasm/asm-wasm-builder.h', 1158 'wasm/asm-wasm-builder.h',
1157 'wasm/ast-decoder.cc', 1159 'wasm/ast-decoder.cc',
1158 'wasm/ast-decoder.h', 1160 'wasm/ast-decoder.h',
1159 'wasm/decoder.h', 1161 'wasm/decoder.h',
1160 'wasm/encoder.cc', 1162 'wasm/encoder.cc',
1161 'wasm/encoder.h', 1163 'wasm/encoder.h',
1162 'wasm/leb-helper.h', 1164 'wasm/leb-helper.h',
1163 'wasm/module-decoder.cc', 1165 'wasm/module-decoder.cc',
1164 'wasm/module-decoder.h', 1166 'wasm/module-decoder.h',
(...skipping 1115 matching lines...)
2280 }], 2282 }],
2281 ['want_separate_host_toolset==1', { 2283 ['want_separate_host_toolset==1', {
2282 'toolsets': ['host'], 2284 'toolsets': ['host'],
2283 }, { 2285 }, {
2284 'toolsets': ['target'], 2286 'toolsets': ['target'],
2285 }], 2287 }],
2286 ], 2288 ],
2287 }, 2289 },
2288 ], 2290 ],
2289 } 2291 }
OLDNEW

Powered by Google App Engine