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

Unified Diff: util/util.gyp

Issue 1134943003: Move thread from test/ to util/thread/. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: PCHECK fix. Created 5 years, 7 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 | « util/thread/thread_win.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 e1bb129994c3f831f9fd38ef63d47dee28570d3b..3bfa2585ba9945f61ca336a9a8a82300e65c14b6 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -139,8 +139,12 @@
'synchronization/semaphore_posix.cc',
'synchronization/semaphore_win.cc',
'synchronization/semaphore.h',
+ 'thread/thread.cc',
+ 'thread/thread.h',
'thread/thread_log_messages.cc',
'thread/thread_log_messages.h',
+ 'thread/thread_posix.cc',
+ 'thread/thread_win.cc',
'win/address_types.h',
'win/checked_win_address_range.h',
'win/process_info.cc',
« no previous file with comments | « util/thread/thread_win.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698