Commit 854b0596 authored by vollick@chromium.org's avatar vollick@chromium.org

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
parent c482f732
...@@ -4183,6 +4183,7 @@ ...@@ -4183,6 +4183,7 @@
['exclude', '^browser/google/google_update.h'], ['exclude', '^browser/google/google_update.h'],
['exclude', '^browser/hang_monitor/'], ['exclude', '^browser/hang_monitor/'],
['exclude', '^browser/platform_util_win.cc'], ['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.cc'],
['exclude', '^browser/tab_contents/web_drag_source_win.h'], ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
...@@ -4215,8 +4216,10 @@ ...@@ -4215,8 +4216,10 @@
['include', '^browser/ui/views/simple_message_box_views.h'], ['include', '^browser/ui/views/simple_message_box_views.h'],
['exclude', '^browser/ui/views/simple_message_box_win.cc'], ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
['exclude', '^browser/ui/views/ssl_client_certificate_selector.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.cc'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'], ['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.cc'],
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'], ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'], ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "content/browser/renderer_host/gtk_window_utils.h" #include "content/browser/renderer_host/gtk_window_utils.h"
#endif #endif
#if defined(TOUCH_UI) #if defined(TOUCH_UI) && !defined(USE_AURA)
// static // static
void RenderWidgetHostView::GetDefaultScreenInfo( void RenderWidgetHostView::GetDefaultScreenInfo(
WebKit::WebScreenInfo* results) { WebKit::WebScreenInfo* results) {
......
...@@ -69,7 +69,8 @@ OSExchangeData::Provider* OSExchangeData::CreateProvider() { ...@@ -69,7 +69,8 @@ OSExchangeData::Provider* OSExchangeData::CreateProvider() {
} }
// static // static
void* OSExchangeData::RegisterCustomFormat(const std::string& type) { OSExchangeData::CustomFormat
OSExchangeData::RegisterCustomFormat(const std::string& type) {
// TODO(davemoore) Implement this for aura. // TODO(davemoore) Implement this for aura.
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment