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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12328091: set a default country in the autofill dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ilya review 2 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
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | no next file » | 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'browser/ui/autofill/autofill_dialog_models.h', 212 'browser/ui/autofill/autofill_dialog_models.h',
213 'browser/ui/autofill/autofill_dialog_types.cc', 213 'browser/ui/autofill/autofill_dialog_types.cc',
214 'browser/ui/autofill/autofill_dialog_types.h', 214 'browser/ui/autofill/autofill_dialog_types.h',
215 'browser/ui/autofill/autofill_dialog_view.cc', 215 'browser/ui/autofill/autofill_dialog_view.cc',
216 'browser/ui/autofill/autofill_dialog_view.h', 216 'browser/ui/autofill/autofill_dialog_view.h',
217 'browser/ui/autofill/autofill_popup_controller.h', 217 'browser/ui/autofill/autofill_popup_controller.h',
218 'browser/ui/autofill/autofill_popup_controller_impl.cc', 218 'browser/ui/autofill/autofill_popup_controller_impl.cc',
219 'browser/ui/autofill/autofill_popup_controller_impl.h', 219 'browser/ui/autofill/autofill_popup_controller_impl.h',
220 'browser/ui/autofill/autofill_popup_delegate.h', 220 'browser/ui/autofill/autofill_popup_delegate.h',
221 'browser/ui/autofill/autofill_popup_view.h', 221 'browser/ui/autofill/autofill_popup_view.h',
222 'browser/ui/autofill/country_combobox_model.cc',
223 'browser/ui/autofill/country_combobox_model.h',
222 'browser/ui/autofill/data_model_wrapper.cc', 224 'browser/ui/autofill/data_model_wrapper.cc',
223 'browser/ui/autofill/data_model_wrapper.h', 225 'browser/ui/autofill/data_model_wrapper.h',
224 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 226 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
225 'browser/ui/autofill/tab_autofill_manager_delegate.h', 227 'browser/ui/autofill/tab_autofill_manager_delegate.h',
226 'browser/ui/auto_login_info_bar_delegate.cc', 228 'browser/ui/auto_login_info_bar_delegate.cc',
227 'browser/ui/auto_login_info_bar_delegate.h', 229 'browser/ui/auto_login_info_bar_delegate.h',
228 'browser/ui/auto_login_prompter.cc', 230 'browser/ui/auto_login_prompter.cc',
229 'browser/ui/auto_login_prompter.h', 231 'browser/ui/auto_login_prompter.h',
230 'browser/ui/base_window.h', 232 'browser/ui/base_window.h',
231 'browser/ui/blocked_content/blocked_content_container.cc', 233 'browser/ui/blocked_content/blocked_content_container.cc',
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after
2823 }], 2825 }],
2824 ['enable_message_center==1', { 2826 ['enable_message_center==1', {
2825 'dependencies': [ 2827 'dependencies': [
2826 '../ui/message_center/message_center.gyp:message_center', 2828 '../ui/message_center/message_center.gyp:message_center',
2827 ], 2829 ],
2828 }], 2830 }],
2829 ], 2831 ],
2830 }, 2832 },
2831 ], 2833 ],
2832 } 2834 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698