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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13331007: Multi-account AccountChooser for interactive autocomplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indent fix. 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'browser/ui/ash/volume_controller_chromeos.h', 206 'browser/ui/ash/volume_controller_chromeos.h',
207 'browser/ui/ash/window_positioner.cc', 207 'browser/ui/ash/window_positioner.cc',
208 'browser/ui/ash/window_positioner.h', 208 'browser/ui/ash/window_positioner.h',
209 'browser/ui/aura/active_desktop_monitor.cc', 209 'browser/ui/aura/active_desktop_monitor.cc',
210 'browser/ui/aura/active_desktop_monitor.h', 210 'browser/ui/aura/active_desktop_monitor.h',
211 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 211 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
212 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 212 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
213 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 213 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
214 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 214 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
215 'browser/ui/aura/tabs/dock_info_aurax11.cc', 215 'browser/ui/aura/tabs/dock_info_aurax11.cc',
216 'browser/ui/autofill/account_chooser_model.cc',
217 'browser/ui/autofill/account_chooser_model.h',
216 'browser/ui/autofill/autocheckout_bubble.h', 218 'browser/ui/autofill/autocheckout_bubble.h',
217 'browser/ui/autofill/autocheckout_bubble.cc', 219 'browser/ui/autofill/autocheckout_bubble.cc',
218 'browser/ui/autofill/autocheckout_bubble_controller.cc', 220 'browser/ui/autofill/autocheckout_bubble_controller.cc',
219 'browser/ui/autofill/autocheckout_bubble_controller.h', 221 'browser/ui/autofill/autocheckout_bubble_controller.h',
220 'browser/ui/autofill/autofill_dialog_controller.h', 222 'browser/ui/autofill/autofill_dialog_controller.h',
221 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 223 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
222 'browser/ui/autofill/autofill_dialog_controller_impl.h', 224 'browser/ui/autofill/autofill_dialog_controller_impl.h',
223 'browser/ui/autofill/autofill_dialog_models.cc', 225 'browser/ui/autofill/autofill_dialog_models.cc',
224 'browser/ui/autofill/autofill_dialog_models.h', 226 'browser/ui/autofill/autofill_dialog_models.h',
225 'browser/ui/autofill/autofill_dialog_types.cc', 227 'browser/ui/autofill/autofill_dialog_types.cc',
(...skipping 2654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 }], 2882 }],
2881 ['enable_message_center==1', { 2883 ['enable_message_center==1', {
2882 'dependencies': [ 2884 'dependencies': [
2883 '../ui/message_center/message_center.gyp:message_center', 2885 '../ui/message_center/message_center.gyp:message_center',
2884 ], 2886 ],
2885 }], 2887 }],
2886 ], 2888 ],
2887 }, 2889 },
2888 ], 2890 ],
2889 } 2891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698