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

Unified Diff: chrome/chrome_browser.gypi

Issue 7825024: For Touch: remove some menu items for experimentation, adjust sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 9 years, 3 months 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/fileicon_source_cros.cc ('k') | views/controls/menu/menu_config.h » ('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 91bdc6404594989f35b4d240ecec0bc9d19e655f..20edb4d89e13fb2724aecf41cb03c9d073c0b315 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3072,6 +3072,7 @@
'browser/ui/toolbar/toolbar_model.h',
'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',
@@ -3542,8 +3543,8 @@
'browser/ui/webui/favicon_source.h',
'browser/ui/webui/fileicon_source.cc',
'browser/ui/webui/fileicon_source.h',
- 'browser/ui/webui/fileicon_source_cros.cc',
- 'browser/ui/webui/fileicon_source_cros.h',
+ 'browser/ui/webui/fileicon_source_chromeos.cc',
+ 'browser/ui/webui/fileicon_source_chromeos.h',
'browser/ui/webui/flags_ui.cc',
'browser/ui/webui/flags_ui.h',
'browser/ui/webui/flash_ui.cc',
@@ -3860,13 +3861,14 @@
['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
['exclude', 'browser/renderer_host/offline_resource_handler.h'],
['exclude', 'browser/ui/login/login_prompt_ui.cc'],
+ ['exclude', 'browser/ui/toolbar/wrench_menu_model_chromeos.cc'],
['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
- ['exclude', 'browser/ui/webui/fileicon_source_cros.cc'],
- ['exclude', 'browser/ui/webui/fileicon_source_cros.h'],
+ ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'],
+ ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'],
],
}],
['chromeos==1', {
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source_cros.cc ('k') | views/controls/menu/menu_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698