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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12556002: Always Close the Autofill UI through the same path (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Test On Linux Created 7 years, 9 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
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_popup_view_views.cc ('k') | chrome/chrome_tests.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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'browser/ui/autofill/autofill_dialog_controller_impl.h', 219 'browser/ui/autofill/autofill_dialog_controller_impl.h',
220 'browser/ui/autofill/autofill_dialog_models.cc', 220 'browser/ui/autofill/autofill_dialog_models.cc',
221 'browser/ui/autofill/autofill_dialog_models.h', 221 'browser/ui/autofill/autofill_dialog_models.h',
222 'browser/ui/autofill/autofill_dialog_types.cc', 222 'browser/ui/autofill/autofill_dialog_types.cc',
223 'browser/ui/autofill/autofill_dialog_types.h', 223 'browser/ui/autofill/autofill_dialog_types.h',
224 'browser/ui/autofill/autofill_dialog_view.cc', 224 'browser/ui/autofill/autofill_dialog_view.cc',
225 'browser/ui/autofill/autofill_dialog_view.h', 225 'browser/ui/autofill/autofill_dialog_view.h',
226 'browser/ui/autofill/autofill_popup_controller.h', 226 'browser/ui/autofill/autofill_popup_controller.h',
227 'browser/ui/autofill/autofill_popup_controller_impl.cc', 227 'browser/ui/autofill/autofill_popup_controller_impl.cc',
228 'browser/ui/autofill/autofill_popup_controller_impl.h', 228 'browser/ui/autofill/autofill_popup_controller_impl.h',
229 'browser/ui/autofill/autofill_popup_view.cc',
229 'browser/ui/autofill/autofill_popup_view.h', 230 'browser/ui/autofill/autofill_popup_view.h',
230 'browser/ui/autofill/country_combobox_model.cc', 231 'browser/ui/autofill/country_combobox_model.cc',
231 'browser/ui/autofill/country_combobox_model.h', 232 'browser/ui/autofill/country_combobox_model.h',
232 'browser/ui/autofill/data_model_wrapper.cc', 233 'browser/ui/autofill/data_model_wrapper.cc',
233 'browser/ui/autofill/data_model_wrapper.h', 234 'browser/ui/autofill/data_model_wrapper.h',
234 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 235 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
235 'browser/ui/autofill/tab_autofill_manager_delegate.h', 236 'browser/ui/autofill/tab_autofill_manager_delegate.h',
236 'browser/ui/auto_login_info_bar_delegate.cc', 237 'browser/ui/auto_login_info_bar_delegate.cc',
237 'browser/ui/auto_login_info_bar_delegate.h', 238 'browser/ui/auto_login_info_bar_delegate.h',
238 'browser/ui/auto_login_prompter.cc', 239 'browser/ui/auto_login_prompter.cc',
(...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 }], 2846 }],
2846 ['enable_message_center==1', { 2847 ['enable_message_center==1', {
2847 'dependencies': [ 2848 'dependencies': [
2848 '../ui/message_center/message_center.gyp:message_center', 2849 '../ui/message_center/message_center.gyp:message_center',
2849 ], 2850 ],
2850 }], 2851 }],
2851 ], 2852 ],
2852 }, 2853 },
2853 ], 2854 ],
2854 } 2855 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_popup_view_views.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698