| Index: runtime/vm/vm_sources.gypi
|
| diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
|
| index b0879fd45c73774d73209b9f807c14275d0686e4..ef48a4d95876fb902bee7fa4827f118653f93013 100644
|
| --- a/runtime/vm/vm_sources.gypi
|
| +++ b/runtime/vm/vm_sources.gypi
|
| @@ -110,6 +110,8 @@
|
| 'flags.cc',
|
| 'flags.h',
|
| 'flags_test.cc',
|
| + 'flow_graph_builder.cc',
|
| + 'flow_graph_builder.h',
|
| 'freelist.cc',
|
| 'freelist.h',
|
| 'freelist_test.cc',
|
| @@ -129,8 +131,8 @@
|
| 'heap.cc',
|
| 'heap.h',
|
| 'heap_test.cc',
|
| - 'ic_data.h',
|
| 'ic_data.cc',
|
| + 'ic_data.h',
|
| 'ic_data_test.cc',
|
| 'instructions.h',
|
| 'instructions_ia32.cc',
|
| @@ -139,10 +141,12 @@
|
| 'instructions_x64.cc',
|
| 'instructions_x64.h',
|
| 'instructions_x64_test.cc',
|
| + 'intermediate_language.cc',
|
| + 'intermediate_language.h',
|
| 'intrinsifier.h',
|
| + 'intrinsifier_arm.cc',
|
| 'intrinsifier_ia32.cc',
|
| 'intrinsifier_x64.cc',
|
| - 'intrinsifier_arm.cc',
|
| 'isolate.cc',
|
| 'isolate.h',
|
| 'isolate_test.cc',
|
|
|