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

Unified Diff: chrome/chrome_watcher/chrome_watcher.gypi

Issue 1834463002: Identify the hung thread using the Wait Chain Traversal API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments/questions Created 4 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
Index: chrome/chrome_watcher/chrome_watcher.gypi
diff --git a/chrome/chrome_watcher/chrome_watcher.gypi b/chrome/chrome_watcher/chrome_watcher.gypi
index ad051fc1d58ec614f5538ff1d435873963de80ba..9115b46a45e330569a1d3a9c779731be16c0a115 100644
--- a/chrome/chrome_watcher/chrome_watcher.gypi
+++ b/chrome/chrome_watcher/chrome_watcher.gypi
@@ -57,6 +57,8 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome_watcher/chrome_watcher_version.rc',
'chrome_watcher.def',
'chrome_watcher_main.cc',
+ 'wait_chain_util_win.cc',
+ 'wait_chain_util_win.h',
],
'dependencies': [
'chrome_watcher_client',

Powered by Google App Engine
This is Rietveld 408576698