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

Unified Diff: runtime/bin/builtin_impl_sources.gypi

Issue 2154453002: Add runtime/bin/thread_fuchsia that binds to fuchsia's pthreads (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 5 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/bin/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_impl_sources.gypi
diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
index f775ffc9e4a09f5803694332e466eb7198825391..0de2c228b17e75aff6477eeb31c71353fe93ede3 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -53,6 +53,8 @@
'thread.h',
'thread_android.cc',
'thread_android.h',
+ 'thread_fuchsia.cc',
+ 'thread_fuchsia.h',
'thread_linux.cc',
'thread_linux.h',
'thread_macos.cc',
« no previous file with comments | « no previous file | runtime/bin/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698