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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6484022: Autofill i18n: Set postal code and state field labels based on the selected country. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Still needs tests Created 9 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'browser/autofill/address_field.h', 150 'browser/autofill/address_field.h',
151 'browser/autofill/autofill-inl.h', 151 'browser/autofill/autofill-inl.h',
152 'browser/autofill/autofill_address_model_mac.h', 152 'browser/autofill/autofill_address_model_mac.h',
153 'browser/autofill/autofill_address_model_mac.mm', 153 'browser/autofill/autofill_address_model_mac.mm',
154 'browser/autofill/autofill_address_sheet_controller_mac.h', 154 'browser/autofill/autofill_address_sheet_controller_mac.h',
155 'browser/autofill/autofill_address_sheet_controller_mac.mm', 155 'browser/autofill/autofill_address_sheet_controller_mac.mm',
156 'browser/autofill/autofill_cc_infobar.h', 156 'browser/autofill/autofill_cc_infobar.h',
157 'browser/autofill/autofill_cc_infobar_delegate.cc', 157 'browser/autofill/autofill_cc_infobar_delegate.cc',
158 'browser/autofill/autofill_cc_infobar_delegate.h', 158 'browser/autofill/autofill_cc_infobar_delegate.h',
159 'browser/autofill/autofill_cc_infobar_win.cc', 159 'browser/autofill/autofill_cc_infobar_win.cc',
160 'browser/autofill/autofill_country.cc',
161 'browser/autofill/autofill_country.h',
160 'browser/autofill/autofill_credit_card_model_mac.h', 162 'browser/autofill/autofill_credit_card_model_mac.h',
161 'browser/autofill/autofill_credit_card_model_mac.mm', 163 'browser/autofill/autofill_credit_card_model_mac.mm',
162 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', 164 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
163 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', 165 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
164 'browser/autofill/autofill_dialog.h', 166 'browser/autofill/autofill_dialog.h',
165 'browser/autofill/autofill_dialog_controller_mac.h', 167 'browser/autofill/autofill_dialog_controller_mac.h',
166 'browser/autofill/autofill_dialog_controller_mac.mm', 168 'browser/autofill/autofill_dialog_controller_mac.mm',
167 'browser/autofill/autofill_dialog_gtk.cc', 169 'browser/autofill/autofill_dialog_gtk.cc',
168 'browser/autofill/autofill_dialog_mac.mm', 170 'browser/autofill/autofill_dialog_mac.mm',
169 # Windows version of autofill dialog is defined in 171 # Windows version of autofill dialog is defined in
(...skipping 4440 matching lines...) Expand 10 before | Expand all | Expand 10 after
4610 ], 4612 ],
4611 }, 4613 },
4612 ], 4614 ],
4613 } 4615 }
4614 4616
4615 # Local Variables: 4617 # Local Variables:
4616 # tab-width:2 4618 # tab-width:2
4617 # indent-tabs-mode:nil 4619 # indent-tabs-mode:nil
4618 # End: 4620 # End:
4619 # vim: set expandtab tabstop=2 shiftwidth=2: 4621 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698