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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2411823003: VM support for running Kernel binaries. (Closed)
Patch Set: Address comments Created 4 years, 2 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/vm/scopes.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 156b120b3e9272e89a631cd40e11cf057239b8c3..83b325f3245cba915b60f658d15ed8b9e2cbecb1 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -362,6 +362,13 @@
'port_test.cc',
'precompiler.cc',
'precompiler.h',
+ 'kernel.h',
+ 'kernel.cc',
+ 'kernel_binary.cc',
+ 'kernel_to_il.cc',
+ 'kernel_to_il.h',
+ 'kernel_reader.h',
+ 'kernel_reader.cc',
'proccpuinfo.cc',
'proccpuinfo.h',
'profiler_service.cc',
« no previous file with comments | « runtime/vm/scopes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698