Chromium Code Reviews| Index: chrome/chrome_browser.gypi |
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
| index 178bc21efde4dad44841495c9119d622df1d300a..5fe87dddc72c606878415553d90355bed66b2a82 100644 |
| --- a/chrome/chrome_browser.gypi |
| +++ b/chrome/chrome_browser.gypi |
| @@ -4185,6 +4185,8 @@ |
| ['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_touch.cc'], |
| + ['exclude', '^browser/renderer_host/render_widget_host_view_views_touch.h'], |
|
sadrul
2011/11/15 16:58:38
I think '../render_widget_host_view_views*' is mor
|
| ['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 +4220,12 @@ |
| ['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.cc'], |
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_views.h'], |
| ['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.cc'], |
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_views.h'], |
| ['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'], |