Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: src/v8.gyp

Issue 2490663002: [wasm] Move all heap-allocated WASM structures into wasm-objects.h. (Closed)
Patch Set: [wasm] Move all heap-allocated WASM structures into wasm-objects.h. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/snapshot/code-serializer.cc ('k') | src/value-serializer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'wasm/ast-decoder.cc', 1256 'wasm/ast-decoder.cc',
1257 'wasm/ast-decoder.h', 1257 'wasm/ast-decoder.h',
1258 'wasm/decoder.h', 1258 'wasm/decoder.h',
1259 'wasm/leb-helper.h', 1259 'wasm/leb-helper.h',
1260 'wasm/managed.h', 1260 'wasm/managed.h',
1261 'wasm/module-decoder.cc', 1261 'wasm/module-decoder.cc',
1262 'wasm/module-decoder.h', 1262 'wasm/module-decoder.h',
1263 'wasm/signature-map.cc', 1263 'wasm/signature-map.cc',
1264 'wasm/signature-map.h', 1264 'wasm/signature-map.h',
1265 'wasm/wasm-debug.cc', 1265 'wasm/wasm-debug.cc',
1266 'wasm/wasm-debug.h',
1267 'wasm/wasm-external-refs.cc', 1266 'wasm/wasm-external-refs.cc',
1268 'wasm/wasm-external-refs.h', 1267 'wasm/wasm-external-refs.h',
1269 'wasm/wasm-js.cc', 1268 'wasm/wasm-js.cc',
1270 'wasm/wasm-js.h', 1269 'wasm/wasm-js.h',
1271 'wasm/wasm-macro-gen.h', 1270 'wasm/wasm-macro-gen.h',
1272 'wasm/wasm-module.cc', 1271 'wasm/wasm-module.cc',
1273 'wasm/wasm-module.h', 1272 'wasm/wasm-module.h',
1274 'wasm/wasm-module-builder.cc', 1273 'wasm/wasm-module-builder.cc',
1275 'wasm/wasm-module-builder.h', 1274 'wasm/wasm-module-builder.h',
1276 'wasm/wasm-interpreter.cc', 1275 'wasm/wasm-interpreter.cc',
1277 'wasm/wasm-interpreter.h', 1276 'wasm/wasm-interpreter.h',
1277 'wasm/wasm-objects.cc',
1278 'wasm/wasm-objects.h',
1278 'wasm/wasm-opcodes.cc', 1279 'wasm/wasm-opcodes.cc',
1279 'wasm/wasm-opcodes.h', 1280 'wasm/wasm-opcodes.h',
1280 'wasm/wasm-result.cc', 1281 'wasm/wasm-result.cc',
1281 'wasm/wasm-result.h', 1282 'wasm/wasm-result.h',
1282 'zone/accounting-allocator.cc', 1283 'zone/accounting-allocator.cc',
1283 'zone/accounting-allocator.h', 1284 'zone/accounting-allocator.h',
1284 'zone/zone-segment.cc', 1285 'zone/zone-segment.cc',
1285 'zone/zone-segment.h', 1286 'zone/zone-segment.h',
1286 'zone/zone.cc', 1287 'zone/zone.cc',
1287 'zone/zone.h', 1288 'zone/zone.h',
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2472 'conditions': [ 2473 'conditions': [
2473 ['want_separate_host_toolset_mkpeephole==1', { 2474 ['want_separate_host_toolset_mkpeephole==1', {
2474 'toolsets': ['host'], 2475 'toolsets': ['host'],
2475 }, { 2476 }, {
2476 'toolsets': ['target'], 2477 'toolsets': ['target'],
2477 }], 2478 }],
2478 ], 2479 ],
2479 }, 2480 },
2480 ], 2481 ],
2481 } 2482 }
OLDNEW
« no previous file with comments | « src/snapshot/code-serializer.cc ('k') | src/value-serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698