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

Unified Diff: components/browser_watcher.gypi

Issue 1036623002: Implements a monitor to watch for the browser hanging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish testing, simplify callback. 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
Index: components/browser_watcher.gypi
diff --git a/components/browser_watcher.gypi b/components/browser_watcher.gypi
index e1997ac601a6202b5e14ebfb793aa8db01dfaa64..b65d4631a7c26955828df9193269b956470f22c2 100644
--- a/components/browser_watcher.gypi
+++ b/components/browser_watcher.gypi
@@ -18,6 +18,8 @@
'browser_watcher/exit_code_watcher_win.h',
'browser_watcher/exit_funnel_win.cc',
'browser_watcher/exit_funnel_win.h',
+ 'browser_watcher/window_hang_monitor_win.cc',
+ 'browser_watcher/window_hang_monitor_win.h',
],
'dependencies': [
'../base/base.gyp:base',

Powered by Google App Engine
This is Rietveld 408576698