| 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'],
|
|
|