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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
« runtime/vm/object.cc ('K') | « runtime/vm/unit_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 210cfcd57dd9186a14a1c466791cba7090e7839b..538b12f5531404f709989ddf43b49f58146b8120 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -49,6 +49,8 @@
'atomic_test.cc',
'atomic_win.h',
'base_isolate.h',
+ 'become.h',
+ 'become.cc',
'benchmark_test.cc',
'benchmark_test.h',
'bigint_test.cc',
@@ -256,6 +258,9 @@
'intrinsifier_x64.cc',
'isolate.cc',
'isolate.h',
+ 'isolate_reload.cc',
+ 'isolate_reload.h',
+ 'isolate_reload_test.cc',
'isolate_test.cc',
'jit_optimizer.cc',
'jit_optimizer.h',
@@ -313,6 +318,7 @@
'object_id_ring.h',
'object_id_ring_test.cc',
'object_mips_test.cc',
+ 'object_reload.cc',
'object_service.cc',
'object_set.h',
'object_store.cc',
« runtime/vm/object.cc ('K') | « runtime/vm/unit_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698