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

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: 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
Index: runtime/platform/platform_sources.gypi
diff --git a/runtime/platform/platform_sources.gypi b/runtime/platform/platform_sources.gypi
index 58ee91bf2f76a0daeba5bd841509a0c6cebfb306..47d050565a5d9c7ba96b71f04de25b9afead20fb 100644
--- a/runtime/platform/platform_sources.gypi
+++ b/runtime/platform/platform_sources.gypi
@@ -6,5 +6,12 @@
{
'sources': [
'assert.cc',
+ 'thread.h',
Ivan Posva 2012/01/13 23:33:41 Why are thread*.h files duplicated here? This is i
Søren Gjesse 2012/01/16 16:12:19 They do - moved.
+ 'thread_linux.cc',
+ 'thread_linux.h',
+ 'thread_macos.cc',
+ 'thread_macos.h',
+ 'thread_win.cc',
+ 'thread_win.h',
],
}

Powered by Google App Engine
This is Rietveld 408576698