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

Unified Diff: runtime/bin/bin.gypi

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 | « runtime/bin/BUILD.gn ('k') | runtime/bin/exit.h » ('j') | runtime/bin/exit.h » ('J')
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 be196cf71cf31bf186ba59e9d9829f9ad0dc5114..b896091e582c83ce04edd13bd8568729eca8a28b 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1122,7 +1122,10 @@
'../../third_party/', # Zlib
],
'sources': [
+ 'exit.h',
'main.cc',
+ 'snapshot.h',
+ 'snapshot.cc',
'builtin.h',
'builtin_common.cc',
'builtin_natives.cc',
@@ -1181,7 +1184,10 @@
'../../third_party/', # Zlib
],
'sources': [
+ 'exit.h',
'main.cc',
+ 'snapshot.h',
+ 'snapshot.cc',
'builtin.h',
'builtin_common.cc',
'builtin_natives.cc',
@@ -1227,7 +1233,10 @@
'..',
],
'sources': [
+ 'exit.h',
'main.cc',
+ 'snapshot.h',
+ 'snapshot.cc',
'builtin.cc',
'builtin.h',
'builtin_common.cc',
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/exit.h » ('j') | runtime/bin/exit.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698