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

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: 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 | « no previous file | runtime/platform/platform_sources.gypi » ('j') | runtime/platform/platform_sources.gypi » ('J')
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 c64023efb6575fbb9bbbb359b679a8bb577c7dca..9d3e126cbc843b8de1b9e8e369057a44ca61c15f 100644
--- a/runtime/platform/platform_headers.gypi
+++ b/runtime/platform/platform_headers.gypi
@@ -6,8 +6,9 @@
{
'sources': [
'assert.h',
- 'globals.h',
'c99_support_win.h',
+ 'globals.h',
'inttypes_support_win.h',
+ 'thread.h',
Ivan Posva 2012/01/13 23:33:41 thread_linux.h, thread_macos.h, thread_win.h,
Søren Gjesse 2012/01/16 16:12:19 Of cause - thanks!
],
}
« no previous file with comments | « no previous file | runtime/platform/platform_sources.gypi » ('j') | runtime/platform/platform_sources.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698