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

Unified Diff: test/unittests/unittests.gyp

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: link 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.h ('K') | « test/unittests/managed-unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index 4fd705f4d530a3d912d4574e9040022a21791d12..0e09c0986f71e1c2522c743a08eab72cbbb105d5 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -124,6 +124,7 @@
'heap/slot-set-unittest.cc',
'heap/unmapper-unittest.cc',
'locked-queue-unittest.cc',
+ 'managed-unittests.cc',
'object-unittest.cc',
'register-configuration-unittest.cc',
'run-all-unittests.cc',
« src/isolate.h ('K') | « test/unittests/managed-unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698