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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11418229: alternate ntp: implement right-aligned search token (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed nits from peter 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 | Annotate | Revision Log
« 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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'browser/ui/views/location_bar/ev_bubble_view.cc', 1593 'browser/ui/views/location_bar/ev_bubble_view.cc',
1594 'browser/ui/views/location_bar/ev_bubble_view.h', 1594 'browser/ui/views/location_bar/ev_bubble_view.h',
1595 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 1595 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
1596 'browser/ui/views/location_bar/icon_label_bubble_view.h', 1596 'browser/ui/views/location_bar/icon_label_bubble_view.h',
1597 'browser/ui/views/location_bar/keyword_hint_view.cc', 1597 'browser/ui/views/location_bar/keyword_hint_view.cc',
1598 'browser/ui/views/location_bar/keyword_hint_view.h', 1598 'browser/ui/views/location_bar/keyword_hint_view.h',
1599 'browser/ui/views/location_bar/location_bar_decoration_view.cc', 1599 'browser/ui/views/location_bar/location_bar_decoration_view.cc',
1600 'browser/ui/views/location_bar/location_bar_decoration_view.h', 1600 'browser/ui/views/location_bar/location_bar_decoration_view.h',
1601 'browser/ui/views/location_bar/location_bar_layout.cc', 1601 'browser/ui/views/location_bar/location_bar_layout.cc',
1602 'browser/ui/views/location_bar/location_bar_layout.h', 1602 'browser/ui/views/location_bar/location_bar_layout.h',
1603 'browser/ui/views/location_bar/location_bar_separator_view.cc',
1604 'browser/ui/views/location_bar/location_bar_separator_view.h',
1603 'browser/ui/views/location_bar/location_bar_view.cc', 1605 'browser/ui/views/location_bar/location_bar_view.cc',
1604 'browser/ui/views/location_bar/location_bar_view.h', 1606 'browser/ui/views/location_bar/location_bar_view.h',
1605 'browser/ui/views/location_bar/location_icon_view.cc', 1607 'browser/ui/views/location_bar/location_icon_view.cc',
1606 'browser/ui/views/location_bar/location_icon_view.h', 1608 'browser/ui/views/location_bar/location_icon_view.h',
1607 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 1609 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
1608 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 1610 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
1609 'browser/ui/views/location_bar/page_action_image_view.cc', 1611 'browser/ui/views/location_bar/page_action_image_view.cc',
1610 'browser/ui/views/location_bar/page_action_image_view.h', 1612 'browser/ui/views/location_bar/page_action_image_view.h',
1611 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1613 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1612 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1614 'browser/ui/views/location_bar/page_action_with_badge_view.h',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2820 }], 2822 }],
2821 ['enable_message_center==1', { 2823 ['enable_message_center==1', {
2822 'dependencies': [ 2824 'dependencies': [
2823 '../ui/message_center/message_center.gyp:message_center', 2825 '../ui/message_center/message_center.gyp:message_center',
2824 ], 2826 ],
2825 }], 2827 }],
2826 ], 2828 ],
2827 }, 2829 },
2828 ], 2830 ],
2829 } 2831 }
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