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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11825005: Move alternate_nav_infobar_delegate.* from c/b/infobars/ to c/b/ui/omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update chrome_browser_ui.gypi as well 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/chrome_browser.gypi ('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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/ui/login/login_prompt.cc', 1145 'browser/ui/login/login_prompt.cc',
1146 'browser/ui/login/login_prompt.h', 1146 'browser/ui/login/login_prompt.h',
1147 'browser/ui/media_stream_infobar_delegate.h', 1147 'browser/ui/media_stream_infobar_delegate.h',
1148 'browser/ui/media_stream_infobar_delegate.cc', 1148 'browser/ui/media_stream_infobar_delegate.cc',
1149 'browser/ui/metro_pin_tab_helper_win.cc', 1149 'browser/ui/metro_pin_tab_helper_win.cc',
1150 'browser/ui/metro_pin_tab_helper_win.h', 1150 'browser/ui/metro_pin_tab_helper_win.h',
1151 'browser/ui/network_profile_bubble.cc', 1151 'browser/ui/network_profile_bubble.cc',
1152 'browser/ui/network_profile_bubble.h', 1152 'browser/ui/network_profile_bubble.h',
1153 'browser/ui/ntp_background_util.cc', 1153 'browser/ui/ntp_background_util.cc',
1154 'browser/ui/ntp_background_util.h', 1154 'browser/ui/ntp_background_util.h',
1155 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1156 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1157 'browser/ui/omnibox/alternate_nav_url_fetcher.cc',
1158 'browser/ui/omnibox/alternate_nav_url_fetcher.h',
1155 'browser/ui/omnibox/location_bar.h', 1159 'browser/ui/omnibox/location_bar.h',
1156 'browser/ui/omnibox/location_bar_util.cc', 1160 'browser/ui/omnibox/location_bar_util.cc',
1157 'browser/ui/omnibox/location_bar_util.h', 1161 'browser/ui/omnibox/location_bar_util.h',
1158 'browser/ui/omnibox/omnibox_edit_controller.h', 1162 'browser/ui/omnibox/omnibox_edit_controller.h',
1159 'browser/ui/omnibox/omnibox_edit_model.cc', 1163 'browser/ui/omnibox/omnibox_edit_model.cc',
1160 'browser/ui/omnibox/omnibox_edit_model.h', 1164 'browser/ui/omnibox/omnibox_edit_model.h',
1161 'browser/ui/omnibox/omnibox_popup_model.cc', 1165 'browser/ui/omnibox/omnibox_popup_model.cc',
1162 'browser/ui/omnibox/omnibox_popup_model.h', 1166 'browser/ui/omnibox/omnibox_popup_model.h',
1163 'browser/ui/omnibox/omnibox_popup_non_view.cc', 1167 'browser/ui/omnibox/omnibox_popup_non_view.cc',
1164 'browser/ui/omnibox/omnibox_popup_non_view.h', 1168 'browser/ui/omnibox/omnibox_popup_non_view.h',
(...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 }], 2789 }],
2786 ['enable_message_center==1', { 2790 ['enable_message_center==1', {
2787 'dependencies': [ 2791 'dependencies': [
2788 '../ui/message_center/message_center.gyp:message_center', 2792 '../ui/message_center/message_center.gyp:message_center',
2789 ], 2793 ],
2790 }], 2794 }],
2791 ], 2795 ],
2792 }, 2796 },
2793 ], 2797 ],
2794 } 2798 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698