Remove memory leak suppression for v8::internal::Runtime_ParallelRecompile.
[chromium-blink-merge.git] / components / autofill.gypi
blob5f4eac8a2099496aac25770a724a11d9f5da8c79
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/webkit_resources.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          'dependencies': [
234             '../testing/gmock.gyp:gmock',
235          ],
236          'sources': [
237            'autofill/content/browser/wallet/mock_wallet_client.cc',
238            'autofill/content/browser/wallet/mock_wallet_client.h',
239            'autofill/content/browser/wallet/wallet_test_util.cc',
240            'autofill/content/browser/wallet/wallet_test_util.h',
241          ],
242          'include_dirs': [ '..' ],
243        },
244        {
245           'target_name': 'autofill_content_browser',
246           'type': 'static_library',
247           'include_dirs': [
248             '..',
249           ],
250           'dependencies': [
251             'autofill_content_risk_proto',
252             'autofill_core_browser',
253             'autofill_core_common',
254             'autofill_regexes',
255             'encryptor',
256             'user_prefs',
257             'webdata_common',
258             '../base/base.gyp:base',
259             '../base/base.gyp:base_i18n',
260             '../base/base.gyp:base_prefs',
261             '../content/content.gyp:content_browser',
262             '../content/content.gyp:content_common',
263             '../google_apis/google_apis.gyp:google_apis',
264             '../ipc/ipc.gyp:ipc',
265             '../skia/skia.gyp:skia',
266             '../sql/sql.gyp:sql',
267             '../third_party/icu/icu.gyp:icui18n',
268             '../third_party/icu/icu.gyp:icuuc',
269             '../third_party/libjingle/libjingle.gyp:libjingle',
270             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
271             '../ui/ui.gyp:ui',
272             '../url/url.gyp:url_lib',
273             '../webkit/webkit_resources.gyp:webkit_resources',
275             'component_strings.gyp:component_strings',
276           ],
277           'sources': [
278             'autofill/content/browser/autocheckout/whitelist_manager.cc',
279             'autofill/content/browser/autocheckout/whitelist_manager.h',
280             'autofill/content/browser/autocheckout_manager.cc',
281             'autofill/content/browser/autocheckout_manager.h',
282             'autofill/content/browser/autocheckout_page_meta_data.cc',
283             'autofill/content/browser/autocheckout_page_meta_data.h',
284             'autofill/content/browser/autocheckout_request_manager.cc',
285             'autofill/content/browser/autocheckout_request_manager.h',
286             'autofill/content/browser/autocheckout_statistic.cc',
287             'autofill/content/browser/autocheckout_statistic.h',
288             'autofill/content/browser/autocheckout_steps.h',
289             'autofill/content/browser/autofill_driver_impl.cc',
290             'autofill/content/browser/autofill_driver_impl.h',
291             'autofill/content/browser/risk/fingerprint.cc',
292             'autofill/content/browser/risk/fingerprint.h',
293             'autofill/content/browser/wallet/encryption_escrow_client.cc',
294             'autofill/content/browser/wallet/encryption_escrow_client.h',
295             'autofill/content/browser/wallet/encryption_escrow_client_observer.h',
296             'autofill/content/browser/wallet/form_field_error.cc',
297             'autofill/content/browser/wallet/form_field_error.h',
298             'autofill/content/browser/wallet/full_wallet.cc',
299             'autofill/content/browser/wallet/full_wallet.h',
300             'autofill/content/browser/wallet/instrument.cc',
301             'autofill/content/browser/wallet/instrument.h',
302             'autofill/content/browser/wallet/required_action.cc',
303             'autofill/content/browser/wallet/required_action.h',
304             'autofill/content/browser/wallet/wallet_address.cc',
305             'autofill/content/browser/wallet/wallet_address.h',
306             'autofill/content/browser/wallet/wallet_client.cc',
307             'autofill/content/browser/wallet/wallet_client.h',
308             'autofill/content/browser/wallet/wallet_client_delegate.h',
309             'autofill/content/browser/wallet/wallet_items.cc',
310             'autofill/content/browser/wallet/wallet_items.h',
311             'autofill/content/browser/wallet/wallet_service_url.cc',
312             'autofill/content/browser/wallet/wallet_service_url.h',
313             'autofill/content/browser/wallet/wallet_signin_helper.cc',
314             'autofill/content/browser/wallet/wallet_signin_helper.h',
315           ],
317           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
318           'msvs_disabled_warnings': [4267, ],
319         },
321         {
322           'target_name': 'autofill_content_renderer',
323           'type': 'static_library',
324           'include_dirs': [
325             '..',
326           ],
327           'dependencies': [
328             'autofill_core_common',
329             '../base/base.gyp:base',
330             '../content/content.gyp:content_renderer',
331             '../content/content.gyp:content_common',
332             '../ipc/ipc.gyp:ipc',
333             '../skia/skia.gyp:skia',
335             'component_strings.gyp:component_strings',
336           ],
337           'sources': [
338             'autofill/content/renderer/autofill_agent.cc',
339             'autofill/content/renderer/autofill_agent.h',
340             'autofill/content/renderer/form_autofill_util.cc',
341             'autofill/content/renderer/form_autofill_util.h',
342             'autofill/content/renderer/form_cache.cc',
343             'autofill/content/renderer/form_cache.h',
344             'autofill/content/renderer/page_click_listener.h',
345             'autofill/content/renderer/page_click_tracker.cc',
346             'autofill/content/renderer/page_click_tracker.h',
347             'autofill/content/renderer/password_autofill_agent.cc',
348             'autofill/content/renderer/password_autofill_agent.h',
349             'autofill/content/renderer/password_generation_manager.cc',
350             'autofill/content/renderer/password_generation_manager.h',
351           ],
352           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
353           'msvs_disabled_warnings': [4267, ],
354         },
355       ],
356     }],
357     ['OS == "android"', {
358       'targets': [
359         {
360           'target_name': 'autofill_java',
361           'type': 'none',
362           'dependencies': [
363             '../base/base.gyp:base',
364             '../content/content.gyp:content_java',
365           ],
366           'variables': {
367             'java_in_dir': 'autofill/core/browser/android/java',
368           },
369           'includes': [ '../build/java.gypi' ],
370         },
371         {
372           'target_name': 'autofill_jni_headers',
373           'type': 'none',
374           'sources': [
375             'autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java',
376           ],
377           'variables': {
378             'jni_gen_package': 'autofill',
379           },
380           'includes': [ '../build/jni_generator.gypi' ],
381         },
382       ],
383     }],
384   ],