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

Unified Diff: chrome/chrome_browser.gypi

Issue 8678015: Touch constants and dead code removal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied Sadrul's comments 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/webui/active_downloads_ui.cc ('k') | chrome/chrome_tests.gypi » ('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 8bd9526599fb92e027fe2f7725ccbfb6e0dc1257..d869f9086731e60b0754406171ff0448e6893e7f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3245,18 +3245,8 @@
'browser/ui/toolbar/wrench_menu_model.cc',
'browser/ui/toolbar/wrench_menu_model.h',
'browser/ui/toolbar/wrench_menu_model_chromeos.cc',
- 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
- 'browser/ui/touch/frame/touch_browser_frame_view.cc',
- 'browser/ui/touch/frame/touch_browser_frame_view.h',
'browser/ui/touch/status_bubble_touch.cc',
'browser/ui/touch/status_bubble_touch.h',
- 'browser/ui/touch/tabs/tab_strip_factory.cc',
- 'browser/ui/touch/tabs/touch_tab.cc',
- 'browser/ui/touch/tabs/touch_tab.h',
- 'browser/ui/touch/tabs/touch_tab_strip.cc',
- 'browser/ui/touch/tabs/touch_tab_strip.h',
- 'browser/ui/touch/tabs/touch_tab_strip_controller.cc',
- 'browser/ui/touch/tabs/touch_tab_strip_controller.h',
'browser/ui/view_ids.h',
'browser/ui/views/about_chrome_view.cc',
'browser/ui/views/about_chrome_view.h',
@@ -4151,7 +4141,8 @@
'sources/': [
['exclude', '^browser/extensions/extension_input_ui_api.cc'],
['exclude', '^browser/extensions/extension_input_ui_api.h'],
- ['exclude', '^browser/ui/touch/*'],
+ ['exclude', '^browser/ui/touch/status_bubble_touch.cc'],
+ ['exclude', '^browser/ui/touch/status_bubble_touch.h'],
],
}],
# linux/chromeos only status area button.
« no previous file with comments | « chrome/browser/ui/webui/active_downloads_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698