Replace PresentationIdleDelayScale with PresentationScreenDimDelayScale
[chromium-blink-merge.git] / components / autofill.gypi
blobebd4cf0ad6ee04cbb5ffc550411536d037157f62
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
3 # found in the LICENSE file.
6   'targets': [
7     {
8       # Private target only used in components/autofill.
9       'target_name': 'autofill_regexes',
10       'type': 'none',
11       'actions': [{
12         'action_name': 'autofill_regexes',
13         'inputs': [
14           '<(DEPTH)/build/escape_unicode.py',
15           'autofill/core/browser/autofill_regex_constants.cc.utf8',
16         ],
17         'outputs': [
18           '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
19         ],
20         'action': ['python', '<(DEPTH)/build/escape_unicode.py',
21                    '-o', '<(SHARED_INTERMEDIATE_DIR)',
22                    'autofill/core/browser/autofill_regex_constants.cc.utf8'],
23       }],
24     },
25   ],
26   'conditions': [
27     ['OS != "ios"', {
28       'targets': [
29         {
30           'target_name': 'autofill_core_common',
31           'type': 'static_library',
32           'dependencies': [
33             '../base/base.gyp:base',
34             '../content/content.gyp:content_common',
35             '../ipc/ipc.gyp:ipc',
36             '../third_party/WebKit/public/blink.gyp:blink',
37             '../ui/ui.gyp:ui',
38             '../url/url.gyp:url_lib',
39           ],
40           'conditions': [
41             ['OS == "android"', {
42               'dependencies': [
43                 'autofill_jni_headers',
44               ],
45             }],
46           ],
47           'include_dirs': [
48             '..',
49             '<(SHARED_INTERMEDIATE_DIR)/autofill'
50           ],
51           'sources': [
52             'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
53             'autofill/core/browser/android/auxiliary_profile_loader_android.h',
54             'autofill/core/browser/android/auxiliary_profiles_android.cc',
55             'autofill/core/browser/android/auxiliary_profiles_android.h',
56             'autofill/core/browser/android/component_jni_registrar.cc',
57             'autofill/core/browser/android/component_jni_registrar.h',
58             'autofill/core/browser/android/personal_data_manager_android.cc',
59             'autofill/core/common/autocheckout_status.h',
60             'autofill/core/common/autofill_constants.cc',
61             'autofill/core/common/autofill_constants.h',
62             'autofill/core/common/autofill_messages.h',
63             'autofill/core/common/autofill_message_generator.cc',
64             'autofill/core/common/autofill_message_generator.h',
65             'autofill/core/common/autofill_pref_names.cc',
66             'autofill/core/common/autofill_pref_names.h',
67             'autofill/core/common/autofill_switches.cc',
68             'autofill/core/common/autofill_switches.h',
69             'autofill/core/common/form_data.cc',
70             'autofill/core/common/form_data.h',
71             'autofill/core/common/form_data_predictions.cc',
72             'autofill/core/common/form_data_predictions.h',
73             'autofill/core/common/form_field_data.cc',
74             'autofill/core/common/form_field_data.h',
75             'autofill/core/common/form_field_data_predictions.cc',
76             'autofill/core/common/form_field_data_predictions.h',
77             'autofill/core/common/password_form_fill_data.cc',
78             'autofill/core/common/password_form_fill_data.h',
79             'autofill/core/common/password_generation_util.cc',
80             'autofill/core/common/password_generation_util.h',
81             'autofill/core/common/web_element_descriptor.cc',
82             'autofill/core/common/web_element_descriptor.h',
83           ],
84         },
86         {
87           'target_name': 'autofill_core_browser',
88           'type': 'static_library',
89           'include_dirs': [
90             '..',
91           ],
92           'dependencies': [
93             'autofill_core_common',
94             'autofill_regexes',
95             'encryptor',
96             'user_prefs',
97             'webdata_common',
98             '../base/base.gyp:base',
99             '../base/base.gyp:base_i18n',
100             '../base/base.gyp:base_prefs',
101             '../content/content.gyp:content_browser',
102             '../content/content.gyp:content_common',
103             '../google_apis/google_apis.gyp:google_apis',
104             '../ipc/ipc.gyp:ipc',
105             '../skia/skia.gyp:skia',
106             '../sql/sql.gyp:sql',
107             '../third_party/icu/icu.gyp:icui18n',
108             '../third_party/icu/icu.gyp:icuuc',
109             '../third_party/libjingle/libjingle.gyp:libjingle',
110             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
111             '../ui/ui.gyp:ui',
112             '../url/url.gyp:url_lib',
113             '../webkit/support/webkit_support.gyp:webkit_resources',
115             'component_strings.gyp:component_strings',
116           ],
117           'sources': [
118             'autofill/core/browser/address.cc',
119             'autofill/core/browser/address.h',
120             'autofill/core/browser/address_field.cc',
121             'autofill/core/browser/address_field.h',
122             'autofill/core/browser/autocomplete_history_manager.cc',
123             'autofill/core/browser/autocomplete_history_manager.h',
124             'autofill/core/browser/autofill-inl.h',
125             'autofill/core/browser/autofill_country.cc',
126             'autofill/core/browser/autofill_country.h',
127             'autofill/core/browser/autofill_data_model.cc',
128             'autofill/core/browser/autofill_data_model.h',
129             'autofill/core/browser/autofill_download.cc',
130             'autofill/core/browser/autofill_download.h',
131             'autofill/core/browser/autofill_download_url.cc',
132             'autofill/core/browser/autofill_download_url.h',
133             'autofill/core/browser/autofill_driver.h',
134             'autofill/core/browser/autofill_external_delegate.cc',
135             'autofill/core/browser/autofill_external_delegate.h',
136             'autofill/core/browser/autofill_field.cc',
137             'autofill/core/browser/autofill_field.h',
138             'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
139             'autofill/core/browser/autofill_ie_toolbar_import_win.h',
140             'autofill/core/browser/autofill_manager.cc',
141             'autofill/core/browser/autofill_manager.h',
142             'autofill/core/browser/autofill_manager_delegate.h',
143             'autofill/core/browser/autofill_manager_test_delegate.h',
144             'autofill/core/browser/autofill_metrics.cc',
145             'autofill/core/browser/autofill_metrics.h',
146             'autofill/core/browser/autofill_popup_delegate.h',
147             'autofill/core/browser/autofill_profile.cc',
148             'autofill/core/browser/autofill_profile.h',
149             'autofill/core/browser/autofill_regex_constants.cc.utf8',
150             'autofill/core/browser/autofill_regex_constants.h',
151             'autofill/core/browser/autofill_regexes.cc',
152             'autofill/core/browser/autofill_regexes.h',
153             'autofill/core/browser/autofill_scanner.cc',
154             'autofill/core/browser/autofill_scanner.h',
155             'autofill/core/browser/autofill_server_field_info.h',
156             'autofill/core/browser/autofill_type.cc',
157             'autofill/core/browser/autofill_type.h',
158             'autofill/core/browser/autofill_xml_parser.cc',
159             'autofill/core/browser/autofill_xml_parser.h',
160             'autofill/core/browser/contact_info.cc',
161             'autofill/core/browser/contact_info.h',
162             'autofill/core/browser/credit_card.cc',
163             'autofill/core/browser/credit_card.h',
164             'autofill/core/browser/credit_card_field.cc',
165             'autofill/core/browser/credit_card_field.h',
166             'autofill/core/browser/email_field.cc',
167             'autofill/core/browser/email_field.h',
168             'autofill/core/browser/field_types.h',
169             'autofill/core/browser/form_field.cc',
170             'autofill/core/browser/form_field.h',
171             'autofill/core/browser/form_group.cc',
172             'autofill/core/browser/form_group.h',
173             'autofill/core/browser/form_structure.cc',
174             'autofill/core/browser/form_structure.h',
175             'autofill/core/browser/name_field.cc',
176             'autofill/core/browser/name_field.h',
177             'autofill/core/browser/password_autofill_manager.cc',
178             'autofill/core/browser/password_autofill_manager.h',
179             'autofill/core/browser/password_generator.cc',
180             'autofill/core/browser/password_generator.h',
181             'autofill/core/browser/personal_data_manager.cc',
182             'autofill/core/browser/personal_data_manager.h',
183             'autofill/core/browser/personal_data_manager_mac.mm',
184             'autofill/core/browser/personal_data_manager_observer.h',
185             'autofill/core/browser/phone_field.cc',
186             'autofill/core/browser/phone_field.h',
187             'autofill/core/browser/phone_number.cc',
188             'autofill/core/browser/phone_number.h',
189             'autofill/core/browser/phone_number_i18n.cc',
190             'autofill/core/browser/phone_number_i18n.h',
191             'autofill/core/browser/state_names.cc',
192             'autofill/core/browser/state_names.h',
193             'autofill/core/browser/validation.cc',
194             'autofill/core/browser/validation.h',
195             'autofill/core/browser/webdata/autofill_change.cc',
196             'autofill/core/browser/webdata/autofill_change.h',
197             'autofill/core/browser/webdata/autofill_entry.cc',
198             'autofill/core/browser/webdata/autofill_entry.h',
199             'autofill/core/browser/webdata/autofill_table.cc',
200             'autofill/core/browser/webdata/autofill_table.h',
201             'autofill/core/browser/webdata/autofill_webdata.h',
202             'autofill/core/browser/webdata/autofill_webdata_backend.h',
203             'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
204             'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
205             'autofill/core/browser/webdata/autofill_webdata_service.cc',
206             'autofill/core/browser/webdata/autofill_webdata_service.h',
207             'autofill/core/browser/webdata/autofill_webdata_service_observer.h',
209             # This file is generated by the autofill_regexes action.
210             '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
211           ],
213           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
214           'msvs_disabled_warnings': [4267, ],
215         },
217         {
218           # Protobuf compiler / generate rule for Autofill's risk integration.
219           'target_name': 'autofill_content_risk_proto',
220           'type': 'static_library',
221           'sources': [
222             'autofill/content/browser/risk/proto/fingerprint.proto',
223           ],
224           'variables': {
225             'proto_in_dir': 'autofill/content/browser/risk/proto',
226             'proto_out_dir': 'components/autofill/content/browser/risk/proto',
227           },
228           'includes': [ '../build/protoc.gypi' ]
229         },
230        {
231          'target_name': 'autofill_content_test_util',
232          'type': 'static_library',
233          'sources': [
234            'autofill/content/browser/wallet/wallet_test_util.cc',
235            'autofill/content/browser/wallet/wallet_test_util.h',
236          ],
237          'include_dirs': [ '..' ],
238        },
239        {
240           'target_name': 'autofill_content_browser',
241           'type': 'static_library',
242           'include_dirs': [
243             '..',
244           ],
245           'dependencies': [
246             'autofill_content_risk_proto',
247             'autofill_core_browser',
248             'autofill_core_common',
249             'autofill_regexes',
250             'encryptor',
251             'user_prefs',
252             'webdata_common',
253             '../base/base.gyp:base',
254             '../base/base.gyp:base_i18n',
255             '../base/base.gyp:base_prefs',
256             '../content/content.gyp:content_browser',
257             '../content/content.gyp:content_common',
258             '../google_apis/google_apis.gyp:google_apis',
259             '../ipc/ipc.gyp:ipc',
260             '../skia/skia.gyp:skia',
261             '../sql/sql.gyp:sql',
262             '../third_party/icu/icu.gyp:icui18n',
263             '../third_party/icu/icu.gyp:icuuc',
264             '../third_party/libjingle/libjingle.gyp:libjingle',
265             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
266             '../ui/ui.gyp:ui',
267             '../url/url.gyp:url_lib',
268             '../webkit/support/webkit_support.gyp:webkit_resources',
270             'component_strings.gyp:component_strings',
271           ],
272           'sources': [
273             'autofill/content/browser/autocheckout/whitelist_manager.cc',
274             'autofill/content/browser/autocheckout/whitelist_manager.h',
275             'autofill/content/browser/autocheckout_manager.cc',
276             'autofill/content/browser/autocheckout_manager.h',
277             'autofill/content/browser/autocheckout_page_meta_data.cc',
278             'autofill/content/browser/autocheckout_page_meta_data.h',
279             'autofill/content/browser/autocheckout_request_manager.cc',
280             'autofill/content/browser/autocheckout_request_manager.h',
281             'autofill/content/browser/autofill_driver_impl.cc',
282             'autofill/content/browser/autofill_driver_impl.h',
283             'autofill/content/browser/risk/fingerprint.cc',
284             'autofill/content/browser/risk/fingerprint.h',
285             'autofill/content/browser/wallet/encryption_escrow_client.cc',
286             'autofill/content/browser/wallet/encryption_escrow_client.h',
287             'autofill/content/browser/wallet/encryption_escrow_client_observer.h',
288             'autofill/content/browser/wallet/form_field_error.cc',
289             'autofill/content/browser/wallet/form_field_error.h',
290             'autofill/content/browser/wallet/full_wallet.cc',
291             'autofill/content/browser/wallet/full_wallet.h',
292             'autofill/content/browser/wallet/instrument.cc',
293             'autofill/content/browser/wallet/instrument.h',
294             'autofill/content/browser/wallet/required_action.cc',
295             'autofill/content/browser/wallet/required_action.h',
296             'autofill/content/browser/wallet/wallet_address.cc',
297             'autofill/content/browser/wallet/wallet_address.h',
298             'autofill/content/browser/wallet/wallet_client.cc',
299             'autofill/content/browser/wallet/wallet_client.h',
300             'autofill/content/browser/wallet/wallet_client_delegate.h',
301             'autofill/content/browser/wallet/wallet_items.cc',
302             'autofill/content/browser/wallet/wallet_items.h',
303             'autofill/content/browser/wallet/wallet_service_url.cc',
304             'autofill/content/browser/wallet/wallet_service_url.h',
305             'autofill/content/browser/wallet/wallet_signin_helper.cc',
306             'autofill/content/browser/wallet/wallet_signin_helper.h',
307           ],
309           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
310           'msvs_disabled_warnings': [4267, ],
311         },
313         {
314           'target_name': 'autofill_content_renderer',
315           'type': 'static_library',
316           'include_dirs': [
317             '..',
318           ],
319           'dependencies': [
320             'autofill_core_common',
321             '../base/base.gyp:base',
322             '../content/content.gyp:content_renderer',
323             '../content/content.gyp:content_common',
324             '../ipc/ipc.gyp:ipc',
325             '../skia/skia.gyp:skia',
327             'component_strings.gyp:component_strings',
328           ],
329           'sources': [
330             'autofill/content/renderer/autofill_agent.cc',
331             'autofill/content/renderer/autofill_agent.h',
332             'autofill/content/renderer/form_autofill_util.cc',
333             'autofill/content/renderer/form_autofill_util.h',
334             'autofill/content/renderer/form_cache.cc',
335             'autofill/content/renderer/form_cache.h',
336             'autofill/content/renderer/page_click_listener.h',
337             'autofill/content/renderer/page_click_tracker.cc',
338             'autofill/content/renderer/page_click_tracker.h',
339             'autofill/content/renderer/password_autofill_agent.cc',
340             'autofill/content/renderer/password_autofill_agent.h',
341             'autofill/content/renderer/password_generation_manager.cc',
342             'autofill/content/renderer/password_generation_manager.h',
343           ],
344           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
345           'msvs_disabled_warnings': [4267, ],
346         },
347       ],
348     }],
349     ['OS == "android"', {
350       'targets': [
351         {
352           'target_name': 'autofill_java',
353           'type': 'none',
354           'dependencies': [
355             '../base/base.gyp:base',
356             '../content/content.gyp:content_java',
357           ],
358           'variables': {
359             'java_in_dir': 'autofill/core/browser/android/java',
360           },
361           'includes': [ '../build/java.gypi' ],
362         },
363         {
364           'target_name': 'autofill_jni_headers',
365           'type': 'none',
366           'sources': [
367             'autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java',
368           ],
369           'variables': {
370             'jni_gen_package': 'autofill',
371           },
372           'includes': [ '../build/jni_generator.gypi' ],
373         },
374       ],
375     }],
376   ],