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

Side by Side Diff: components/autofill.gypi

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 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) 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '<(SHARED_INTERMEDIATE_DIR)/autofill' 49 '<(SHARED_INTERMEDIATE_DIR)/autofill'
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 'autofill/core/browser/android/auxiliary_profile_loader_android.cc', 52 'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
53 'autofill/core/browser/android/auxiliary_profile_loader_android.h', 53 'autofill/core/browser/android/auxiliary_profile_loader_android.h',
54 'autofill/core/browser/android/auxiliary_profiles_android.cc', 54 'autofill/core/browser/android/auxiliary_profiles_android.cc',
55 'autofill/core/browser/android/auxiliary_profiles_android.h', 55 'autofill/core/browser/android/auxiliary_profiles_android.h',
56 'autofill/core/browser/android/component_jni_registrar.cc', 56 'autofill/core/browser/android/component_jni_registrar.cc',
57 'autofill/core/browser/android/component_jni_registrar.h', 57 'autofill/core/browser/android/component_jni_registrar.h',
58 'autofill/core/browser/android/personal_data_manager_android.cc', 58 'autofill/core/browser/android/personal_data_manager_android.cc',
59 'autofill/core/common/autocheckout_status.h',
60 'autofill/core/common/autofill_constants.cc', 59 'autofill/core/common/autofill_constants.cc',
61 'autofill/core/common/autofill_constants.h', 60 'autofill/core/common/autofill_constants.h',
62 'autofill/core/common/autofill_messages.h', 61 'autofill/core/common/autofill_messages.h',
63 'autofill/core/common/autofill_message_generator.cc', 62 'autofill/core/common/autofill_message_generator.cc',
64 'autofill/core/common/autofill_message_generator.h', 63 'autofill/core/common/autofill_message_generator.h',
65 'autofill/core/common/autofill_pref_names.cc', 64 'autofill/core/common/autofill_pref_names.cc',
66 'autofill/core/common/autofill_pref_names.h', 65 'autofill/core/common/autofill_pref_names.h',
67 'autofill/core/common/autofill_switches.cc', 66 'autofill/core/common/autofill_switches.cc',
68 'autofill/core/common/autofill_switches.h', 67 'autofill/core/common/autofill_switches.h',
69 'autofill/core/common/form_data.cc', 68 'autofill/core/common/form_data.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '../third_party/icu/icu.gyp:icuuc', 293 '../third_party/icu/icu.gyp:icuuc',
295 '../third_party/libjingle/libjingle.gyp:libjingle', 294 '../third_party/libjingle/libjingle.gyp:libjingle',
296 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 295 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
297 '../ui/ui.gyp:ui', 296 '../ui/ui.gyp:ui',
298 '../url/url.gyp:url_lib', 297 '../url/url.gyp:url_lib',
299 '../webkit/webkit_resources.gyp:webkit_resources', 298 '../webkit/webkit_resources.gyp:webkit_resources',
300 299
301 'component_strings.gyp:component_strings', 300 'component_strings.gyp:component_strings',
302 ], 301 ],
303 'sources': [ 302 'sources': [
304 'autofill/content/browser/autocheckout/whitelist_manager.cc',
305 'autofill/content/browser/autocheckout/whitelist_manager.h',
306 'autofill/content/browser/autocheckout_manager.cc',
307 'autofill/content/browser/autocheckout_manager.h',
308 'autofill/content/browser/autocheckout_page_meta_data.cc',
309 'autofill/content/browser/autocheckout_page_meta_data.h',
310 'autofill/content/browser/autocheckout_request_manager.cc',
311 'autofill/content/browser/autocheckout_request_manager.h',
312 'autofill/content/browser/autocheckout_statistic.cc',
313 'autofill/content/browser/autocheckout_statistic.h',
314 'autofill/content/browser/autocheckout_steps.h',
315 'autofill/content/browser/autofill_driver_impl.cc', 303 'autofill/content/browser/autofill_driver_impl.cc',
316 'autofill/content/browser/autofill_driver_impl.h', 304 'autofill/content/browser/autofill_driver_impl.h',
317 'autofill/content/browser/risk/fingerprint.cc', 305 'autofill/content/browser/risk/fingerprint.cc',
318 'autofill/content/browser/risk/fingerprint.h', 306 'autofill/content/browser/risk/fingerprint.h',
319 'autofill/content/browser/wallet/form_field_error.cc', 307 'autofill/content/browser/wallet/form_field_error.cc',
320 'autofill/content/browser/wallet/form_field_error.h', 308 'autofill/content/browser/wallet/form_field_error.h',
321 'autofill/content/browser/wallet/full_wallet.cc', 309 'autofill/content/browser/wallet/full_wallet.cc',
322 'autofill/content/browser/wallet/full_wallet.h', 310 'autofill/content/browser/wallet/full_wallet.h',
323 'autofill/content/browser/wallet/instrument.cc', 311 'autofill/content/browser/wallet/instrument.cc',
324 'autofill/content/browser/wallet/instrument.h', 312 'autofill/content/browser/wallet/instrument.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 ], 387 ],
400 'variables': { 388 'variables': {
401 'jni_gen_package': 'autofill', 389 'jni_gen_package': 'autofill',
402 }, 390 },
403 'includes': [ '../build/jni_generator.gypi' ], 391 'includes': [ '../build/jni_generator.gypi' ],
404 }, 392 },
405 ], 393 ],
406 }], 394 }],
407 ], 395 ],
408 } 396 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698