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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 3590 matching lines...) Expand 10 before | Expand all | Expand 10 after
3601 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 3601 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3602 'browser/ui/views/location_bar/page_action_with_badge_view.h', 3602 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3603 'browser/ui/views/location_bar/page_info_helper.cc', 3603 'browser/ui/views/location_bar/page_info_helper.cc',
3604 'browser/ui/views/location_bar/page_info_helper.h', 3604 'browser/ui/views/location_bar/page_info_helper.h',
3605 'browser/ui/views/location_bar/selected_keyword_view.cc', 3605 'browser/ui/views/location_bar/selected_keyword_view.cc',
3606 'browser/ui/views/location_bar/selected_keyword_view.h', 3606 'browser/ui/views/location_bar/selected_keyword_view.h',
3607 'browser/ui/views/location_bar/star_view.cc', 3607 'browser/ui/views/location_bar/star_view.cc',
3608 'browser/ui/views/location_bar/star_view.h', 3608 'browser/ui/views/location_bar/star_view.h',
3609 'browser/ui/views/location_bar/suggested_text_view.cc', 3609 'browser/ui/views/location_bar/suggested_text_view.cc',
3610 'browser/ui/views/location_bar/suggested_text_view.h', 3610 'browser/ui/views/location_bar/suggested_text_view.h',
3611 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
3612 'browser/ui/views/location_bar/touchable_location_bar_view.h',
3611 'browser/ui/views/login_prompt_views.cc', 3613 'browser/ui/views/login_prompt_views.cc',
3612 'browser/ui/views/login_view.cc', 3614 'browser/ui/views/login_view.cc',
3613 'browser/ui/views/login_view.h', 3615 'browser/ui/views/login_view.h',
3614 'browser/ui/views/native_constrained_window_aura.cc', 3616 'browser/ui/views/native_constrained_window_aura.cc',
3615 'browser/ui/views/native_constrained_window_win.cc', 3617 'browser/ui/views/native_constrained_window_win.cc',
3616 'browser/ui/views/notifications/balloon_collection_views.cc', 3618 'browser/ui/views/notifications/balloon_collection_views.cc',
3617 'browser/ui/views/notifications/balloon_view_host.cc', 3619 'browser/ui/views/notifications/balloon_view_host.cc',
3618 'browser/ui/views/notifications/balloon_view_host.h', 3620 'browser/ui/views/notifications/balloon_view_host.h',
3619 'browser/ui/views/notifications/balloon_view_views.cc', 3621 'browser/ui/views/notifications/balloon_view_views.cc',
3620 'browser/ui/views/notifications/balloon_view_views.h', 3622 'browser/ui/views/notifications/balloon_view_views.h',
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
5202 'variables': { 5204 'variables': {
5203 'proto_in_dir': 'browser/chromeos/gdata', 5205 'proto_in_dir': 'browser/chromeos/gdata',
5204 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5206 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5205 }, 5207 },
5206 'includes': [ '../build/protoc.gypi' ] 5208 'includes': [ '../build/protoc.gypi' ]
5207 }, 5209 },
5208 { 5210 {
5209 # Protobuf compiler / generator for Chrome Variations seed. 5211 # Protobuf compiler / generator for Chrome Variations seed.
5210 'target_name': 'variations_seed_proto', 5212 'target_name': 'variations_seed_proto',
5211 'type': 'static_library', 5213 'type': 'static_library',
5212 'sources': [ 5214 'sources': [
5213 'browser/metrics/proto/trials_seed.proto', 5215 'browser/metrics/proto/trials_seed.proto',
5214 'browser/metrics/proto/study.proto', 5216 'browser/metrics/proto/study.proto',
5215 ], 5217 ],
5216 'variables': { 5218 'variables': {
5217 'proto_in_dir': 'browser/metrics/proto', 5219 'proto_in_dir': 'browser/metrics/proto',
5218 'proto_out_dir': 'chrome/browser/metrics/proto', 5220 'proto_out_dir': 'chrome/browser/metrics/proto',
5219 }, 5221 },
5220 'includes': [ '../build/protoc.gypi' ] 5222 'includes': [ '../build/protoc.gypi' ]
5221 }, 5223 },
5222 ], 5224 ],
5223 } 5225 }
OLDNEW
« 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