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

Side by Side Diff: components/autofill.gypi

Issue 14348036: Move AutofillWebData DB methods into separate class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 years, 7 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) 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'autofill/browser/wallet/wallet_service_url.h', 236 'autofill/browser/wallet/wallet_service_url.h',
237 'autofill/browser/wallet/wallet_signin_helper.cc', 237 'autofill/browser/wallet/wallet_signin_helper.cc',
238 'autofill/browser/wallet/wallet_signin_helper.h', 238 'autofill/browser/wallet/wallet_signin_helper.h',
239 'autofill/browser/webdata/autofill_change.cc', 239 'autofill/browser/webdata/autofill_change.cc',
240 'autofill/browser/webdata/autofill_change.h', 240 'autofill/browser/webdata/autofill_change.h',
241 'autofill/browser/webdata/autofill_entry.cc', 241 'autofill/browser/webdata/autofill_entry.cc',
242 'autofill/browser/webdata/autofill_entry.h', 242 'autofill/browser/webdata/autofill_entry.h',
243 'autofill/browser/webdata/autofill_table.cc', 243 'autofill/browser/webdata/autofill_table.cc',
244 'autofill/browser/webdata/autofill_table.h', 244 'autofill/browser/webdata/autofill_table.h',
245 'autofill/browser/webdata/autofill_webdata.h', 245 'autofill/browser/webdata/autofill_webdata.h',
246 'autofill/browser/webdata/autofill_webdata_backend.cc',
247 'autofill/browser/webdata/autofill_webdata_backend.h',
246 'autofill/browser/webdata/autofill_webdata_service.cc', 248 'autofill/browser/webdata/autofill_webdata_service.cc',
247 'autofill/browser/webdata/autofill_webdata_service.h', 249 'autofill/browser/webdata/autofill_webdata_service.h',
248 'autofill/browser/webdata/autofill_webdata_service_observer.h', 250 'autofill/browser/webdata/autofill_webdata_service_observer.h',
249 251
250 # This file is generated by the autofill_regexes action. 252 # This file is generated by the autofill_regexes action.
251 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 253 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
252 ], 254 ],
253 255
254 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 256 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
255 'msvs_disabled_warnings': [4267, ], 257 'msvs_disabled_warnings': [4267, ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 317 ],
316 'variables': { 318 'variables': {
317 'jni_gen_package': 'autofill', 319 'jni_gen_package': 'autofill',
318 }, 320 },
319 'includes': [ '../build/jni_generator.gypi' ], 321 'includes': [ '../build/jni_generator.gypi' ],
320 }, 322 },
321 ], 323 ],
322 }], 324 }],
323 ], 325 ],
324 } 326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698