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

Unified Diff: runtime/platform/platform_sources.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/platform_headers.gypi ('k') | runtime/platform/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/platform_sources.gypi
diff --git a/runtime/platform/platform_sources.gypi b/runtime/platform/platform_sources.gypi
index b5281ad083fd392bb5411fbc7dbd84fdc91971cb..408720fe8b083fcd44f9726cb817d70240dddf16 100644
--- a/runtime/platform/platform_sources.gypi
+++ b/runtime/platform/platform_sources.gypi
@@ -6,6 +6,9 @@
{
'sources': [
'assert.cc',
+ 'thread_linux.cc',
+ 'thread_macos.cc',
+ 'thread_win.cc',
'utils.cc',
],
}
« no previous file with comments | « runtime/platform/platform_headers.gypi ('k') | runtime/platform/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698