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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 21696003: views/location_bar: Eliminate TouchableLocationBarView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 4 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 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 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'browser/ui/views/location_bar/keyword_hint_view.cc', 1790 'browser/ui/views/location_bar/keyword_hint_view.cc',
1791 'browser/ui/views/location_bar/keyword_hint_view.h', 1791 'browser/ui/views/location_bar/keyword_hint_view.h',
1792 'browser/ui/views/location_bar/location_bar_decoration_view.cc', 1792 'browser/ui/views/location_bar/location_bar_decoration_view.cc',
1793 'browser/ui/views/location_bar/location_bar_decoration_view.h', 1793 'browser/ui/views/location_bar/location_bar_decoration_view.h',
1794 'browser/ui/views/location_bar/location_bar_layout.cc', 1794 'browser/ui/views/location_bar/location_bar_layout.cc',
1795 'browser/ui/views/location_bar/location_bar_layout.h', 1795 'browser/ui/views/location_bar/location_bar_layout.h',
1796 'browser/ui/views/location_bar/location_bar_view.cc', 1796 'browser/ui/views/location_bar/location_bar_view.cc',
1797 'browser/ui/views/location_bar/location_bar_view.h', 1797 'browser/ui/views/location_bar/location_bar_view.h',
1798 'browser/ui/views/location_bar/location_icon_view.cc', 1798 'browser/ui/views/location_bar/location_icon_view.cc',
1799 'browser/ui/views/location_bar/location_icon_view.h', 1799 'browser/ui/views/location_bar/location_icon_view.h',
1800 'browser/ui/views/location_bar/mic_search_view.cc',
1801 'browser/ui/views/location_bar/mic_search_view.h',
1802 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc', 1800 'browser/ui/views/location_bar/open_pdf_in_reader_view.cc',
1803 'browser/ui/views/location_bar/open_pdf_in_reader_view.h', 1801 'browser/ui/views/location_bar/open_pdf_in_reader_view.h',
1804 'browser/ui/views/location_bar/page_action_image_view.cc', 1802 'browser/ui/views/location_bar/page_action_image_view.cc',
1805 'browser/ui/views/location_bar/page_action_image_view.h', 1803 'browser/ui/views/location_bar/page_action_image_view.h',
1806 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 1804 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
1807 'browser/ui/views/location_bar/page_action_with_badge_view.h', 1805 'browser/ui/views/location_bar/page_action_with_badge_view.h',
1808 'browser/ui/views/location_bar/page_info_helper.cc', 1806 'browser/ui/views/location_bar/page_info_helper.cc',
1809 'browser/ui/views/location_bar/page_info_helper.h', 1807 'browser/ui/views/location_bar/page_info_helper.h',
1810 'browser/ui/views/location_bar/script_bubble_icon_view.cc', 1808 'browser/ui/views/location_bar/script_bubble_icon_view.cc',
1811 'browser/ui/views/location_bar/script_bubble_icon_view.h', 1809 'browser/ui/views/location_bar/script_bubble_icon_view.h',
1812 'browser/ui/views/location_bar/selected_keyword_view.cc', 1810 'browser/ui/views/location_bar/selected_keyword_view.cc',
1813 'browser/ui/views/location_bar/selected_keyword_view.h', 1811 'browser/ui/views/location_bar/selected_keyword_view.h',
1814 'browser/ui/views/location_bar/star_view.cc', 1812 'browser/ui/views/location_bar/star_view.cc',
1815 'browser/ui/views/location_bar/star_view.h', 1813 'browser/ui/views/location_bar/star_view.h',
1816 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1817 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1818 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1814 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1819 'browser/ui/views/location_bar/zoom_bubble_view.h', 1815 'browser/ui/views/location_bar/zoom_bubble_view.h',
1820 'browser/ui/views/location_bar/zoom_view.cc', 1816 'browser/ui/views/location_bar/zoom_view.cc',
1821 'browser/ui/views/location_bar/zoom_view.h', 1817 'browser/ui/views/location_bar/zoom_view.h',
1822 'browser/ui/views/login_prompt_views.cc', 1818 'browser/ui/views/login_prompt_views.cc',
1823 'browser/ui/views/login_view.cc', 1819 'browser/ui/views/login_view.cc',
1824 'browser/ui/views/login_view.h', 1820 'browser/ui/views/login_view.h',
1825 'browser/ui/views/message_center/message_center_frame_view.cc', 1821 'browser/ui/views/message_center/message_center_frame_view.cc',
1826 'browser/ui/views/message_center/message_center_frame_view.h', 1822 'browser/ui/views/message_center/message_center_frame_view.h',
1827 'browser/ui/views/message_center/message_center_widget_delegate.h', 1823 'browser/ui/views/message_center/message_center_widget_delegate.h',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 ['enable_webrtc==0', { 3088 ['enable_webrtc==0', {
3093 'sources!': [ 3089 'sources!': [
3094 'browser/ui/webui/media/webrtc_logs_ui.cc', 3090 'browser/ui/webui/media/webrtc_logs_ui.cc',
3095 'browser/ui/webui/media/webrtc_logs_ui.h', 3091 'browser/ui/webui/media/webrtc_logs_ui.h',
3096 ], 3092 ],
3097 }], 3093 }],
3098 ], 3094 ],
3099 }, 3095 },
3100 ], 3096 ],
3101 } 3097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698