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