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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2776373002: Initial steps into streaming the kernel flowgraph (Closed)
Patch Set: Changed type Created 3 years, 9 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
« runtime/vm/kernel_to_il.cc ('K') | « runtime/vm/kernel_to_il.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 5f82a34f4dbf115ba8eacb06d09b765f56f793f0..ced5a135a9b98f9d8c5336b3ccb5624f2b8db414 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -378,6 +378,9 @@
'kernel.h',
'kernel.cc',
'kernel_binary.cc',
+ 'kernel_binary.h',
+ 'kernel_binary_flowgraph.cc',
+ 'kernel_binary_flowgraph.h',
'kernel_to_il.cc',
'kernel_to_il.h',
'kernel_reader.h',
« runtime/vm/kernel_to_il.cc ('K') | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698