Index: runtime/vm/vm_sources.gypi |
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
index aa1ee40ea4f55c385f98b3f07f8d99d07b181bd4..fd6d038df9b70a41de0ddb4fb7653a3efd7b15b7 100644 |
--- a/runtime/vm/vm_sources.gypi |
+++ b/runtime/vm/vm_sources.gypi |
@@ -258,6 +258,7 @@ |
'json_test.cc', |
'locations.cc', |
'locations.h', |
+ 'lockers.cc', |
'lockers.h', |
'log_test.cc', |
'log.cc', |
@@ -384,6 +385,8 @@ |
'runtime_entry_mips.cc', |
'runtime_entry.cc', |
'runtime_entry_x64.cc', |
+ 'safepoint.cc', |
+ 'safepoint.h', |
'scanner.cc', |
'scanner.h', |
'scanner_test.cc', |