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

Unified Diff: runtime/bin/BUILD.gn

Issue 2681193002: Factor out snapshot helpers from main.cc. (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | runtime/bin/exit.h » ('J')
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 5d8d56bfdb45422c851024c3f52ee0ad1667e312..cdfa26f94a31a0e27ceb57cd046665542583c3dc 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -581,7 +581,10 @@ template("dart_executable") {
}
sources = [
+ "exit.h",
"main.cc",
+ "snapshot.cc",
+ "snapshot.h",
"vmservice_impl.cc",
"vmservice_impl.h",
"$target_gen_dir/resources_gen.cc",
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | runtime/bin/exit.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698