diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 01:12:24 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 01:12:24 +0000 |
commit | 854b05960356663e95ebac13cea73b2fde58ba5c (patch) | |
tree | c26c7adb1637996ec09ef2643e5629f1d4a94d30 /chrome | |
parent | c482f732e49e083fc54bfd30aa729680a3d0c599 (diff) | |
download | chromium_src-854b05960356663e95ebac13cea73b2fde58ba5c.zip chromium_src-854b05960356663e95ebac13cea73b2fde58ba5c.tar.gz chromium_src-854b05960356663e95ebac13cea73b2fde58ba5c.tar.bz2 |
Minor build fixes for aura/touchui
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8568010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 7e5ca2d..16077ef 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -4183,6 +4183,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'], @@ -4215,8 +4216,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'], |