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

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: 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 42b41ebc0b3cea2987410c0f5ef43ba994044bf0..fddf988af72147961b46e272cbd2d2047d437ade 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3594,6 +3594,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',
@@ -5194,7 +5196,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',
],

Powered by Google App Engine
This is Rietveld 408576698