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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13932034: Omnibox refactor, introduced OmniboxController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 8 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/omnibox/omnibox_edit_model.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 'browser/ui/network_profile_bubble.h', 1207 'browser/ui/network_profile_bubble.h',
1208 'browser/ui/ntp_background_util.cc', 1208 'browser/ui/ntp_background_util.cc',
1209 'browser/ui/ntp_background_util.h', 1209 'browser/ui/ntp_background_util.h',
1210 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1210 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1211 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1211 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1212 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', 1212 'browser/ui/omnibox/alternate_nav_url_fetcher.cc',
1213 'browser/ui/omnibox/alternate_nav_url_fetcher.h', 1213 'browser/ui/omnibox/alternate_nav_url_fetcher.h',
1214 'browser/ui/omnibox/location_bar.h', 1214 'browser/ui/omnibox/location_bar.h',
1215 'browser/ui/omnibox/location_bar_util.cc', 1215 'browser/ui/omnibox/location_bar_util.cc',
1216 'browser/ui/omnibox/location_bar_util.h', 1216 'browser/ui/omnibox/location_bar_util.h',
1217 'browser/ui/omnibox/omnibox_controller.h',
1218 'browser/ui/omnibox/omnibox_controller.cc',
1217 'browser/ui/omnibox/omnibox_current_page_delegate.h', 1219 'browser/ui/omnibox/omnibox_current_page_delegate.h',
1218 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', 1220 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc',
1219 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', 1221 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h',
1220 'browser/ui/omnibox/omnibox_edit_controller.h', 1222 'browser/ui/omnibox/omnibox_edit_controller.h',
1221 'browser/ui/omnibox/omnibox_edit_model.cc', 1223 'browser/ui/omnibox/omnibox_edit_model.cc',
1222 'browser/ui/omnibox/omnibox_edit_model.h', 1224 'browser/ui/omnibox/omnibox_edit_model.h',
1223 'browser/ui/omnibox/omnibox_popup_model.cc', 1225 'browser/ui/omnibox/omnibox_popup_model.cc',
1224 'browser/ui/omnibox/omnibox_popup_model.h', 1226 'browser/ui/omnibox/omnibox_popup_model.h',
1225 'browser/ui/omnibox/omnibox_popup_non_view.cc', 1227 'browser/ui/omnibox/omnibox_popup_non_view.cc',
1226 'browser/ui/omnibox/omnibox_popup_non_view.h', 1228 'browser/ui/omnibox/omnibox_popup_non_view.h',
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 }], 2902 }],
2901 ['enable_message_center==1', { 2903 ['enable_message_center==1', {
2902 'dependencies': [ 2904 'dependencies': [
2903 '../ui/message_center/message_center.gyp:message_center', 2905 '../ui/message_center/message_center.gyp:message_center',
2904 ], 2906 ],
2905 }], 2907 }],
2906 ], 2908 ],
2907 }, 2909 },
2908 ], 2910 ],
2909 } 2911 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698