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

Unified Diff: base/base.gypi

Issue 11438022: Add ability to retrieve a thread_name given a thread_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the set to PlatformThread::SetName so we catch any name changes. Created 8 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 5febc5a8f45ed3782abbb459934d7ea53942748a..b2c2a031a0cf890aa22d98e563a07b8f6cf27d22 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -441,6 +441,8 @@
'threading/simple_thread.h',
'threading/thread.cc',
'threading/thread.h',
+ 'threading/thread_id_name_manager.cc',
+ 'threading/thread_id_name_manager.h',
'threading/thread_checker.h',
'threading/thread_checker_impl.cc',
'threading/thread_checker_impl.h',

Powered by Google App Engine
This is Rietveld 408576698