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

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: Remove multiple implementation inheritance. 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
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 3584 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 3595 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3596 'browser/ui/views/location_bar/page_action_with_badge_view.h', 3596 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3597 'browser/ui/views/location_bar/page_info_helper.cc', 3597 'browser/ui/views/location_bar/page_info_helper.cc',
3598 'browser/ui/views/location_bar/page_info_helper.h', 3598 'browser/ui/views/location_bar/page_info_helper.h',
3599 'browser/ui/views/location_bar/selected_keyword_view.cc', 3599 'browser/ui/views/location_bar/selected_keyword_view.cc',
3600 'browser/ui/views/location_bar/selected_keyword_view.h', 3600 'browser/ui/views/location_bar/selected_keyword_view.h',
3601 'browser/ui/views/location_bar/star_view.cc', 3601 'browser/ui/views/location_bar/star_view.cc',
3602 'browser/ui/views/location_bar/star_view.h', 3602 'browser/ui/views/location_bar/star_view.h',
3603 'browser/ui/views/location_bar/suggested_text_view.cc', 3603 'browser/ui/views/location_bar/suggested_text_view.cc',
3604 'browser/ui/views/location_bar/suggested_text_view.h', 3604 'browser/ui/views/location_bar/suggested_text_view.h',
3605 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
3606 'browser/ui/views/location_bar/touchable_location_bar_view.h',
3605 'browser/ui/views/login_prompt_views.cc', 3607 'browser/ui/views/login_prompt_views.cc',
3606 'browser/ui/views/login_view.cc', 3608 'browser/ui/views/login_view.cc',
3607 'browser/ui/views/login_view.h', 3609 'browser/ui/views/login_view.h',
3608 'browser/ui/views/native_constrained_window_aura.cc', 3610 'browser/ui/views/native_constrained_window_aura.cc',
3609 'browser/ui/views/native_constrained_window_win.cc', 3611 'browser/ui/views/native_constrained_window_win.cc',
3610 'browser/ui/views/notifications/balloon_collection_views.cc', 3612 'browser/ui/views/notifications/balloon_collection_views.cc',
3611 'browser/ui/views/notifications/balloon_view_host.cc', 3613 'browser/ui/views/notifications/balloon_view_host.cc',
3612 'browser/ui/views/notifications/balloon_view_host.h', 3614 'browser/ui/views/notifications/balloon_view_host.h',
3613 'browser/ui/views/notifications/balloon_view_views.cc', 3615 'browser/ui/views/notifications/balloon_view_views.cc',
3614 'browser/ui/views/notifications/balloon_view_views.h', 3616 'browser/ui/views/notifications/balloon_view_views.h',
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
5198 'variables': { 5200 'variables': {
5199 'proto_in_dir': 'browser/chromeos/gdata', 5201 'proto_in_dir': 'browser/chromeos/gdata',
5200 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5202 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5201 }, 5203 },
5202 'includes': [ '../build/protoc.gypi' ] 5204 'includes': [ '../build/protoc.gypi' ]
5203 }, 5205 },
5204 { 5206 {
5205 # Protobuf compiler / generator for Chrome Variations seed. 5207 # Protobuf compiler / generator for Chrome Variations seed.
5206 'target_name': 'variations_seed_proto', 5208 'target_name': 'variations_seed_proto',
5207 'type': 'static_library', 5209 'type': 'static_library',
5208 'sources': [ 5210 'sources': [
5209 'browser/metrics/proto/trials_seed.proto', 5211 'browser/metrics/proto/trials_seed.proto',
5210 'browser/metrics/proto/study.proto', 5212 'browser/metrics/proto/study.proto',
5211 ], 5213 ],
5212 'variables': { 5214 'variables': {
5213 'proto_in_dir': 'browser/metrics/proto', 5215 'proto_in_dir': 'browser/metrics/proto',
5214 'proto_out_dir': 'chrome/browser/metrics/proto', 5216 'proto_out_dir': 'chrome/browser/metrics/proto',
5215 }, 5217 },
5216 'includes': [ '../build/protoc.gypi' ] 5218 'includes': [ '../build/protoc.gypi' ]
5217 }, 5219 },
5218 ], 5220 ],
5219 } 5221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698