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

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: Properly merged with ToT 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
« no previous file with comments | « chrome/browser/webui/options/autofill_options_handler.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 (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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'browser/autofill/address_field.h', 147 'browser/autofill/address_field.h',
148 'browser/autofill/autofill-inl.h', 148 'browser/autofill/autofill-inl.h',
149 'browser/autofill/autofill_address_model_mac.h', 149 'browser/autofill/autofill_address_model_mac.h',
150 'browser/autofill/autofill_address_model_mac.mm', 150 'browser/autofill/autofill_address_model_mac.mm',
151 'browser/autofill/autofill_address_sheet_controller_mac.h', 151 'browser/autofill/autofill_address_sheet_controller_mac.h',
152 'browser/autofill/autofill_address_sheet_controller_mac.mm', 152 'browser/autofill/autofill_address_sheet_controller_mac.mm',
153 'browser/autofill/autofill_cc_infobar.h', 153 'browser/autofill/autofill_cc_infobar.h',
154 'browser/autofill/autofill_cc_infobar_delegate.cc', 154 'browser/autofill/autofill_cc_infobar_delegate.cc',
155 'browser/autofill/autofill_cc_infobar_delegate.h', 155 'browser/autofill/autofill_cc_infobar_delegate.h',
156 'browser/autofill/autofill_cc_infobar_win.cc', 156 'browser/autofill/autofill_cc_infobar_win.cc',
157 'browser/autofill/autofill_country.cc',
158 'browser/autofill/autofill_country.h',
157 'browser/autofill/autofill_credit_card_model_mac.h', 159 'browser/autofill/autofill_credit_card_model_mac.h',
158 'browser/autofill/autofill_credit_card_model_mac.mm', 160 'browser/autofill/autofill_credit_card_model_mac.mm',
159 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', 161 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
160 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', 162 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
161 'browser/autofill/autofill_dialog.h', 163 'browser/autofill/autofill_dialog.h',
162 'browser/autofill/autofill_dialog_controller_mac.h', 164 'browser/autofill/autofill_dialog_controller_mac.h',
163 'browser/autofill/autofill_dialog_controller_mac.mm', 165 'browser/autofill/autofill_dialog_controller_mac.mm',
164 'browser/autofill/autofill_dialog_gtk.cc', 166 'browser/autofill/autofill_dialog_gtk.cc',
165 'browser/autofill/autofill_dialog_mac.mm', 167 'browser/autofill/autofill_dialog_mac.mm',
166 # Windows version of autofill dialog is defined in 168 # Windows version of autofill dialog is defined in
(...skipping 4326 matching lines...) Expand 10 before | Expand all | Expand 10 after
4493 ], 4495 ],
4494 }, 4496 },
4495 ], 4497 ],
4496 } 4498 }
4497 4499
4498 # Local Variables: 4500 # Local Variables:
4499 # tab-width:2 4501 # tab-width:2
4500 # indent-tabs-mode:nil 4502 # indent-tabs-mode:nil
4501 # End: 4503 # End:
4502 # vim: set expandtab tabstop=2 shiftwidth=2: 4504 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/webui/options/autofill_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698