| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'autofill/browser/android/auxiliary_profile_loader_android.h', | 66 'autofill/browser/android/auxiliary_profile_loader_android.h', |
| 67 'autofill/browser/android/auxiliary_profiles_android.cc', | 67 'autofill/browser/android/auxiliary_profiles_android.cc', |
| 68 'autofill/browser/android/auxiliary_profiles_android.h', | 68 'autofill/browser/android/auxiliary_profiles_android.h', |
| 69 'autofill/browser/android/component_jni_registrar.cc', | 69 'autofill/browser/android/component_jni_registrar.cc', |
| 70 'autofill/browser/android/component_jni_registrar.h', | 70 'autofill/browser/android/component_jni_registrar.h', |
| 71 'autofill/browser/android/personal_data_manager_android.cc', | 71 'autofill/browser/android/personal_data_manager_android.cc', |
| 72 'autofill/common/autocheckout_status.h', | 72 'autofill/common/autocheckout_status.h', |
| 73 'autofill/common/autofill_constants.cc', | 73 'autofill/common/autofill_constants.cc', |
| 74 'autofill/common/autofill_constants.h', | 74 'autofill/common/autofill_constants.h', |
| 75 'autofill/common/autofill_messages.h', | 75 'autofill/common/autofill_messages.h', |
| 76 'autofill/common/autofill_message_generator.cc', |
| 77 'autofill/common/autofill_message_generator.h', |
| 76 'autofill/common/autofill_pref_names.cc', | 78 'autofill/common/autofill_pref_names.cc', |
| 77 'autofill/common/autofill_pref_names.h', | 79 'autofill/common/autofill_pref_names.h', |
| 78 'autofill/common/autofill_switches.cc', | 80 'autofill/common/autofill_switches.cc', |
| 79 'autofill/common/autofill_switches.h', | 81 'autofill/common/autofill_switches.h', |
| 80 'autofill/common/form_data.cc', | 82 'autofill/common/form_data.cc', |
| 81 'autofill/common/form_data.h', | 83 'autofill/common/form_data.h', |
| 82 'autofill/common/form_data_predictions.cc', | 84 'autofill/common/form_data_predictions.cc', |
| 83 'autofill/common/form_data_predictions.h', | 85 'autofill/common/form_data_predictions.h', |
| 84 'autofill/common/form_field_data.cc', | 86 'autofill/common/form_field_data.cc', |
| 85 'autofill/common/form_field_data.h', | 87 'autofill/common/form_field_data.h', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 ], | 313 ], |
| 312 'variables': { | 314 'variables': { |
| 313 'jni_gen_package': 'autofill', | 315 'jni_gen_package': 'autofill', |
| 314 }, | 316 }, |
| 315 'includes': [ '../build/jni_generator.gypi' ], | 317 'includes': [ '../build/jni_generator.gypi' ], |
| 316 }, | 318 }, |
| 317 ], | 319 ], |
| 318 }], | 320 }], |
| 319 ], | 321 ], |
| 320 } | 322 } |
| OLD | NEW |