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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 796063006: Rename Thread -> OSThread. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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/vm/thread_win.cc ('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
===================================================================
--- runtime/vm/vm_sources.gypi (revision 42893)
+++ runtime/vm/vm_sources.gypi (working copy)
@@ -313,6 +313,15 @@
'os_linux.cc',
'os_macos.cc',
'os_test.cc',
+ 'os_thread.h',
+ 'os_thread_android.cc',
+ 'os_thread_android.h',
+ 'os_thread_linux.cc',
+ 'os_thread_linux.h',
+ 'os_thread_macos.cc',
+ 'os_thread_macos.h',
+ 'os_thread_win.cc',
+ 'os_thread_win.h',
'os_win.cc',
'pages.cc',
'pages.h',
@@ -413,11 +422,6 @@
'symbols.h',
'tags.cc',
'tags.h',
- 'thread.h',
- 'thread_android.cc',
- 'thread_android.h',
- 'thread_linux.cc',
- 'thread_linux.h',
'thread_interrupter.cc',
'thread_interrupter.h',
'thread_interrupter_android.cc',
@@ -425,14 +429,10 @@
'thread_interrupter_macos.cc',
'thread_interrupter_test.cc',
'thread_interrupter_win.cc',
- 'thread_macos.cc',
- 'thread_macos.h',
'thread_pool.cc',
'thread_pool.h',
'thread_pool_test.cc',
'thread_test.cc',
- 'thread_win.cc',
- 'thread_win.h',
'timer.cc',
'timer.h',
'token.cc',
« no previous file with comments | « runtime/vm/thread_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698