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

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: Answered mathieu, 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
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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'browser/ui/network_profile_bubble.h', 1211 'browser/ui/network_profile_bubble.h',
1212 'browser/ui/ntp_background_util.cc', 1212 'browser/ui/ntp_background_util.cc',
1213 'browser/ui/ntp_background_util.h', 1213 'browser/ui/ntp_background_util.h',
1214 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1214 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1215 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1215 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1216 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', 1216 'browser/ui/omnibox/alternate_nav_url_fetcher.cc',
1217 'browser/ui/omnibox/alternate_nav_url_fetcher.h', 1217 'browser/ui/omnibox/alternate_nav_url_fetcher.h',
1218 'browser/ui/omnibox/location_bar.h', 1218 'browser/ui/omnibox/location_bar.h',
1219 'browser/ui/omnibox/location_bar_util.cc', 1219 'browser/ui/omnibox/location_bar_util.cc',
1220 'browser/ui/omnibox/location_bar_util.h', 1220 'browser/ui/omnibox/location_bar_util.h',
1221 'browser/ui/omnibox/omnibox_controller.h',
1222 'browser/ui/omnibox/omnibox_controller.cc',
1221 'browser/ui/omnibox/omnibox_current_page_delegate.h', 1223 'browser/ui/omnibox/omnibox_current_page_delegate.h',
1222 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', 1224 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc',
1223 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', 1225 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h',
1224 'browser/ui/omnibox/omnibox_edit_controller.h', 1226 'browser/ui/omnibox/omnibox_edit_controller.h',
1225 'browser/ui/omnibox/omnibox_edit_model.cc', 1227 'browser/ui/omnibox/omnibox_edit_model.cc',
1226 'browser/ui/omnibox/omnibox_edit_model.h', 1228 'browser/ui/omnibox/omnibox_edit_model.h',
1227 'browser/ui/omnibox/omnibox_popup_model.cc', 1229 'browser/ui/omnibox/omnibox_popup_model.cc',
1228 'browser/ui/omnibox/omnibox_popup_model.h', 1230 'browser/ui/omnibox/omnibox_popup_model.h',
1229 'browser/ui/omnibox/omnibox_popup_non_view.cc', 1231 'browser/ui/omnibox/omnibox_popup_non_view.cc',
1230 'browser/ui/omnibox/omnibox_popup_non_view.h', 1232 'browser/ui/omnibox/omnibox_popup_non_view.h',
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 }], 2910 }],
2909 ['enable_message_center==1', { 2911 ['enable_message_center==1', {
2910 'dependencies': [ 2912 'dependencies': [
2911 '../ui/message_center/message_center.gyp:message_center', 2913 '../ui/message_center/message_center.gyp:message_center',
2912 ], 2914 ],
2913 }], 2915 }],
2914 ], 2916 ],
2915 }, 2917 },
2916 ], 2918 ],
2917 } 2919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698