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

Unified Diff: chrome/chrome_browser.gypi

Issue 10519008: Enlarge size of touch target for several location bar buttons without affecting visual layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge to LKGR Created 8 years, 6 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/views/location_bar/touchable_location_bar_view.cc ('k') | no next file » | 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 c67b7869150f05e620890d954d26698443bb33d0..e39bd85ba2009114ccdb2da44bcca08b13cd2b04 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3608,6 +3608,8 @@
'browser/ui/views/location_bar/star_view.h',
'browser/ui/views/location_bar/suggested_text_view.cc',
'browser/ui/views/location_bar/suggested_text_view.h',
+ 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
+ 'browser/ui/views/location_bar/touchable_location_bar_view.h',
'browser/ui/views/login_prompt_views.cc',
'browser/ui/views/login_view.cc',
'browser/ui/views/login_view.h',
@@ -5209,7 +5211,7 @@
# Protobuf compiler / generator for Chrome Variations seed.
'target_name': 'variations_seed_proto',
'type': 'static_library',
- 'sources': [
+ 'sources': [
'browser/metrics/proto/trials_seed.proto',
'browser/metrics/proto/study.proto',
],
« no previous file with comments | « chrome/browser/ui/views/location_bar/touchable_location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698