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

Unified Diff: chrome/chrome_watcher/BUILD.gn

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/BUILD.gn
diff --git a/chrome/chrome_watcher/BUILD.gn b/chrome/chrome_watcher/BUILD.gn
index c31088feccfafd27ce33c3c46ce4e8460e348a97..8b9034ef59e83624908b3e4b20746afacdb15116 100644
--- a/chrome/chrome_watcher/BUILD.gn
+++ b/chrome/chrome_watcher/BUILD.gn
@@ -25,6 +25,8 @@ process_version("chrome_watcher_resources") {
shared_library("chrome_watcher") {
sources = [
"chrome_watcher_main.cc",
+ "wait_chain_util_win.cc",
+ "wait_chain_util_win.h",
]
inputs = [
"chrome_watcher.def",
« no previous file with comments | « no previous file | chrome/chrome_watcher/chrome_watcher.gypi » ('j') | chrome/chrome_watcher/chrome_watcher_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698