Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: chrome/chrome_browser.gypi

Issue 8669002: More TOUCH_UI hacks and constant removal. And TODO(saintlou) cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model_chromeos.cc ('k') | ui/gfx/native_theme_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5ea8bba9f31d6480987f17def70f83056848f298..6cd7976ecf924bd7705f47640255383475bba8c0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4147,26 +4147,11 @@
}],
['touchui==0', {
'sources/': [
- ['exclude', '^browser/chromeos/login/touch_*'],
['exclude', '^browser/extensions/extension_input_ui_api.cc'],
['exclude', '^browser/extensions/extension_input_ui_api.h'],
- ['exclude', '^browser/renderer_host/render_widget_host_view_views_touch.cc'],
['exclude', '^browser/ui/touch/*'],
],
}],
- ['touchui==1', {
- 'sources/': [
- ['include', '^browser/ui/touch/*'],
- ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
- ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
- ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
- ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc'],
- ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
- ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.*'],
- ['exclude', '^browser/chromeos/input_method/candidate_window.cc'],
- ['exclude', '^browser/chromeos/input_method/candidate_window.h'],
- ],
- }],
# linux/chromeos only status area button.
['OS=="linux" and use_aura==1', {
'sources/': [
@@ -5038,29 +5023,6 @@
'browser/ui/toolbar/bookmark_sub_menu_model.cc',
],
}],
- # Touch build only
- ['OS=="linux" and toolkit_views==1 and touchui==1', {
- 'sources/': [
- ['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
- ['include', '^browser/ui/views/constrained_window_views.cc'],
- ['include', '^browser/ui/views/constrained_window_views.h'],
- ['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
- ['include', '^browser/ui/views/constrained_window_views.cc'],
- ['include', '^browser/ui/views/constrained_window_views.h'],
- ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
- ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
- ['exclude', '^browser/ui/gtk/collected_cookies_gtk.cc'],
- ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
- ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
- ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
- ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.h'],
- ['exclude', '^browser/ui/gtk/ssl_client_certificate_selector.cc'],
- ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
- ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc'],
- ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
- ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.*'],
- ],
- }],
# chromeos notifications are not used in aura.
['chromeos==1 and use_aura==0', {
'sources/': [
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model_chromeos.cc ('k') | ui/gfx/native_theme_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698