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

Unified Diff: util/util.gyp

Issue 1041643003: Add ThreadLogMessages and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Update mini_chromium to 91ea4908ffd7 Created 5 years, 9 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_log_messages_test.cc ('k') | no next file » | 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 70a55af1371c0d81af612ad11c66ae253a2ab848..e94377cf703fb54dab3b46500b69f11784f60bc5 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -135,6 +135,8 @@
'synchronization/semaphore_posix.cc',
'synchronization/semaphore_win.cc',
'synchronization/semaphore.h',
+ 'thread/thread_log_messages.cc',
+ 'thread/thread_log_messages.h',
'win/process_info.cc',
'win/process_info.h',
'win/process_structs.h',
@@ -327,6 +329,7 @@
'test/multiprocess_posix_test.cc',
'test/paths_test.cc',
'test/scoped_temp_dir_test.cc',
+ 'thread/thread_log_messages_test.cc',
'win/process_info_test.cc',
'win/time_test.cc',
],
« no previous file with comments | « util/thread/thread_log_messages_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698