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

Unified Diff: runtime/platform/platform_headers.gypi

Issue 9196002: Move Mutex and Monitor from vm/ to platform/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed revire comments from ager@ Created 8 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
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/platform/platform_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/platform_headers.gypi
diff --git a/runtime/platform/platform_headers.gypi b/runtime/platform/platform_headers.gypi
index 310c870581289b2aa82c151ef5c1f5bebd39127e..29eed6e4edc7b4bc8fee8af175f7446e84ccb136 100644
--- a/runtime/platform/platform_headers.gypi
+++ b/runtime/platform/platform_headers.gypi
@@ -9,6 +9,10 @@
'c99_support_win.h',
'globals.h',
'inttypes_support_win.h',
+ 'thread.h',
+ 'thread_linux.h',
+ 'thread_macos.h',
+ 'thread_win.h',
'utils.h',
],
}
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/platform/platform_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698