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

Side by Side Diff: src/v8.gyp

Issue 2409173005: [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper … (Closed)
Patch Set: [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are garbage collected. Created 4 years, 2 months 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 | « BUILD.gn ('k') | src/wasm/managed.h » ('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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'value-serializer.h', 1244 'value-serializer.h',
1245 'vector.h', 1245 'vector.h',
1246 'version.cc', 1246 'version.cc',
1247 'version.h', 1247 'version.h',
1248 'vm-state-inl.h', 1248 'vm-state-inl.h',
1249 'vm-state.h', 1249 'vm-state.h',
1250 'wasm/ast-decoder.cc', 1250 'wasm/ast-decoder.cc',
1251 'wasm/ast-decoder.h', 1251 'wasm/ast-decoder.h',
1252 'wasm/decoder.h', 1252 'wasm/decoder.h',
1253 'wasm/leb-helper.h', 1253 'wasm/leb-helper.h',
1254 'wasm/managed.h',
1254 'wasm/module-decoder.cc', 1255 'wasm/module-decoder.cc',
1255 'wasm/module-decoder.h', 1256 'wasm/module-decoder.h',
1256 'wasm/signature-map.cc', 1257 'wasm/signature-map.cc',
1257 'wasm/signature-map.h', 1258 'wasm/signature-map.h',
1258 'wasm/wasm-debug.cc', 1259 'wasm/wasm-debug.cc',
1259 'wasm/wasm-debug.h', 1260 'wasm/wasm-debug.h',
1260 'wasm/wasm-external-refs.cc', 1261 'wasm/wasm-external-refs.cc',
1261 'wasm/wasm-external-refs.h', 1262 'wasm/wasm-external-refs.h',
1262 'wasm/wasm-function-name-table.cc', 1263 'wasm/wasm-function-name-table.cc',
1263 'wasm/wasm-function-name-table.h', 1264 'wasm/wasm-function-name-table.h',
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 'conditions': [ 2478 'conditions': [
2478 ['want_separate_host_toolset_mkpeephole==1', { 2479 ['want_separate_host_toolset_mkpeephole==1', {
2479 'toolsets': ['host'], 2480 'toolsets': ['host'],
2480 }, { 2481 }, {
2481 'toolsets': ['target'], 2482 'toolsets': ['target'],
2482 }], 2483 }],
2483 ], 2484 ],
2484 }, 2485 },
2485 ], 2486 ],
2486 } 2487 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/wasm/managed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698