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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'browser/autofill/autofill_xml_parser.cc', 161 'browser/autofill/autofill_xml_parser.cc',
162 'browser/autofill/autofill_xml_parser.h', 162 'browser/autofill/autofill_xml_parser.h',
163 'browser/autofill/contact_info.cc', 163 'browser/autofill/contact_info.cc',
164 'browser/autofill/contact_info.h', 164 'browser/autofill/contact_info.h',
165 'browser/autofill/credit_card.cc', 165 'browser/autofill/credit_card.cc',
166 'browser/autofill/credit_card.h', 166 'browser/autofill/credit_card.h',
167 'browser/autofill/credit_card_field.cc', 167 'browser/autofill/credit_card_field.cc',
168 'browser/autofill/credit_card_field.h', 168 'browser/autofill/credit_card_field.h',
169 'browser/autofill/email_field.cc', 169 'browser/autofill/email_field.cc',
170 'browser/autofill/email_field.h', 170 'browser/autofill/email_field.h',
171 'browser/autofill/fax_number.cc',
172 'browser/autofill/fax_number.h',
173 'browser/autofill/field_types.h', 171 'browser/autofill/field_types.h',
174 'browser/autofill/form_field.cc', 172 'browser/autofill/form_field.cc',
175 'browser/autofill/form_field.h', 173 'browser/autofill/form_field.h',
176 'browser/autofill/form_group.cc', 174 'browser/autofill/form_group.cc',
177 'browser/autofill/form_group.h', 175 'browser/autofill/form_group.h',
178 'browser/autofill/form_structure.cc', 176 'browser/autofill/form_structure.cc',
179 'browser/autofill/form_structure.h', 177 'browser/autofill/form_structure.h',
180 'browser/autofill/home_phone_number.cc', 178 'browser/autofill/home_phone_number.cc',
181 'browser/autofill/home_phone_number.h', 179 'browser/autofill/home_phone_number.h',
182 'browser/autofill/name_field.cc', 180 'browser/autofill/name_field.cc',
(...skipping 4880 matching lines...) Expand 10 before | Expand all | Expand 10 after
5063 # weak imports in dependents, who still must #include 5061 # weak imports in dependents, who still must #include
5064 # closure_blocks_leopard_compat.h to get weak imports. 5062 # closure_blocks_leopard_compat.h to get weak imports.
5065 'type': 'none', 5063 'type': 'none',
5066 }], 5064 }],
5067 ], 5065 ],
5068 }, 5066 },
5069 ], 5067 ],
5070 }], 5068 }],
5071 ], 5069 ],
5072 } 5070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698