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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'autofill/core/browser/address_field.h', | 114 'autofill/core/browser/address_field.h', |
115 'autofill/core/browser/autocomplete_history_manager.cc', | 115 'autofill/core/browser/autocomplete_history_manager.cc', |
116 'autofill/core/browser/autocomplete_history_manager.h', | 116 'autofill/core/browser/autocomplete_history_manager.h', |
117 'autofill/core/browser/autofill-inl.h', | 117 'autofill/core/browser/autofill-inl.h', |
118 'autofill/core/browser/autofill_country.cc', | 118 'autofill/core/browser/autofill_country.cc', |
119 'autofill/core/browser/autofill_country.h', | 119 'autofill/core/browser/autofill_country.h', |
120 'autofill/core/browser/autofill_data_model.cc', | 120 'autofill/core/browser/autofill_data_model.cc', |
121 'autofill/core/browser/autofill_data_model.h', | 121 'autofill/core/browser/autofill_data_model.h', |
122 'autofill/core/browser/autofill_download.cc', | 122 'autofill/core/browser/autofill_download.cc', |
123 'autofill/core/browser/autofill_download.h', | 123 'autofill/core/browser/autofill_download.h', |
124 'autofill/core/browser/autofill_download_url.cc', | |
125 'autofill/core/browser/autofill_download_url.h', | |
126 'autofill/core/browser/autofill_driver.h', | 124 'autofill/core/browser/autofill_driver.h', |
127 'autofill/core/browser/autofill_external_delegate.cc', | 125 'autofill/core/browser/autofill_external_delegate.cc', |
128 'autofill/core/browser/autofill_external_delegate.h', | 126 'autofill/core/browser/autofill_external_delegate.h', |
129 'autofill/core/browser/autofill_field.cc', | 127 'autofill/core/browser/autofill_field.cc', |
130 'autofill/core/browser/autofill_field.h', | 128 'autofill/core/browser/autofill_field.h', |
131 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', | 129 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', |
132 'autofill/core/browser/autofill_ie_toolbar_import_win.h', | 130 'autofill/core/browser/autofill_ie_toolbar_import_win.h', |
133 'autofill/core/browser/autofill_manager.cc', | 131 'autofill/core/browser/autofill_manager.cc', |
134 'autofill/core/browser/autofill_manager.h', | 132 'autofill/core/browser/autofill_manager.h', |
135 'autofill/core/browser/autofill_manager_delegate.h', | 133 'autofill/core/browser/autofill_manager_delegate.h', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 'variables': { | 448 'variables': { |
451 'jni_gen_package': 'autofill', | 449 'jni_gen_package': 'autofill', |
452 'jni_generator_ptr_type': 'long', | 450 'jni_generator_ptr_type': 'long', |
453 }, | 451 }, |
454 'includes': [ '../build/jni_generator.gypi' ], | 452 'includes': [ '../build/jni_generator.gypi' ], |
455 }, | 453 }, |
456 ], | 454 ], |
457 }], | 455 }], |
458 ], | 456 ], |
459 } | 457 } |
OLD | NEW |