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

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: 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'browser/autofill/address_field.h', 151 'browser/autofill/address_field.h',
152 'browser/autofill/autofill-inl.h', 152 'browser/autofill/autofill-inl.h',
153 'browser/autofill/autofill_address_model_mac.h', 153 'browser/autofill/autofill_address_model_mac.h',
154 'browser/autofill/autofill_address_model_mac.mm', 154 'browser/autofill/autofill_address_model_mac.mm',
155 'browser/autofill/autofill_address_sheet_controller_mac.h', 155 'browser/autofill/autofill_address_sheet_controller_mac.h',
156 'browser/autofill/autofill_address_sheet_controller_mac.mm', 156 'browser/autofill/autofill_address_sheet_controller_mac.mm',
157 'browser/autofill/autofill_cc_infobar.h', 157 'browser/autofill/autofill_cc_infobar.h',
158 'browser/autofill/autofill_cc_infobar_delegate.cc', 158 'browser/autofill/autofill_cc_infobar_delegate.cc',
159 'browser/autofill/autofill_cc_infobar_delegate.h', 159 'browser/autofill/autofill_cc_infobar_delegate.h',
160 'browser/autofill/autofill_cc_infobar_win.cc', 160 'browser/autofill/autofill_cc_infobar_win.cc',
161 'browser/autofill/autofill_country.cc',
162 'browser/autofill/autofill_country.h',
161 'browser/autofill/autofill_credit_card_model_mac.h', 163 'browser/autofill/autofill_credit_card_model_mac.h',
162 'browser/autofill/autofill_credit_card_model_mac.mm', 164 'browser/autofill/autofill_credit_card_model_mac.mm',
163 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', 165 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
164 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', 166 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
165 'browser/autofill/autofill_dialog.h', 167 'browser/autofill/autofill_dialog.h',
166 'browser/autofill/autofill_dialog_controller_mac.h', 168 'browser/autofill/autofill_dialog_controller_mac.h',
167 'browser/autofill/autofill_dialog_controller_mac.mm', 169 'browser/autofill/autofill_dialog_controller_mac.mm',
168 'browser/autofill/autofill_dialog_gtk.cc', 170 'browser/autofill/autofill_dialog_gtk.cc',
169 'browser/autofill/autofill_dialog_mac.mm', 171 'browser/autofill/autofill_dialog_mac.mm',
170 # Windows version of autofill dialog is defined in 172 # Windows version of autofill dialog is defined in
(...skipping 4447 matching lines...) Expand 10 before | Expand all | Expand 10 after
4618 ], 4620 ],
4619 }, 4621 },
4620 ], 4622 ],
4621 } 4623 }
4622 4624
4623 # Local Variables: 4625 # Local Variables:
4624 # tab-width:2 4626 # tab-width:2
4625 # indent-tabs-mode:nil 4627 # indent-tabs-mode:nil
4626 # End: 4628 # End:
4627 # vim: set expandtab tabstop=2 shiftwidth=2: 4629 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698