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

Unified Diff: components/browser_watcher.gypi

Issue 796963002: Instrument some of the exit paths likely to suffer hangs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@end_session_instrument
Patch Set: Add instrumentation for browser exit, plus now actually compiles Created 6 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: components/browser_watcher.gypi
diff --git a/components/browser_watcher.gypi b/components/browser_watcher.gypi
index c04982e91dadcee7770b6f5de18d0b3ede332381..6eced10948438f84982a99e52620e444a18ede09 100644
--- a/components/browser_watcher.gypi
+++ b/components/browser_watcher.gypi
@@ -14,6 +14,8 @@
'sources': [
'browser_watcher/exit_code_watcher_win.cc',
'browser_watcher/exit_code_watcher_win.h',
+ 'browser_watcher/exit_funnel_win.cc',
+ 'browser_watcher/exit_funnel_win.h',
],
'dependencies': [
'../base/base.gyp:base',
@@ -24,8 +26,6 @@
'target_name': 'browser_watcher_client',
'type': 'static_library',
'sources': [
- 'browser_watcher/exit_funnel_win.cc',
- 'browser_watcher/exit_funnel_win.h',
'browser_watcher/watcher_client_win.cc',
'browser_watcher/watcher_client_win.h',
'browser_watcher/watcher_main_api_win.cc',

Powered by Google App Engine
This is Rietveld 408576698