Remove "if (WallpaperManager::Get())" from MultiUserWindowManagerChromeOS::Transition...
[chromium-blink-merge.git] / components / autofill.gypi
blobb5f70894e53f3509c9ef3f8eccdc50f93dfb5da5
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     },
26     {
27       'target_name': 'autofill_core_common',
28       'type': 'static_library',
29       'dependencies': [
30         '../base/base.gyp:base',
31         '../ui/gfx/gfx.gyp:gfx',
32         '../ui/ui.gyp:ui',
33         '../url/url.gyp:url_lib',
34       ],
35       'conditions': [
36         ['OS == "android"', {
37           'dependencies': [
38             'autofill_jni_headers',
39           ],
40         }],
41       ],
42       'include_dirs': [
43         '..',
44       ],
45       'sources': [
46         'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
47         'autofill/core/browser/android/auxiliary_profile_loader_android.h',
48         'autofill/core/browser/android/auxiliary_profiles_android.cc',
49         'autofill/core/browser/android/auxiliary_profiles_android.h',
50         'autofill/core/browser/android/component_jni_registrar.cc',
51         'autofill/core/browser/android/component_jni_registrar.h',
52         'autofill/core/browser/android/personal_data_manager_android.cc',
53         'autofill/core/common/autofill_constants.cc',
54         'autofill/core/common/autofill_constants.h',
55         'autofill/core/common/autofill_data_validation.cc',
56         'autofill/core/common/autofill_data_validation.h',
57         'autofill/core/common/autofill_pref_names.cc',
58         'autofill/core/common/autofill_pref_names.h',
59         'autofill/core/common/autofill_switches.cc',
60         'autofill/core/common/autofill_switches.h',
61         'autofill/core/common/form_data.cc',
62         'autofill/core/common/form_data.h',
63         'autofill/core/common/form_data_predictions.cc',
64         'autofill/core/common/form_data_predictions.h',
65         'autofill/core/common/form_field_data.cc',
66         'autofill/core/common/form_field_data.h',
67         'autofill/core/common/form_field_data_predictions.cc',
68         'autofill/core/common/form_field_data_predictions.h',
69         'autofill/core/common/password_autofill_util.cc',
70         'autofill/core/common/password_autofill_util.h',
71         'autofill/core/common/password_form.cc',
72         'autofill/core/common/password_form.h',
73         'autofill/core/common/password_form_fill_data.cc',
74         'autofill/core/common/password_form_fill_data.h',
75         'autofill/core/common/password_generation_util.cc',
76         'autofill/core/common/password_generation_util.h',
77         'autofill/core/common/web_element_descriptor.cc',
78         'autofill/core/common/web_element_descriptor.h',
79       ],
80     },
82     {
83       'target_name': 'autofill_core_browser',
84       'type': 'static_library',
85       'include_dirs': [
86         '..',
87       ],
88       'dependencies': [
89         '../base/base.gyp:base',
90         '../base/base.gyp:base_i18n',
91         '../base/base.gyp:base_prefs',
92         '../google_apis/google_apis.gyp:google_apis',
93         '../skia/skia.gyp:skia',
94         '../sql/sql.gyp:sql',
95         '../third_party/icu/icu.gyp:icui18n',
96         '../third_party/icu/icu.gyp:icuuc',
97         '../third_party/libjingle/libjingle.gyp:libjingle',
98         '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
99         '../ui/gfx/gfx.gyp:gfx',
100         '../ui/ui.gyp:ui',
101         '../url/url.gyp:url_lib',
102         'autofill_core_common',
103         'autofill_regexes',
104         'component_resources.gyp:component_resources',
105         'component_strings.gyp:component_strings',
106         'encryptor',
107         'user_prefs',
108         'webdata_common',
109       ],
110       'sources': [
111         'autofill/core/browser/address.cc',
112         'autofill/core/browser/address.h',
113         'autofill/core/browser/address_field.cc',
114         'autofill/core/browser/address_field.h',
115         'autofill/core/browser/autocomplete_history_manager.cc',
116         'autofill/core/browser/autocomplete_history_manager.h',
117         'autofill/core/browser/autofill-inl.h',
118         'autofill/core/browser/autofill_country.cc',
119         'autofill/core/browser/autofill_country.h',
120         'autofill/core/browser/autofill_data_model.cc',
121         'autofill/core/browser/autofill_data_model.h',
122         'autofill/core/browser/autofill_download.cc',
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',
127         'autofill/core/browser/autofill_external_delegate.cc',
128         'autofill/core/browser/autofill_external_delegate.h',
129         'autofill/core/browser/autofill_field.cc',
130         'autofill/core/browser/autofill_field.h',
131         'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
132         'autofill/core/browser/autofill_ie_toolbar_import_win.h',
133         'autofill/core/browser/autofill_manager.cc',
134         'autofill/core/browser/autofill_manager.h',
135         'autofill/core/browser/autofill_manager_delegate.h',
136         'autofill/core/browser/autofill_manager_test_delegate.h',
137         'autofill/core/browser/autofill_metrics.cc',
138         'autofill/core/browser/autofill_metrics.h',
139         'autofill/core/browser/autofill_popup_delegate.h',
140         'autofill/core/browser/autofill_profile.cc',
141         'autofill/core/browser/autofill_profile.h',
142         'autofill/core/browser/autofill_regex_constants.cc.utf8',
143         'autofill/core/browser/autofill_regex_constants.h',
144         'autofill/core/browser/autofill_regexes.cc',
145         'autofill/core/browser/autofill_regexes.h',
146         'autofill/core/browser/autofill_scanner.cc',
147         'autofill/core/browser/autofill_scanner.h',
148         'autofill/core/browser/autofill_server_field_info.h',
149         'autofill/core/browser/autofill_type.cc',
150         'autofill/core/browser/autofill_type.h',
151         'autofill/core/browser/autofill_xml_parser.cc',
152         'autofill/core/browser/autofill_xml_parser.h',
153         'autofill/core/browser/contact_info.cc',
154         'autofill/core/browser/contact_info.h',
155         'autofill/core/browser/credit_card.cc',
156         'autofill/core/browser/credit_card.h',
157         'autofill/core/browser/credit_card_field.cc',
158         'autofill/core/browser/credit_card_field.h',
159         'autofill/core/browser/email_field.cc',
160         'autofill/core/browser/email_field.h',
161         'autofill/core/browser/field_types.h',
162         'autofill/core/browser/form_field.cc',
163         'autofill/core/browser/form_field.h',
164         'autofill/core/browser/form_group.cc',
165         'autofill/core/browser/form_group.h',
166         'autofill/core/browser/form_structure.cc',
167         'autofill/core/browser/form_structure.h',
168         'autofill/core/browser/name_field.cc',
169         'autofill/core/browser/name_field.h',
170         'autofill/core/browser/password_autofill_manager.cc',
171         'autofill/core/browser/password_autofill_manager.h',
172         'autofill/core/browser/password_generator.cc',
173         'autofill/core/browser/password_generator.h',
174         'autofill/core/browser/personal_data_manager.cc',
175         'autofill/core/browser/personal_data_manager.h',
176         'autofill/core/browser/personal_data_manager_mac.mm',
177         'autofill/core/browser/personal_data_manager_observer.h',
178         'autofill/core/browser/phone_field.cc',
179         'autofill/core/browser/phone_field.h',
180         'autofill/core/browser/phone_number.cc',
181         'autofill/core/browser/phone_number.h',
182         'autofill/core/browser/phone_number_i18n.cc',
183         'autofill/core/browser/phone_number_i18n.h',
184         'autofill/core/browser/state_names.cc',
185         'autofill/core/browser/state_names.h',
186         'autofill/core/browser/validation.cc',
187         'autofill/core/browser/validation.h',
188         'autofill/core/browser/webdata/autofill_change.cc',
189         'autofill/core/browser/webdata/autofill_change.h',
190         'autofill/core/browser/webdata/autofill_entry.cc',
191         'autofill/core/browser/webdata/autofill_entry.h',
192         'autofill/core/browser/webdata/autofill_profile_syncable_service.cc',
193         'autofill/core/browser/webdata/autofill_profile_syncable_service.h',
194         'autofill/core/browser/webdata/autofill_table.cc',
195         'autofill/core/browser/webdata/autofill_table.h',
196         'autofill/core/browser/webdata/autofill_webdata.h',
197         'autofill/core/browser/webdata/autofill_webdata_backend.h',
198         'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc',
199         'autofill/core/browser/webdata/autofill_webdata_backend_impl.h',
200         'autofill/core/browser/webdata/autofill_webdata_service.cc',
201         'autofill/core/browser/webdata/autofill_webdata_service.h',
202         'autofill/core/browser/webdata/autofill_webdata_service_observer.h',
204         # This file is generated by the autofill_regexes action.
205         '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
206       ],
207       'variables': {
208         'conditions': [
209           ['android_webview_build == 1', {
210             # Android WebView doesn't support sync.
211             'autofill_enable_sync%': 0,
212           }, {
213             'autofill_enable_sync%': 1,
214           }],
215         ],
216       },
217       'conditions': [
218         # TODO(blundell): Eliminate the need for this conditional dependence.
219         # crbug.com/328150
220         ['OS != "ios"', {
221           'dependencies': [
222             'component_resources.gyp:component_resources',
223           ],
224         }],
225         ['autofill_enable_sync == 1', {
226           'defines': [
227             'AUTOFILL_ENABLE_SYNC',
228           ],
229           'dependencies': [
230             '../sync/sync.gyp:sync',
231           ],
232           'direct_dependent_settings': {
233             'defines': [
234               'AUTOFILL_ENABLE_SYNC',
235             ],
236           },
237         }, { # 'autofill_enable_sync == 0'
238           'sources!': [
239             'autofill/core/browser/webdata/autofill_profile_syncable_service.cc',
240             'autofill/core/browser/webdata/autofill_profile_syncable_service.h',
241           ],
242         }],
243       ],
245       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
246       'msvs_disabled_warnings': [4267, ],
247     },
249     {
250       'target_name': 'autofill_core_test_support',
251       'type': 'static_library',
252       'dependencies': [
253         'autofill_core_common',
254         'autofill_core_browser',
255         '../skia/skia.gyp:skia',
256         '../testing/gtest.gyp:gtest',
257       ],
258       'sources': [
259         'autofill/core/browser/android/test_auxiliary_profile_loader_android.cc',
260         'autofill/core/browser/android/test_auxiliary_profile_loader_android.h',
261         'autofill/core/browser/autofill_test_utils.cc',
262         'autofill/core/browser/autofill_test_utils.h',
263         'autofill/core/browser/data_driven_test.cc',
264         'autofill/core/browser/data_driven_test.h',
265         'autofill/core/browser/test_autofill_driver.cc',
266         'autofill/core/browser/test_autofill_driver.h',
267         'autofill/core/browser/test_autofill_external_delegate.cc',
268         'autofill/core/browser/test_autofill_external_delegate.h',
269         'autofill/core/browser/test_autofill_manager_delegate.cc',
270         'autofill/core/browser/test_autofill_manager_delegate.h',
271         'autofill/core/browser/test_personal_data_manager.cc',
272         'autofill/core/browser/test_personal_data_manager.h',
273       ],
274     },
275   ],
276   'conditions': [
277     ['OS != "ios"', {
278       'targets': [
279         {
280           'target_name': 'autofill_content_common',
281           'type': 'static_library',
282           'dependencies': [
283             'autofill_core_common',
284             '../base/base.gyp:base',
285             '../content/content.gyp:content_common',
286             '../ipc/ipc.gyp:ipc',
287             '../third_party/WebKit/public/blink.gyp:blink_minimal',
288             '../ui/gfx/gfx.gyp:gfx',
289           ],
290           'include_dirs': [
291             '..',
292           ],
293           'sources': [
294             'autofill/content/common/autofill_message_generator.cc',
295             'autofill/content/common/autofill_message_generator.h',
296             'autofill/content/common/autofill_messages.h',
297             'autofill/content/common/autofill_param_traits_macros.h',
298           ],
299         },
301         {
302           # Protobuf compiler / generate rule for Autofill's risk integration.
303           'target_name': 'autofill_content_risk_proto',
304           'type': 'static_library',
305           'sources': [
306             'autofill/content/browser/risk/proto/fingerprint.proto',
307           ],
308           'variables': {
309             'proto_in_dir': 'autofill/content/browser/risk/proto',
310             'proto_out_dir': 'components/autofill/content/browser/risk/proto',
311           },
312           'includes': [ '../build/protoc.gypi' ]
313         },
314        {
315          'target_name': 'autofill_content_test_support',
316          'type': 'static_library',
317          'dependencies': [
318             '../testing/gmock.gyp:gmock',
319          ],
320          'sources': [
321            'autofill/content/browser/wallet/mock_wallet_client.cc',
322            'autofill/content/browser/wallet/mock_wallet_client.h',
323            'autofill/content/browser/wallet/wallet_test_util.cc',
324            'autofill/content/browser/wallet/wallet_test_util.h',
325          ],
326          'include_dirs': [ '..' ],
327        },
328        {
329           'target_name': 'autofill_content_browser',
330           'type': 'static_library',
331           'include_dirs': [
332             '..',
333           ],
334           'dependencies': [
335             '../base/base.gyp:base',
336             '../base/base.gyp:base_i18n',
337             '../base/base.gyp:base_prefs',
338             '../content/content.gyp:content_browser',
339             '../content/content.gyp:content_common',
340             '../google_apis/google_apis.gyp:google_apis',
341             '../ipc/ipc.gyp:ipc',
342             '../skia/skia.gyp:skia',
343             '../sql/sql.gyp:sql',
344             '../third_party/icu/icu.gyp:icui18n',
345             '../third_party/icu/icu.gyp:icuuc',
346             '../third_party/libjingle/libjingle.gyp:libjingle',
347             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
348             '../ui/gfx/gfx.gyp:gfx',
349             '../ui/gfx/gfx.gyp:gfx_geometry',
350             '../ui/ui.gyp:ui',
351             '../url/url.gyp:url_lib',
352             'autofill_content_common',
353             'autofill_content_risk_proto',
354             'autofill_core_browser',
355             'autofill_core_common',
356             'autofill_regexes',
357             'component_resources.gyp:component_resources',
358             'component_strings.gyp:component_strings',
359             'encryptor',
360             'user_prefs',
361             'webdata_common',
362           ],
363           'sources': [
364             'autofill/content/browser/autofill_driver_impl.cc',
365             'autofill/content/browser/autofill_driver_impl.h',
366             'autofill/content/browser/request_autocomplete_manager.cc',
367             'autofill/content/browser/request_autocomplete_manager.h',
368             'autofill/content/browser/risk/fingerprint.cc',
369             'autofill/content/browser/risk/fingerprint.h',
370             'autofill/content/browser/wallet/form_field_error.cc',
371             'autofill/content/browser/wallet/form_field_error.h',
372             'autofill/content/browser/wallet/full_wallet.cc',
373             'autofill/content/browser/wallet/full_wallet.h',
374             'autofill/content/browser/wallet/gaia_account.cc',
375             'autofill/content/browser/wallet/gaia_account.h',
376             'autofill/content/browser/wallet/instrument.cc',
377             'autofill/content/browser/wallet/instrument.h',
378             'autofill/content/browser/wallet/required_action.cc',
379             'autofill/content/browser/wallet/required_action.h',
380             'autofill/content/browser/wallet/wallet_address.cc',
381             'autofill/content/browser/wallet/wallet_address.h',
382             'autofill/content/browser/wallet/wallet_client.cc',
383             'autofill/content/browser/wallet/wallet_client.h',
384             'autofill/content/browser/wallet/wallet_client_delegate.h',
385             'autofill/content/browser/wallet/wallet_items.cc',
386             'autofill/content/browser/wallet/wallet_items.h',
387             'autofill/content/browser/wallet/wallet_service_url.cc',
388             'autofill/content/browser/wallet/wallet_service_url.h',
389             'autofill/content/browser/wallet/wallet_signin_helper.cc',
390             'autofill/content/browser/wallet/wallet_signin_helper.h',
391           ],
393           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
394           'msvs_disabled_warnings': [4267, ],
395         },
397         {
398           'target_name': 'autofill_content_renderer',
399           'type': 'static_library',
400           'include_dirs': [
401             '..',
402           ],
403           'dependencies': [
404             'autofill_content_common',
405             'autofill_core_common',
406             '../base/base.gyp:base',
407             '../content/content.gyp:content_renderer',
408             '../content/content.gyp:content_common',
409             '../ipc/ipc.gyp:ipc',
410             '../skia/skia.gyp:skia',
411             '../third_party/WebKit/public/blink.gyp:blink',
413             'component_strings.gyp:component_strings',
414           ],
415           'sources': [
416             'autofill/content/renderer/autofill_agent.cc',
417             'autofill/content/renderer/autofill_agent.h',
418             'autofill/content/renderer/form_autofill_util.cc',
419             'autofill/content/renderer/form_autofill_util.h',
420             'autofill/content/renderer/form_cache.cc',
421             'autofill/content/renderer/form_cache.h',
422             'autofill/content/renderer/page_click_listener.h',
423             'autofill/content/renderer/page_click_tracker.cc',
424             'autofill/content/renderer/page_click_tracker.h',
425             'autofill/content/renderer/password_autofill_agent.cc',
426             'autofill/content/renderer/password_autofill_agent.h',
427             'autofill/content/renderer/password_form_conversion_utils.cc',
428             'autofill/content/renderer/password_form_conversion_utils.h',
429             'autofill/content/renderer/password_generation_agent.cc',
430             'autofill/content/renderer/password_generation_agent.h',
431           ],
432           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
433           'msvs_disabled_warnings': [4267, ],
434         },
435       ],
436     }],
437     ['OS == "android"', {
438       'targets': [
439         {
440           'target_name': 'autofill_java',
441           'type': 'none',
442           'dependencies': [
443             '../base/base.gyp:base',
444             '../content/content.gyp:content_java',
445           ],
446           'variables': {
447             'java_in_dir': 'autofill/core/browser/android/java',
448           },
449           'includes': [ '../build/java.gypi' ],
450         },
451         {
452           'target_name': 'autofill_jni_headers',
453           'type': 'none',
454           'sources': [
455             'autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java',
456           ],
457           'variables': {
458             'jni_gen_package': 'autofill',
459             'jni_generator_ptr_type': 'long',
460           },
461           'includes': [ '../build/jni_generator.gypi' ],
462         },
463       ],
464     }],
465   ],