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

Unified Diff: runtime/bin/bin.gypi

Issue 2901163002: Use assembly instead of C array literals to link the core snapshot into the VM. (Closed)
Patch Set: windows 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/main.cc » ('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 dad18bd61d76f09415af869dacc7808b2c3c2753..365c28a459fad550f9e0ee2ef3ec728fbe7c30d2 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1328,6 +1328,8 @@
],
'sources': [
'run_vm_tests.cc',
+ 'error_exit.cc',
+ 'error_exit.h',
'builtin_common.cc',
'builtin_natives.cc',
'builtin_nolib.cc',
@@ -1335,6 +1337,8 @@
'io_natives.h',
'loader.cc',
'loader.h',
+ 'snapshot_utils.cc',
+ 'snapshot_utils.h',
# Include generated source files.
'<(snapshot_cc_file)',
'<(builtin_cc_file)',
@@ -1353,8 +1357,10 @@
'sources/': [
['exclude', '\\.(cc|h)$'],
['include', 'run_vm_tests.cc'],
+ ['include', 'error_exit.cc'],
['include', 'builtin_nolib.cc'],
['include', 'builtin_natives.cc'],
+ ['include', 'snapshot_utils.cc'],
['include', '_gen\\.cc$'],
['include', '_test\\.(cc|h)$'],
],
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698