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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 | 243 |
244 # This is needed because GYP's handling of transitive dependencies is | 244 # This is needed because GYP's handling of transitive dependencies is |
245 # not great. See https://goo.gl/QGtlae for details. | 245 # not great. See https://goo.gl/QGtlae for details. |
246 'export_dependent_settings': [ | 246 'export_dependent_settings': [ |
247 'autofill_server_proto', | 247 'autofill_server_proto', |
248 ], | 248 ], |
249 | 249 |
250 'conditions': [ | 250 'conditions': [ |
251 ['OS=="ios"', { | 251 ['OS=="ios"', { |
252 'sources': [ | 252 'sources': [ |
253 'autofill/core/browser/autofill_field_trial_ios.cc', | |
254 'autofill/core/browser/autofill_field_trial_ios.h', | |
255 'autofill/core/browser/keyboard_accessory_metrics_logger.h', | 253 'autofill/core/browser/keyboard_accessory_metrics_logger.h', |
256 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', | 254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', |
257 ], | 255 ], |
258 }], | 256 }], |
259 ['OS=="ios" or OS=="android"', { | 257 ['OS=="ios" or OS=="android"', { |
260 'sources': [ | 258 'sources': [ |
261 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', | 259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', |
262 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, | 260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, |
263 'autofill/core/browser/autofill_save_card_infobar_mobile.h', | 261 'autofill/core/browser/autofill_save_card_infobar_mobile.h', |
264 ], | 262 ], |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 ], | 636 ], |
639 }, | 637 }, |
640 'includes': [ | 638 'includes': [ |
641 '../ios/web/js_compile_checked.gypi', | 639 '../ios/web/js_compile_checked.gypi', |
642 ], | 640 ], |
643 }, | 641 }, |
644 ], | 642 ], |
645 }], | 643 }], |
646 ], | 644 ], |
647 } | 645 } |
OLD | NEW |