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

Side by Side Diff: components/autofill.gypi

Issue 14096009: [Autofill] Split off AutofillDataModel as a subclass of FormData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android compile Created 7 years, 8 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/ui/autofill/data_model_wrapper.cc ('k') | components/autofill/browser/address.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'autofill/browser/autocheckout_manager.h', 136 'autofill/browser/autocheckout_manager.h',
137 'autofill/browser/autocheckout_page_meta_data.cc', 137 'autofill/browser/autocheckout_page_meta_data.cc',
138 'autofill/browser/autocheckout_page_meta_data.h', 138 'autofill/browser/autocheckout_page_meta_data.h',
139 'autofill/browser/autocheckout_request_manager.cc', 139 'autofill/browser/autocheckout_request_manager.cc',
140 'autofill/browser/autocheckout_request_manager.h', 140 'autofill/browser/autocheckout_request_manager.h',
141 'autofill/browser/autocomplete_history_manager.cc', 141 'autofill/browser/autocomplete_history_manager.cc',
142 'autofill/browser/autocomplete_history_manager.h', 142 'autofill/browser/autocomplete_history_manager.h',
143 'autofill/browser/autofill-inl.h', 143 'autofill/browser/autofill-inl.h',
144 'autofill/browser/autofill_country.cc', 144 'autofill/browser/autofill_country.cc',
145 'autofill/browser/autofill_country.h', 145 'autofill/browser/autofill_country.h',
146 'autofill/browser/autofill_data_model.cc',
147 'autofill/browser/autofill_data_model.h',
146 'autofill/browser/autofill_download.cc', 148 'autofill/browser/autofill_download.cc',
147 'autofill/browser/autofill_download.h', 149 'autofill/browser/autofill_download.h',
148 'autofill/browser/autofill_download_url.cc', 150 'autofill/browser/autofill_download_url.cc',
149 'autofill/browser/autofill_download_url.h', 151 'autofill/browser/autofill_download_url.h',
150 'autofill/browser/autofill_external_delegate.cc', 152 'autofill/browser/autofill_external_delegate.cc',
151 'autofill/browser/autofill_external_delegate.h', 153 'autofill/browser/autofill_external_delegate.h',
152 'autofill/browser/autofill_field.cc', 154 'autofill/browser/autofill_field.cc',
153 'autofill/browser/autofill_field.h', 155 'autofill/browser/autofill_field.h',
154 'autofill/browser/autofill_ie_toolbar_import_win.cc', 156 'autofill/browser/autofill_ie_toolbar_import_win.cc',
155 'autofill/browser/autofill_ie_toolbar_import_win.h', 157 'autofill/browser/autofill_ie_toolbar_import_win.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ], 313 ],
312 'variables': { 314 'variables': {
313 'jni_gen_package': 'autofill', 315 'jni_gen_package': 'autofill',
314 }, 316 },
315 'includes': [ '../build/jni_generator.gypi' ], 317 'includes': [ '../build/jni_generator.gypi' ],
316 }, 318 },
317 ], 319 ],
318 }], 320 }],
319 ], 321 ],
320 } 322 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper.cc ('k') | components/autofill/browser/address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698