| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 178bc21efde4dad44841495c9119d622df1d300a..8a10b3e1f71b438998ab843bed916f2c97ed5577 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4185,6 +4185,7 @@
|
| ['exclude', '^browser/google/google_update.h'],
|
| ['exclude', '^browser/hang_monitor/'],
|
| ['exclude', '^browser/platform_util_win.cc'],
|
| + ['exclude', '^browser/renderer_host/render_widget_host_view_views*'],
|
| ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
|
| ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
|
| ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
|
| @@ -4218,8 +4219,10 @@
|
| ['include', '^browser/ui/views/simple_message_box_views.h'],
|
| ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
|
| ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_views*'],
|
| ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.cc'],
|
| ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_views*'],
|
| ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.cc'],
|
| ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
|
| ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
|
|
|