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

Unified Diff: src/v8.gyp

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: Comments Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« src/isolate.cc ('K') | « src/managed.h ('k') | src/wasm/managed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 1c7fc7b49afa2ec56dc4e354b6db4bfde8db3335..fd23e9df0532b17cef518c50eafddfc614c1a69d 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1075,6 +1075,7 @@
'macro-assembler.h',
'machine-type.cc',
'machine-type.h',
+ 'managed.h',
'messages.cc',
'messages.h',
'msan.h',
@@ -1307,7 +1308,6 @@
'wasm/function-body-decoder.h',
'wasm/function-body-decoder-impl.h',
'wasm/leb-helper.h',
- 'wasm/managed.h',
'wasm/module-decoder.cc',
'wasm/module-decoder.h',
'wasm/signature-map.cc',
« src/isolate.cc ('K') | « src/managed.h ('k') | src/wasm/managed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698