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

Unified Diff: chrome/chrome_browser.gypi

Issue 10272007: Generate crash dumps when a hung PPAPI plugin is force terminated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « chrome/browser/ui/hung_plugin_tab_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 134509)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1063,6 +1063,8 @@
'browser/gpu_blacklist.h',
'browser/gpu_util.cc',
'browser/gpu_util.h',
+ 'browser/hang_monitor/hang_crash_dump_win.cc',
+ 'browser/hang_monitor/hang_crash_dump_win.h',
'browser/hang_monitor/hung_plugin_action.cc',
'browser/hang_monitor/hung_plugin_action.h',
'browser/hang_monitor/hung_window_detector.cc',
@@ -4261,7 +4263,10 @@
['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
['exclude', '^browser/google/google_update.cc'],
['exclude', '^browser/google/google_update.h'],
- ['exclude', '^browser/hang_monitor/'],
+ ['exclude', '^browser/hang_monitor/hung_plugin_action.cc',
+ ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
+ ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
+ ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_views*'],
['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc'],
['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'],
« no previous file with comments | « chrome/browser/ui/hung_plugin_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698