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

Side by Side Diff: components/autofill.gypi

Issue 16286020: Abstract WebContentsObserver from Autofill shared code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 7 years, 6 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'autofill/browser/autocomplete_history_manager.h', 134 'autofill/browser/autocomplete_history_manager.h',
135 'autofill/browser/autofill-inl.h', 135 'autofill/browser/autofill-inl.h',
136 'autofill/browser/autofill_country.cc', 136 'autofill/browser/autofill_country.cc',
137 'autofill/browser/autofill_country.h', 137 'autofill/browser/autofill_country.h',
138 'autofill/browser/autofill_data_model.cc', 138 'autofill/browser/autofill_data_model.cc',
139 'autofill/browser/autofill_data_model.h', 139 'autofill/browser/autofill_data_model.h',
140 'autofill/browser/autofill_download.cc', 140 'autofill/browser/autofill_download.cc',
141 'autofill/browser/autofill_download.h', 141 'autofill/browser/autofill_download.h',
142 'autofill/browser/autofill_download_url.cc', 142 'autofill/browser/autofill_download_url.cc',
143 'autofill/browser/autofill_download_url.h', 143 'autofill/browser/autofill_download_url.h',
144 'autofill/browser/autofill_driver.h',
144 'autofill/browser/autofill_external_delegate.cc', 145 'autofill/browser/autofill_external_delegate.cc',
145 'autofill/browser/autofill_external_delegate.h', 146 'autofill/browser/autofill_external_delegate.h',
146 'autofill/browser/autofill_field.cc', 147 'autofill/browser/autofill_field.cc',
147 'autofill/browser/autofill_field.h', 148 'autofill/browser/autofill_field.h',
148 'autofill/browser/autofill_ie_toolbar_import_win.cc', 149 'autofill/browser/autofill_ie_toolbar_import_win.cc',
149 'autofill/browser/autofill_ie_toolbar_import_win.h', 150 'autofill/browser/autofill_ie_toolbar_import_win.h',
150 'autofill/browser/autofill_manager.cc', 151 'autofill/browser/autofill_manager.cc',
151 'autofill/browser/autofill_manager.h', 152 'autofill/browser/autofill_manager.h',
152 'autofill/browser/autofill_manager_delegate.h', 153 'autofill/browser/autofill_manager_delegate.h',
153 'autofill/browser/autofill_manager_test_delegate.h', 154 'autofill/browser/autofill_manager_test_delegate.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '../third_party/icu/icu.gyp:icuuc', 274 '../third_party/icu/icu.gyp:icuuc',
274 '../third_party/libjingle/libjingle.gyp:libjingle', 275 '../third_party/libjingle/libjingle.gyp:libjingle',
275 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 276 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
276 '../ui/ui.gyp:ui', 277 '../ui/ui.gyp:ui',
277 '../url/url.gyp:url_lib', 278 '../url/url.gyp:url_lib',
278 '../webkit/support/webkit_support.gyp:webkit_resources', 279 '../webkit/support/webkit_support.gyp:webkit_resources',
279 280
280 'component_resources.gyp:component_resources', 281 'component_resources.gyp:component_resources',
281 ], 282 ],
282 'sources': [ 283 'sources': [
284 'autofill/content/browser/autofill_driver_impl.cc',
285 'autofill/content/browser/autofill_driver_impl.h',
283 'autofill/content/browser/risk/fingerprint.cc', 286 'autofill/content/browser/risk/fingerprint.cc',
284 'autofill/content/browser/risk/fingerprint.h', 287 'autofill/content/browser/risk/fingerprint.h',
285 'autofill/content/browser/wallet/encryption_escrow_client.cc', 288 'autofill/content/browser/wallet/encryption_escrow_client.cc',
286 'autofill/content/browser/wallet/encryption_escrow_client.h', 289 'autofill/content/browser/wallet/encryption_escrow_client.h',
287 'autofill/content/browser/wallet/encryption_escrow_client_observer.h ', 290 'autofill/content/browser/wallet/encryption_escrow_client_observer.h ',
288 'autofill/content/browser/wallet/full_wallet.cc', 291 'autofill/content/browser/wallet/full_wallet.cc',
289 'autofill/content/browser/wallet/full_wallet.h', 292 'autofill/content/browser/wallet/full_wallet.h',
290 'autofill/content/browser/wallet/instrument.cc', 293 'autofill/content/browser/wallet/instrument.cc',
291 'autofill/content/browser/wallet/instrument.h', 294 'autofill/content/browser/wallet/instrument.h',
292 'autofill/content/browser/wallet/required_action.cc', 295 'autofill/content/browser/wallet/required_action.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 ], 369 ],
367 'variables': { 370 'variables': {
368 'jni_gen_package': 'autofill', 371 'jni_gen_package': 'autofill',
369 }, 372 },
370 'includes': [ '../build/jni_generator.gypi' ], 373 'includes': [ '../build/jni_generator.gypi' ],
371 }, 374 },
372 ], 375 ],
373 }], 376 }],
374 ], 377 ],
375 } 378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698