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

Unified Diff: runtime/bin/BUILD.gn

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 | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 4f30948dc15643e0f1ae14c7252faf25a859d2d0..3a764f0be5e89e5c9da589e3c2e9e123770a9852 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -293,6 +293,8 @@ executable("gen_snapshot") {
# Very limited native resolver provided.
"builtin_common.cc",
"builtin_gen_snapshot.cc",
+ "dfe.cc",
+ "dfe.h",
"gen_snapshot.cc",
"vmservice_impl.cc",
"vmservice_impl.h",
@@ -669,6 +671,8 @@ dart_executable("dart") {
]
extra_sources = [
"builtin_nolib.cc",
+ "dfe.cc",
+ "dfe.h",
"loader.cc",
"loader.h",
]
@@ -715,6 +719,8 @@ dart_executable("dart_bootstrap") {
extra_sources = [
"builtin.cc",
"builtin.h",
+ "dfe.cc",
+ "dfe.h",
"loader.cc",
"loader.h",
"observatory_assets_empty.cc",
@@ -857,6 +863,8 @@ executable("run_vm_tests") {
"snapshot_utils.h",
"builtin_nolib.cc",
"run_vm_tests.cc",
+ "dfe.cc",
+ "dfe.h",
] + builtin_impl_tests_list + vm_tests
if (!is_win) {
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698