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 # GN version: //components/autofill/core/common | 8 # GN version: //components/autofill/core/common |
9 'target_name': 'autofill_core_common', | 9 'target_name': 'autofill_core_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'autofill/core/browser/dialog_section.h', | 161 'autofill/core/browser/dialog_section.h', |
162 'autofill/core/browser/email_field.cc', | 162 'autofill/core/browser/email_field.cc', |
163 'autofill/core/browser/email_field.h', | 163 'autofill/core/browser/email_field.h', |
164 'autofill/core/browser/field_types.h', | 164 'autofill/core/browser/field_types.h', |
165 'autofill/core/browser/form_field.cc', | 165 'autofill/core/browser/form_field.cc', |
166 'autofill/core/browser/form_field.h', | 166 'autofill/core/browser/form_field.h', |
167 'autofill/core/browser/form_group.cc', | 167 'autofill/core/browser/form_group.cc', |
168 'autofill/core/browser/form_group.h', | 168 'autofill/core/browser/form_group.h', |
169 'autofill/core/browser/form_structure.cc', | 169 'autofill/core/browser/form_structure.cc', |
170 'autofill/core/browser/form_structure.h', | 170 'autofill/core/browser/form_structure.h', |
| 171 'autofill/core/browser/legal_message_line.cc', |
| 172 'autofill/core/browser/legal_message_line.h', |
171 'autofill/core/browser/name_field.cc', | 173 'autofill/core/browser/name_field.cc', |
172 'autofill/core/browser/name_field.h', | 174 'autofill/core/browser/name_field.h', |
173 'autofill/core/browser/options_util.cc', | 175 'autofill/core/browser/options_util.cc', |
174 'autofill/core/browser/options_util.h', | 176 'autofill/core/browser/options_util.h', |
175 'autofill/core/browser/password_generator.cc', | 177 'autofill/core/browser/password_generator.cc', |
176 'autofill/core/browser/password_generator.h', | 178 'autofill/core/browser/password_generator.h', |
177 'autofill/core/browser/payments/payments_client.cc', | 179 'autofill/core/browser/payments/payments_client.cc', |
178 'autofill/core/browser/payments/payments_client.h', | 180 'autofill/core/browser/payments/payments_client.h', |
179 'autofill/core/browser/payments/payments_request.h', | 181 'autofill/core/browser/payments/payments_request.h', |
180 'autofill/core/browser/personal_data_manager.cc', | 182 'autofill/core/browser/personal_data_manager.cc', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'msvs_disabled_warnings': [4267, ], | 232 'msvs_disabled_warnings': [4267, ], |
231 | 233 |
232 'conditions': [ | 234 'conditions': [ |
233 ['OS=="ios"', { | 235 ['OS=="ios"', { |
234 'sources': [ | 236 'sources': [ |
235 'autofill/core/browser/autofill_field_trial_ios.cc', | 237 'autofill/core/browser/autofill_field_trial_ios.cc', |
236 'autofill/core/browser/autofill_field_trial_ios.h', | 238 'autofill/core/browser/autofill_field_trial_ios.h', |
237 'autofill/core/browser/keyboard_accessory_metrics_logger.h', | 239 'autofill/core/browser/keyboard_accessory_metrics_logger.h', |
238 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', | 240 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', |
239 ], | 241 ], |
| 242 }], |
| 243 ['OS=="ios" or OS=="android"', { |
| 244 'sources': [ |
| 245 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', |
| 246 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, |
| 247 'autofill/core/browser/autofill_save_card_infobar_mobile.h', |
| 248 ], |
240 }] | 249 }] |
241 ], | 250 ], |
242 }, | 251 }, |
243 | 252 |
244 { | 253 { |
245 # GN version: //components/autofill/core/browser:test_support | 254 # GN version: //components/autofill/core/browser:test_support |
246 'target_name': 'autofill_core_test_support', | 255 'target_name': 'autofill_core_test_support', |
247 'type': 'static_library', | 256 'type': 'static_library', |
248 'dependencies': [ | 257 'dependencies': [ |
249 '../base/base.gyp:base', | 258 '../base/base.gyp:base', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 ], | 499 ], |
491 }, | 500 }, |
492 'includes': [ | 501 'includes': [ |
493 '../ios/web/js_compile_checked.gypi', | 502 '../ios/web/js_compile_checked.gypi', |
494 ], | 503 ], |
495 }, | 504 }, |
496 ], | 505 ], |
497 }], | 506 }], |
498 ], | 507 ], |
499 } | 508 } |
OLD | NEW |