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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 1541073002: Implement safepointing of threads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-review-comments Created 4 years, 11 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/unit_test.h ('K') | « runtime/vm/unit_test.h ('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 67b23f1a729adbb290dbabe065cb00c2d777a139..47f8332ac9c0f89e47347ad8def42bd52f741e6e 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -257,6 +257,7 @@
'json_test.cc',
'locations.cc',
'locations.h',
+ 'lockers.cc',
'lockers.h',
'log_test.cc',
'log.cc',
@@ -383,6 +384,8 @@
'runtime_entry_mips.cc',
'runtime_entry.cc',
'runtime_entry_x64.cc',
+ 'safepoint.cc',
+ 'safepoint.h',
'scanner.cc',
'scanner.h',
'scanner_test.cc',
« runtime/vm/unit_test.h ('K') | « runtime/vm/unit_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698