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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 1036623002: Implements a monitor to watch for the browser hanging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Erik's comments. Synchronize for ping() or remove the tests. 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 | « components/browser_watcher.gypi ('k') | components/browser_watcher/window_hang_monitor_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index 1f782c2a037cc0d6e68304464ed3a9b42a0c56a4..67208958f83f91c2810cde58f970c12aea3981e2 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -12,6 +12,8 @@ source_set("browser_watcher") {
"exit_code_watcher_win.h",
"exit_funnel_win.cc",
"exit_funnel_win.h",
+ "window_hang_monitor_win.cc",
+ "window_hang_monitor_win.h",
]
deps = [
"//base",
@@ -38,6 +40,7 @@ source_set("unit_tests") {
"exit_funnel_win_unittest.cc",
"watcher_client_win_unittest.cc",
"watcher_metrics_provider_win_unittest.cc",
+ "window_hang_monitor_win_unittest.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
« no previous file with comments | « components/browser_watcher.gypi ('k') | components/browser_watcher/window_hang_monitor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698