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: Addresses comments 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 1129 matching lines...)
1140 'v8.cc', 1140 'v8.cc',
1141 'v8.h', 1141 'v8.h',
1142 'v8memory.h', 1142 'v8memory.h',
1143 'v8threads.cc', 1143 'v8threads.cc',
1144 'v8threads.h', 1144 'v8threads.h',
1145 'vector.h', 1145 'vector.h',
1146 'version.cc', 1146 'version.cc',
1147 'version.h', 1147 'version.h',
1148 'vm-state-inl.h', 1148 'vm-state-inl.h',
1149 'vm-state.h', 1149 'vm-state.h',
1150 'wasm/asm-types.cc',
1151 'wasm/asm-types.h',
1150 'wasm/asm-wasm-builder.cc', 1152 'wasm/asm-wasm-builder.cc',
1151 'wasm/asm-wasm-builder.h', 1153 'wasm/asm-wasm-builder.h',
1152 'wasm/ast-decoder.cc', 1154 'wasm/ast-decoder.cc',
1153 'wasm/ast-decoder.h', 1155 'wasm/ast-decoder.h',
1154 'wasm/decoder.h', 1156 'wasm/decoder.h',
1155 'wasm/encoder.cc', 1157 'wasm/encoder.cc',
1156 'wasm/encoder.h', 1158 'wasm/encoder.h',
1157 'wasm/leb-helper.h', 1159 'wasm/leb-helper.h',
1158 'wasm/module-decoder.cc', 1160 'wasm/module-decoder.cc',
1159 'wasm/module-decoder.h', 1161 'wasm/module-decoder.h',
(...skipping 1118 matching lines...)
2278 }], 2280 }],
2279 ['want_separate_host_toolset==1', { 2281 ['want_separate_host_toolset==1', {
2280 'toolsets': ['host'], 2282 'toolsets': ['host'],
2281 }, { 2283 }, {
2282 'toolsets': ['target'], 2284 'toolsets': ['target'],
2283 }], 2285 }],
2284 ], 2286 ],
2285 }, 2287 },
2286 ], 2288 ],
2287 } 2289 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/wasm/asm-types.h » ('j') | src/wasm/asm-types.h » ('J')

Powered by Google App Engine