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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'components_strings.gyp:components_strings', | 88 'components_strings.gyp:components_strings', |
89 'data_use_measurement_core', | 89 'data_use_measurement_core', |
90 'infobars_core', | 90 'infobars_core', |
91 'keyed_service_core', | 91 'keyed_service_core', |
92 'os_crypt', | 92 'os_crypt', |
93 'pref_registry', | 93 'pref_registry', |
94 'prefs/prefs.gyp:prefs', | 94 'prefs/prefs.gyp:prefs', |
95 'rappor', | 95 'rappor', |
96 'signin_core_browser', | 96 'signin_core_browser', |
97 'signin_core_common', | 97 'signin_core_common', |
98 'sync_driver', | |
99 'variations_net', | 98 'variations_net', |
100 'webdata_common', | 99 'webdata_common', |
101 ], | 100 ], |
102 'sources': [ | 101 'sources': [ |
103 'autofill/core/browser/address.cc', | 102 'autofill/core/browser/address.cc', |
104 'autofill/core/browser/address.h', | 103 'autofill/core/browser/address.h', |
105 'autofill/core/browser/address_field.cc', | 104 'autofill/core/browser/address_field.cc', |
106 'autofill/core/browser/address_field.h', | 105 'autofill/core/browser/address_field.h', |
107 'autofill/core/browser/address_i18n.cc', | 106 'autofill/core/browser/address_i18n.cc', |
108 'autofill/core/browser/address_i18n.h', | 107 'autofill/core/browser/address_i18n.h', |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 ], | 660 ], |
662 }, | 661 }, |
663 'includes': [ | 662 'includes': [ |
664 '../ios/web/js_compile_checked.gypi', | 663 '../ios/web/js_compile_checked.gypi', |
665 ], | 664 ], |
666 }, | 665 }, |
667 ], | 666 ], |
668 }], | 667 }], |
669 ], | 668 ], |
670 } | 669 } |
OLD | NEW |