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

Unified Diff: runtime/bin/isolate_data.cc

Issue 2715463003: Add option to gen_snapshot for creating a Makefile describing a snapshot's dependencies. (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
Index: runtime/bin/isolate_data.cc
diff --git a/runtime/bin/isolate_data.cc b/runtime/bin/isolate_data.cc
index b37cf178431042b05f922e5e3c17e02a6a74a7d5..c10180df6feae90b4c1563cec5cc9d814beb1a98 100644
--- a/runtime/bin/isolate_data.cc
+++ b/runtime/bin/isolate_data.cc
@@ -18,7 +18,8 @@ IsolateData::IsolateData(const char* url,
udp_receive_buffer(NULL),
builtin_lib_(NULL),
loader_(NULL),
- app_snapshot_(app_snapshot) {
+ app_snapshot_(app_snapshot),
+ dependencies_(NULL) {
if (package_root != NULL) {
ASSERT(packages_file == NULL);
this->package_root = strdup(package_root);

Powered by Google App Engine
This is Rietveld 408576698