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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11648024: Clean-up positioning and spacing in chrome/browser/ui/views/location_bar/location_bar_view.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed executable bit. Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'browser/ui/views/location_bar/content_setting_image_view.cc', 1569 'browser/ui/views/location_bar/content_setting_image_view.cc',
1570 'browser/ui/views/location_bar/content_setting_image_view.h', 1570 'browser/ui/views/location_bar/content_setting_image_view.h',
1571 'browser/ui/views/location_bar/ev_bubble_view.cc', 1571 'browser/ui/views/location_bar/ev_bubble_view.cc',
1572 'browser/ui/views/location_bar/ev_bubble_view.h', 1572 'browser/ui/views/location_bar/ev_bubble_view.h',
1573 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 1573 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
1574 'browser/ui/views/location_bar/icon_label_bubble_view.h', 1574 'browser/ui/views/location_bar/icon_label_bubble_view.h',
1575 'browser/ui/views/location_bar/keyword_hint_view.cc', 1575 'browser/ui/views/location_bar/keyword_hint_view.cc',
1576 'browser/ui/views/location_bar/keyword_hint_view.h', 1576 'browser/ui/views/location_bar/keyword_hint_view.h',
1577 'browser/ui/views/location_bar/location_bar_decoration_view.cc', 1577 'browser/ui/views/location_bar/location_bar_decoration_view.cc',
1578 'browser/ui/views/location_bar/location_bar_decoration_view.h', 1578 'browser/ui/views/location_bar/location_bar_decoration_view.h',
1579 'browser/ui/views/location_bar/location_bar_layout.cc',
1580 'browser/ui/views/location_bar/location_bar_layout.h',
1579 'browser/ui/views/location_bar/location_bar_view.cc', 1581 'browser/ui/views/location_bar/location_bar_view.cc',
1580 'browser/ui/views/location_bar/location_bar_view.h', 1582 'browser/ui/views/location_bar/location_bar_view.h',
1581 'browser/ui/views/location_bar/location_icon_view.cc', 1583 'browser/ui/views/location_bar/location_icon_view.cc',
1582 'browser/ui/views/location_bar/location_icon_view.h', 1584 'browser/ui/views/location_bar/location_icon_view.h',
1583 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 1585 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
1584 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 1586 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
1585 'browser/ui/views/location_bar/page_action_image_view.cc', 1587 'browser/ui/views/location_bar/page_action_image_view.cc',
1586 'browser/ui/views/location_bar/page_action_image_view.h', 1588 'browser/ui/views/location_bar/page_action_image_view.h',
1587 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1589 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1588 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1590 'browser/ui/views/location_bar/page_action_with_badge_view.h',
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2792 }, { # else: enable_app_list==0 2794 }, { # else: enable_app_list==0
2793 'sources/': [ 2795 'sources/': [
2794 ['exclude', '^browser/ui/views/app_list/'], 2796 ['exclude', '^browser/ui/views/app_list/'],
2795 ['exclude', '^browser/ui/app_list/'], 2797 ['exclude', '^browser/ui/app_list/'],
2796 ] 2798 ]
2797 }], 2799 }],
2798 ], 2800 ],
2799 }, 2801 },
2800 ], 2802 ],
2801 } 2803 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698