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

Unified Diff: util/util.gyp

Issue 1526563003: Create WorkerThread, an abstraction to perform some work on an interval. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address coments Created 5 years 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 | « util/thread/worker_thread_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 7ef9c4ee72e4e6d4ad90aad83d9c72038df3dad5..6d0090f4fbc1e24f03af5679b68774e7916f7ec2 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -152,6 +152,8 @@
'thread/thread_log_messages.h',
'thread/thread_posix.cc',
'thread/thread_win.cc',
+ 'thread/worker_thread.cc',
+ 'thread/worker_thread.h',
'win/address_types.h',
'win/capture_context.asm',
'win/capture_context.h',
« no previous file with comments | « util/thread/worker_thread_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698