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

Unified Diff: runtime/bin/bin.gypi

Issue 2894773004: Changes to make isolate reload functionality work with the --dfe option. (Closed)
Patch Set: Fix regression test errors. Created 3 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
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 365c28a459fad550f9e0ee2ef3ec728fbe7c30d2..6177bcacc83c6f0464d7cdf8f2a6f501006c3d18 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -953,6 +953,8 @@
'builtin_common.cc',
'builtin.cc',
'builtin.h',
+ 'dfe.cc',
+ 'dfe.h',
'loader.cc',
'loader.h',
'platform_android.cc',
@@ -1129,12 +1131,14 @@
'builtin_common.cc',
'builtin_natives.cc',
'builtin_nolib.cc',
+ 'dfe.cc',
+ 'dfe.h',
'error_exit.cc',
'error_exit.h',
'io_natives.h',
- 'main.cc',
'loader.cc',
'loader.h',
+ 'main.cc',
'snapshot_utils.cc',
'snapshot_utils.h',
'vmservice_impl.cc',
@@ -1246,12 +1250,14 @@
'builtin.h',
'builtin_common.cc',
'builtin_natives.cc',
+ 'dfe.cc',
+ 'dfe.h',
'error_exit.cc',
'error_exit.h',
'io_natives.h',
- 'main.cc',
'loader.cc',
'loader.h',
+ 'main.cc',
'observatory_assets_empty.cc',
'snapshot_empty.cc',
'snapshot_utils.cc',
@@ -1334,6 +1340,8 @@
'builtin_natives.cc',
'builtin_nolib.cc',
'builtin.h',
+ 'dfe.cc',
+ 'dfe.h',
'io_natives.h',
'loader.cc',
'loader.h',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698