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

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: 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 83f2c5599b2fd9e4116bf3c96fa5e406b829e865..f84c1ae7d736dfba57cee042dfcc333ae4d3d554 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',

Powered by Google App Engine
This is Rietveld 408576698