| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index a0a845067901eab356dc540f0c02ddde86f19ad8..2a33392842459da5da171d8b0bd9561008ccd271 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2151,6 +2151,8 @@
|
| 'browser/tab_closeable_state_watcher.h',
|
| 'browser/tab_contents/background_contents.cc',
|
| 'browser/tab_contents/background_contents.h',
|
| + 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc',
|
| + 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h',
|
| 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc',
|
| 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h',
|
| 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h',
|
| @@ -2189,6 +2191,8 @@
|
| 'browser/tab_contents/spelling_bubble_model.h',
|
| 'browser/tab_contents/spelling_menu_observer.cc',
|
| 'browser/tab_contents/spelling_menu_observer.h',
|
| + 'browser/tab_contents/web_drag_bookmark_handler_aura.cc',
|
| + 'browser/tab_contents/web_drag_bookmark_handler_aura.h',
|
| 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
|
| 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
|
| 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
|
| @@ -4282,6 +4286,8 @@
|
| ['exclude', '^browser/renderer_host/render_widget_host_view_views*'],
|
| ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate_win.cc'],
|
| ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate_win.h'],
|
| + ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc'],
|
| + ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'],
|
| ['exclude', '^browser/ui/browser_list_stub.cc'],
|
| ['exclude', '^browser/ui/gesture_prefs.cc'],
|
| ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
|
|
|