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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7585020: Remove Autofill support for the ECML standard, as it is virtually unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ECML files from the repository Created 9 years, 4 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/autofill/phone_field_unittest.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 (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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'browser/autofill/address.h', 128 'browser/autofill/address.h',
129 'browser/autofill/address_field.cc', 129 'browser/autofill/address_field.cc',
130 'browser/autofill/address_field.h', 130 'browser/autofill/address_field.h',
131 'browser/autofill/autofill-inl.h', 131 'browser/autofill/autofill-inl.h',
132 'browser/autofill/autofill_cc_infobar_delegate.cc', 132 'browser/autofill/autofill_cc_infobar_delegate.cc',
133 'browser/autofill/autofill_cc_infobar_delegate.h', 133 'browser/autofill/autofill_cc_infobar_delegate.h',
134 'browser/autofill/autofill_country.cc', 134 'browser/autofill/autofill_country.cc',
135 'browser/autofill/autofill_country.h', 135 'browser/autofill/autofill_country.h',
136 'browser/autofill/autofill_download.cc', 136 'browser/autofill/autofill_download.cc',
137 'browser/autofill/autofill_download.h', 137 'browser/autofill/autofill_download.h',
138 'browser/autofill/autofill_ecml.cc',
139 'browser/autofill/autofill_ecml.h',
140 'browser/autofill/autofill_feedback_infobar_delegate.cc', 138 'browser/autofill/autofill_feedback_infobar_delegate.cc',
141 'browser/autofill/autofill_feedback_infobar_delegate.h', 139 'browser/autofill/autofill_feedback_infobar_delegate.h',
142 'browser/autofill/autofill_field.cc', 140 'browser/autofill/autofill_field.cc',
143 'browser/autofill/autofill_field.h', 141 'browser/autofill/autofill_field.h',
144 'browser/autofill/autofill_ie_toolbar_import_win.cc', 142 'browser/autofill/autofill_ie_toolbar_import_win.cc',
145 'browser/autofill/autofill_ie_toolbar_import_win.h', 143 'browser/autofill/autofill_ie_toolbar_import_win.h',
146 'browser/autofill/autofill_manager.cc', 144 'browser/autofill/autofill_manager.cc',
147 'browser/autofill/autofill_manager.h', 145 'browser/autofill/autofill_manager.h',
148 'browser/autofill/autofill_metrics.cc', 146 'browser/autofill/autofill_metrics.cc',
149 'browser/autofill/autofill_metrics.h', 147 'browser/autofill/autofill_metrics.h',
(...skipping 4749 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 ], 4897 ],
4900 'export_dependent_settings': [ 4898 'export_dependent_settings': [
4901 'in_memory_url_index_cache_proto', 4899 'in_memory_url_index_cache_proto',
4902 ], 4900 ],
4903 # This target exports a hard dependency because it includes generated 4901 # This target exports a hard dependency because it includes generated
4904 # header files. 4902 # header files.
4905 'hard_dependency': 1, 4903 'hard_dependency': 1,
4906 }, 4904 },
4907 ], 4905 ],
4908 } 4906 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/phone_field_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698