| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'autofill/content/browser/autocheckout_page_meta_data.h', | 283 'autofill/content/browser/autocheckout_page_meta_data.h', |
| 284 'autofill/content/browser/autocheckout_request_manager.cc', | 284 'autofill/content/browser/autocheckout_request_manager.cc', |
| 285 'autofill/content/browser/autocheckout_request_manager.h', | 285 'autofill/content/browser/autocheckout_request_manager.h', |
| 286 'autofill/content/browser/autocheckout_statistic.cc', | 286 'autofill/content/browser/autocheckout_statistic.cc', |
| 287 'autofill/content/browser/autocheckout_statistic.h', | 287 'autofill/content/browser/autocheckout_statistic.h', |
| 288 'autofill/content/browser/autocheckout_steps.h', | 288 'autofill/content/browser/autocheckout_steps.h', |
| 289 'autofill/content/browser/autofill_driver_impl.cc', | 289 'autofill/content/browser/autofill_driver_impl.cc', |
| 290 'autofill/content/browser/autofill_driver_impl.h', | 290 'autofill/content/browser/autofill_driver_impl.h', |
| 291 'autofill/content/browser/risk/fingerprint.cc', | 291 'autofill/content/browser/risk/fingerprint.cc', |
| 292 'autofill/content/browser/risk/fingerprint.h', | 292 'autofill/content/browser/risk/fingerprint.h', |
| 293 'autofill/content/browser/wallet/encryption_escrow_client.cc', | |
| 294 'autofill/content/browser/wallet/encryption_escrow_client.h', | |
| 295 'autofill/content/browser/wallet/encryption_escrow_client_observer.h
', | |
| 296 'autofill/content/browser/wallet/form_field_error.cc', | 293 'autofill/content/browser/wallet/form_field_error.cc', |
| 297 'autofill/content/browser/wallet/form_field_error.h', | 294 'autofill/content/browser/wallet/form_field_error.h', |
| 298 'autofill/content/browser/wallet/full_wallet.cc', | 295 'autofill/content/browser/wallet/full_wallet.cc', |
| 299 'autofill/content/browser/wallet/full_wallet.h', | 296 'autofill/content/browser/wallet/full_wallet.h', |
| 300 'autofill/content/browser/wallet/instrument.cc', | 297 'autofill/content/browser/wallet/instrument.cc', |
| 301 'autofill/content/browser/wallet/instrument.h', | 298 'autofill/content/browser/wallet/instrument.h', |
| 302 'autofill/content/browser/wallet/required_action.cc', | 299 'autofill/content/browser/wallet/required_action.cc', |
| 303 'autofill/content/browser/wallet/required_action.h', | 300 'autofill/content/browser/wallet/required_action.h', |
| 304 'autofill/content/browser/wallet/wallet_address.cc', | 301 'autofill/content/browser/wallet/wallet_address.cc', |
| 305 'autofill/content/browser/wallet/wallet_address.h', | 302 'autofill/content/browser/wallet/wallet_address.h', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 ], | 373 ], |
| 377 'variables': { | 374 'variables': { |
| 378 'jni_gen_package': 'autofill', | 375 'jni_gen_package': 'autofill', |
| 379 }, | 376 }, |
| 380 'includes': [ '../build/jni_generator.gypi' ], | 377 'includes': [ '../build/jni_generator.gypi' ], |
| 381 }, | 378 }, |
| 382 ], | 379 ], |
| 383 }], | 380 }], |
| 384 ], | 381 ], |
| 385 } | 382 } |
| OLD | NEW |