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

Unified Diff: components/browser_watcher.gypi

Issue 792163002: Add ExitFunnel to prepare for instrumenting browser exits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address Erik's comments. 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
« no previous file with comments | « no previous file | components/browser_watcher/exit_funnel_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher.gypi
diff --git a/components/browser_watcher.gypi b/components/browser_watcher.gypi
index 8b135a77de5dd54583f5dfdd49241d779f4f993d..c04982e91dadcee7770b6f5de18d0b3ede332381 100644
--- a/components/browser_watcher.gypi
+++ b/components/browser_watcher.gypi
@@ -24,6 +24,8 @@
'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',
« no previous file with comments | « no previous file | components/browser_watcher/exit_funnel_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698