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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12221055: Use a uniform opaque type to represent web contents modal dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO Created 7 years, 10 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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 'browser/ui/intents/web_intent_picker_model.cc', 1155 'browser/ui/intents/web_intent_picker_model.cc',
1156 'browser/ui/intents/web_intent_picker_model.h', 1156 'browser/ui/intents/web_intent_picker_model.h',
1157 'browser/ui/intents/web_intent_picker_model_observer.h', 1157 'browser/ui/intents/web_intent_picker_model_observer.h',
1158 'browser/ui/login/login_model.h', 1158 'browser/ui/login/login_model.h',
1159 'browser/ui/login/login_prompt.cc', 1159 'browser/ui/login/login_prompt.cc',
1160 'browser/ui/login/login_prompt.h', 1160 'browser/ui/login/login_prompt.h',
1161 'browser/ui/media_stream_infobar_delegate.h', 1161 'browser/ui/media_stream_infobar_delegate.h',
1162 'browser/ui/media_stream_infobar_delegate.cc', 1162 'browser/ui/media_stream_infobar_delegate.cc',
1163 'browser/ui/metro_pin_tab_helper_win.cc', 1163 'browser/ui/metro_pin_tab_helper_win.cc',
1164 'browser/ui/metro_pin_tab_helper_win.h', 1164 'browser/ui/metro_pin_tab_helper_win.h',
1165 'browser/ui/native_web_contents_modal_dialog.h',
1165 'browser/ui/native_web_contents_modal_dialog_manager.h', 1166 'browser/ui/native_web_contents_modal_dialog_manager.h',
1166 'browser/ui/network_profile_bubble.cc', 1167 'browser/ui/network_profile_bubble.cc',
1167 'browser/ui/network_profile_bubble.h', 1168 'browser/ui/network_profile_bubble.h',
1168 'browser/ui/ntp_background_util.cc', 1169 'browser/ui/ntp_background_util.cc',
1169 'browser/ui/ntp_background_util.h', 1170 'browser/ui/ntp_background_util.h',
1170 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1171 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1171 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1172 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1172 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', 1173 'browser/ui/omnibox/alternate_nav_url_fetcher.cc',
1173 'browser/ui/omnibox/alternate_nav_url_fetcher.h', 1174 'browser/ui/omnibox/alternate_nav_url_fetcher.h',
1174 'browser/ui/omnibox/location_bar.h', 1175 'browser/ui/omnibox/location_bar.h',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }], 2802 }],
2802 ['enable_message_center==1', { 2803 ['enable_message_center==1', {
2803 'dependencies': [ 2804 'dependencies': [
2804 '../ui/message_center/message_center.gyp:message_center', 2805 '../ui/message_center/message_center.gyp:message_center',
2805 ], 2806 ],
2806 }], 2807 }],
2807 ], 2808 ],
2808 }, 2809 },
2809 ], 2810 ],
2810 } 2811 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698