OLD | NEW |
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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'autofill/browser/phone_number.cc', | 207 'autofill/browser/phone_number.cc', |
208 'autofill/browser/phone_number.h', | 208 'autofill/browser/phone_number.h', |
209 'autofill/browser/phone_number_i18n.cc', | 209 'autofill/browser/phone_number_i18n.cc', |
210 'autofill/browser/phone_number_i18n.h', | 210 'autofill/browser/phone_number_i18n.h', |
211 'autofill/browser/risk/fingerprint.cc', | 211 'autofill/browser/risk/fingerprint.cc', |
212 'autofill/browser/risk/fingerprint.h', | 212 'autofill/browser/risk/fingerprint.h', |
213 'autofill/browser/state_names.cc', | 213 'autofill/browser/state_names.cc', |
214 'autofill/browser/state_names.h', | 214 'autofill/browser/state_names.h', |
215 'autofill/browser/validation.cc', | 215 'autofill/browser/validation.cc', |
216 'autofill/browser/validation.h', | 216 'autofill/browser/validation.h', |
217 'autofill/browser/wallet/cart.cc', | |
218 'autofill/browser/wallet/cart.h', | |
219 'autofill/browser/wallet/encryption_escrow_client.cc', | 217 'autofill/browser/wallet/encryption_escrow_client.cc', |
220 'autofill/browser/wallet/encryption_escrow_client.h', | 218 'autofill/browser/wallet/encryption_escrow_client.h', |
221 'autofill/browser/wallet/encryption_escrow_client_observer.h', | 219 'autofill/browser/wallet/encryption_escrow_client_observer.h', |
222 'autofill/browser/wallet/full_wallet.cc', | 220 'autofill/browser/wallet/full_wallet.cc', |
223 'autofill/browser/wallet/full_wallet.h', | 221 'autofill/browser/wallet/full_wallet.h', |
224 'autofill/browser/wallet/instrument.cc', | 222 'autofill/browser/wallet/instrument.cc', |
225 'autofill/browser/wallet/instrument.h', | 223 'autofill/browser/wallet/instrument.h', |
226 'autofill/browser/wallet/required_action.cc', | 224 'autofill/browser/wallet/required_action.cc', |
227 'autofill/browser/wallet/required_action.h', | 225 'autofill/browser/wallet/required_action.h', |
228 'autofill/browser/wallet/wallet_address.cc', | 226 'autofill/browser/wallet/wallet_address.cc', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 ], | 315 ], |
318 'variables': { | 316 'variables': { |
319 'jni_gen_package': 'autofill', | 317 'jni_gen_package': 'autofill', |
320 }, | 318 }, |
321 'includes': [ '../build/jni_generator.gypi' ], | 319 'includes': [ '../build/jni_generator.gypi' ], |
322 }, | 320 }, |
323 ], | 321 ], |
324 }], | 322 }], |
325 ], | 323 ], |
326 } | 324 } |
OLD | NEW |