Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / chrome_common.gypi
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.
4
5 {
6   'variables': {
7     # File lists shared with GN build.
8     'chrome_common_sources': [
9       'common/all_messages.h',
10       'common/attrition_experiments.h',
11       'common/auto_start_linux.cc',
12       'common/auto_start_linux.h',
13       'common/badge_util.cc',
14       'common/badge_util.h',
15       'common/child_process_logging.h',
16       'common/child_process_logging_win.cc',
17       'common/chrome_content_client.cc',
18       'common/chrome_content_client.h',
19       'common/chrome_content_client_constants.cc',
20       'common/chrome_content_client_ios.mm',
21       'common/chrome_result_codes.h',
22       'common/chrome_utility_messages.h',
23       'common/chrome_utility_printing_messages.h',
24       'common/chrome_version_info.cc',
25       'common/chrome_version_info_android.cc',
26       'common/chrome_version_info_chromeos.cc',
27       'common/chrome_version_info_posix.cc',
28       'common/chrome_version_info_mac.mm',
29       'common/chrome_version_info_win.cc',
30       'common/chrome_version_info.h',
31       'common/cloud_print/cloud_print_class_mac.h',
32       'common/cloud_print/cloud_print_class_mac.mm',
33       'common/cloud_print/cloud_print_cdd_conversion.cc',
34       'common/cloud_print/cloud_print_cdd_conversion.h',
35       'common/cloud_print/cloud_print_constants.cc',
36       'common/cloud_print/cloud_print_constants.h',
37       'common/cloud_print/cloud_print_helpers.cc',
38       'common/cloud_print/cloud_print_helpers.h',
39       'common/cloud_print/cloud_print_proxy_info.cc',
40       'common/cloud_print/cloud_print_proxy_info.h',
41       'common/common_message_generator.cc',
42       'common/common_message_generator.h',
43       'common/common_param_traits.cc',
44       'common/common_param_traits.h',
45       'common/common_param_traits_macros.h',
46       'common/content_restriction.h',
47       'common/content_settings_pattern_serializer.cc',
48       'common/content_settings_pattern_serializer.h',
49       'common/crash_keys.cc',
50       'common/crash_keys.h',
51       'common/custom_handlers/protocol_handler.cc',
52       'common/custom_handlers/protocol_handler.h',
53       'common/descriptors_android.h',
54       'common/favicon/favicon_url_parser.cc',
55       'common/favicon/favicon_url_parser.h',
56       'common/icon_with_badge_image_source.cc',
57       'common/icon_with_badge_image_source.h',
58       'common/ini_parser.cc',
59       'common/ini_parser.h',
60       'common/instant_types.cc',
61       'common/instant_types.h',
62       'common/localized_error.cc',
63       'common/localized_error.h',
64       'common/logging_chrome.cc',
65       'common/logging_chrome.h',
66       'common/mac/app_mode_common.h',
67       'common/mac/app_mode_common.mm',
68       'common/mac/app_shim_launch.h',
69       'common/mac/app_shim_messages.h',
70       'common/mac/cfbundle_blocker.h',
71       'common/mac/cfbundle_blocker.mm',
72       'common/mac/launchd.h',
73       'common/mac/launchd.mm',
74       'common/mac/objc_zombie.h',
75       'common/mac/objc_zombie.mm',
76       'common/media/webrtc_logging_messages.h',
77       'common/media/webrtc_logging_message_data.cc',
78       'common/media/webrtc_logging_message_data.h',
79       'common/media_galleries/metadata_types.h',
80       'common/multi_process_lock.h',
81       'common/multi_process_lock_linux.cc',
82       'common/multi_process_lock_mac.cc',
83       'common/multi_process_lock_win.cc',
84       'common/omnibox_focus_state.h',
85       'common/partial_circular_buffer.cc',
86       'common/partial_circular_buffer.h',
87       'common/pref_names_util.cc',
88       'common/pref_names_util.h',
89       'common/prerender_types.h',
90       'common/print_messages.cc',
91       'common/print_messages.h',
92       'common/profiling.cc',
93       'common/profiling.h',
94       'common/ref_counted_util.h',
95       'common/render_messages.cc',
96       'common/render_messages.h',
97       'common/safe_browsing/safebrowsing_messages.h',
98       'common/search_provider.h',
99       'common/search_types.h',
100       'common/search_urls.cc',
101       'common/search_urls.h',
102       'common/spellcheck_common.cc',
103       'common/spellcheck_common.h',
104       'common/spellcheck_marker.h',
105       'common/spellcheck_messages.h',
106       'common/spellcheck_result.h',
107       'common/switch_utils.cc',
108       'common/switch_utils.h',
109       'common/terminate_on_heap_corruption_experiment_win.cc',
110       'common/terminate_on_heap_corruption_experiment_win.h',
111       'common/tts_messages.h',
112       'common/tts_utterance_request.cc',
113       'common/tts_utterance_request.h',
114       'common/url_constants.cc',
115       'common/url_constants.h',
116       'common/v8_breakpad_support_win.cc',
117       'common/v8_breakpad_support_win.h',
118       'common/variations/experiment_labels.cc',
119       'common/variations/experiment_labels.h',
120       'common/variations/uniformity_field_trials.cc',
121       'common/variations/uniformity_field_trials.h',
122       'common/variations/variations_util.cc',
123       'common/variations/variations_util.h',
124       'common/web_application_info.cc',
125       'common/web_application_info.h',
126       'common/worker_thread_ticker.cc',
127       'common/worker_thread_ticker.h',
128     ],
129     'chrome_common_extensions_sources': [
130       'common/extensions/api/commands/commands_handler.cc',
131       'common/extensions/api/commands/commands_handler.h',
132       'common/extensions/api/extension_action/action_info.cc',
133       'common/extensions/api/extension_action/action_info.h',
134       'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
135       'common/extensions/api/file_browser_handlers/file_browser_handler.h',
136       'common/extensions/api/i18n/default_locale_handler.cc',
137       'common/extensions/api/i18n/default_locale_handler.h',
138       'common/extensions/api/input_ime/input_components_handler.cc',
139       'common/extensions/api/input_ime/input_components_handler.h',
140       'common/extensions/api/notifications/notification_style.cc',
141       'common/extensions/api/notifications/notification_style.h',
142       'common/extensions/api/omnibox/omnibox_handler.cc',
143       'common/extensions/api/omnibox/omnibox_handler.h',
144       'common/extensions/api/plugins/plugins_handler.cc',
145       'common/extensions/api/plugins/plugins_handler.h',
146       'common/extensions/api/speech/tts_engine_manifest_handler.cc',
147       'common/extensions/api/speech/tts_engine_manifest_handler.h',
148       'common/extensions/api/spellcheck/spellcheck_handler.cc',
149       'common/extensions/api/spellcheck/spellcheck_handler.h',
150       'common/extensions/api/storage/storage_schema_manifest_handler.cc',
151       'common/extensions/api/storage/storage_schema_manifest_handler.h',
152       'common/extensions/api/supervised_user_private/supervised_user_handler.cc',
153       'common/extensions/api/supervised_user_private/supervised_user_handler.h',
154       'common/extensions/api/system_indicator/system_indicator_handler.cc',
155       'common/extensions/api/system_indicator/system_indicator_handler.h',
156       'common/extensions/api/url_handlers/url_handlers_parser.cc',
157       'common/extensions/api/url_handlers/url_handlers_parser.h',
158       'common/extensions/api/webstore/webstore_api_constants.cc',
159       'common/extensions/api/webstore/webstore_api_constants.h',
160       'common/extensions/chrome_extension_messages.h',
161       'common/extensions/chrome_extensions_client.cc',
162       'common/extensions/chrome_extensions_client.h',
163       'common/extensions/chrome_manifest_handlers.cc',
164       'common/extensions/chrome_manifest_handlers.h',
165       'common/extensions/chrome_manifest_url_handlers.cc',
166       'common/extensions/chrome_manifest_url_handlers.h',
167       'common/extensions/chrome_utility_extensions_messages.h',
168       'common/extensions/command.cc',
169       'common/extensions/command.h',
170       'common/extensions/extension_constants.cc',
171       'common/extensions/extension_constants.h',
172       'common/extensions/extension_file_util.cc',
173       'common/extensions/extension_file_util.h',
174       'common/extensions/extension_process_policy.cc',
175       'common/extensions/extension_process_policy.h',
176       'common/extensions/features/chrome_channel_feature_filter.cc',
177       'common/extensions/features/chrome_channel_feature_filter.h',
178       'common/extensions/features/feature_channel.cc',
179       'common/extensions/features/feature_channel.h',
180       'common/extensions/image_writer/image_writer_util_mac.cc',
181       'common/extensions/image_writer/image_writer_util_mac.h',
182       'common/extensions/manifest_handlers/app_isolation_info.cc',
183       'common/extensions/manifest_handlers/app_isolation_info.h',
184       'common/extensions/manifest_handlers/app_launch_info.cc',
185       'common/extensions/manifest_handlers/app_launch_info.h',
186       'common/extensions/manifest_handlers/automation.cc',
187       'common/extensions/manifest_handlers/automation.h',
188       'common/extensions/manifest_handlers/content_scripts_handler.cc',
189       'common/extensions/manifest_handlers/content_scripts_handler.h',
190       'common/extensions/manifest_handlers/extension_action_handler.cc',
191       'common/extensions/manifest_handlers/extension_action_handler.h',
192       'common/extensions/manifest_handlers/mime_types_handler.cc',
193       'common/extensions/manifest_handlers/mime_types_handler.h',
194       'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
195       'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
196       'common/extensions/manifest_handlers/settings_overrides_handler.cc',
197       'common/extensions/manifest_handlers/settings_overrides_handler.h',
198       'common/extensions/manifest_handlers/theme_handler.cc',
199       'common/extensions/manifest_handlers/theme_handler.h',
200       'common/extensions/manifest_handlers/ui_overrides_handler.cc',
201       'common/extensions/manifest_handlers/ui_overrides_handler.h',
202       'common/extensions/permissions/chrome_api_permissions.cc',
203       'common/extensions/permissions/chrome_api_permissions.h',
204       'common/extensions/permissions/chrome_permission_message_provider.cc',
205       'common/extensions/permissions/chrome_permission_message_provider.h',
206       'common/extensions/sync_helper.cc',
207       'common/extensions/sync_helper.h',
208     ],
209     'chrome_common_full_safe_browsing_sources': [
210       'common/safe_browsing/download_protection_util.cc',
211       'common/safe_browsing/download_protection_util.h',
212       'common/safe_browsing/zip_analyzer.cc',
213       'common/safe_browsing/zip_analyzer.h',
214     ],
215     'chrome_common_importer_sources': [
216       'common/importer/firefox_importer_utils.cc',
217       'common/importer/firefox_importer_utils.h',
218       'common/importer/firefox_importer_utils_linux.cc',
219       'common/importer/firefox_importer_utils_mac.mm',
220       'common/importer/firefox_importer_utils_win.cc',
221       'common/importer/ie_importer_test_registry_overrider_win.cc',
222       'common/importer/ie_importer_test_registry_overrider_win.h',
223       'common/importer/ie_importer_utils_win.cc',
224       'common/importer/ie_importer_utils_win.h',
225       'common/importer/imported_bookmark_entry.cc',
226       'common/importer/imported_bookmark_entry.h',
227       'common/importer/imported_favicon_usage.cc',
228       'common/importer/imported_favicon_usage.h',
229       'common/importer/importer_autofill_form_data_entry.cc',
230       'common/importer/importer_autofill_form_data_entry.h',
231       'common/importer/importer_bridge.cc',
232       'common/importer/importer_bridge.h',
233       'common/importer/importer_data_types.cc',
234       'common/importer/importer_data_types.h',
235       'common/importer/importer_type.h',
236       'common/importer/importer_url_row.cc',
237       'common/importer/importer_url_row.h',
238       'common/importer/profile_import_process_messages.cc',
239       'common/importer/profile_import_process_messages.h',
240       'common/importer/profile_import_process_param_traits_macros.h',
241       'common/importer/safari_importer_utils.h',
242       'common/importer/safari_importer_utils.mm',
243     ],
244     'chrome_common_service_process_sources': [
245       'common/service_messages.h',
246       'common/service_process_util.cc',
247       'common/service_process_util.h',
248       'common/service_process_util_linux.cc',
249       'common/service_process_util_mac.mm',
250       'common/service_process_util_posix.cc',
251       'common/service_process_util_posix.h',
252       'common/service_process_util_win.cc',
253     ],
254     'chrome_common_win_mac_sources': [
255       'common/extensions/api/networking_private/networking_private_crypto_nss.cc',
256       'common/extensions/api/networking_private/networking_private_crypto_openssl.cc',
257       'common/extensions/api/networking_private/networking_private_crypto.cc',
258       'common/extensions/api/networking_private/networking_private_crypto.h',
259       'common/media_galleries/itunes_library.cc',
260       'common/media_galleries/itunes_library.h',
261       'common/media_galleries/picasa_types.cc',
262       'common/media_galleries/picasa_types.h',
263       'common/media_galleries/pmp_constants.h',
264     ],
265     'chrome_common_mac_sources': [
266       'common/media_galleries/iphoto_library.cc',
267       'common/media_galleries/iphoto_library.h',
268     ]
269   },
270   'targets': [
271     {
272       # GN: //chrome/common:common
273       'target_name': 'common',
274       'type': 'static_library',
275       'variables': {
276         'chrome_common_target': 1,
277         'enable_wexit_time_destructors': 1,
278       },
279       'include_dirs': [
280           '..',
281           '<(SHARED_INTERMEDIATE_DIR)',  # Needed by chrome_content_client.cc.
282         ],
283       'direct_dependent_settings': {
284         'include_dirs': [
285           '..',
286         ],
287       },
288       'dependencies': [
289         # TODO(gregoryd): chrome_resources and chrome_strings could be
290         #  shared with the 64-bit target, but it does not work due to a gyp
291         # issue.
292         'common_net',
293         'common_version',
294         'installer_util',
295         'safe_browsing_proto',
296         '<(DEPTH)/base/base.gyp:base',
297         '<(DEPTH)/base/base.gyp:base_i18n',
298         '<(DEPTH)/base/base.gyp:base_prefs',
299         '<(DEPTH)/base/base.gyp:base_static',
300         '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
301         '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
302         '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
303         '<(DEPTH)/chrome/common_constants.gyp:common_constants',
304         '<(DEPTH)/components/components.gyp:cloud_devices_common',
305         '<(DEPTH)/components/components.gyp:component_updater',
306         '<(DEPTH)/components/components.gyp:content_settings_core_common',
307         '<(DEPTH)/components/components.gyp:json_schema',
308         '<(DEPTH)/components/components.gyp:metrics',
309         '<(DEPTH)/components/components.gyp:policy_component_common',
310         '<(DEPTH)/components/components.gyp:translate_core_common',
311         '<(DEPTH)/components/components.gyp:variations',
312         '<(DEPTH)/content/content.gyp:content_common',
313         '<(DEPTH)/crypto/crypto.gyp:crypto',
314         '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants',
315         '<(DEPTH)/media/cast/cast.gyp:cast_net',
316         '<(DEPTH)/net/net.gyp:net',
317         '<(DEPTH)/skia/skia.gyp:skia',
318         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
319         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
320         '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
321         '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
322         '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
323         '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
324         '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
325         '<(DEPTH)/url/url.gyp:url_lib',
326       ],
327       'sources': [
328         '<@(chrome_common_sources)'
329       ],
330       'conditions': [
331         ['enable_extensions==1', {
332           'sources': [ '<@(chrome_common_extensions_sources)' ],
333           'dependencies': [
334             '<(DEPTH)/device/usb/usb.gyp:device_usb',
335             '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
336             '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
337             '<(DEPTH)/extensions/extensions.gyp:extensions_common',
338             '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
339             '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
340           ],
341           'export_dependent_settings': [
342             '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
343           ],
344         }],
345         ['OS=="win" or OS=="mac"', {
346           'sources': [ '<@(chrome_common_win_mac_sources)' ],
347         }],
348         ['(OS=="win" or OS=="mac") and use_openssl==1', {
349           # networking_private_crypto_openssl.cc depends on boringssl.
350           'dependencies': [
351             '../third_party/boringssl/boringssl.gyp:boringssl',
352           ],
353         }],
354         ['OS=="mac"', {
355           'sources': [ '<@(chrome_common_mac_sources)' ],
356         }],
357         ['OS != "ios"', {
358           'dependencies': [
359             '<(DEPTH)/components/components.gyp:autofill_core_common',
360             '<(DEPTH)/components/components.gyp:autofill_content_common',
361             '<(DEPTH)/components/components.gyp:password_manager_core_common',
362             '<(DEPTH)/components/components.gyp:password_manager_content_common',
363             '<(DEPTH)/components/components.gyp:signin_core_common',
364             '<(DEPTH)/components/components.gyp:translate_content_common',
365             '<(DEPTH)/components/components.gyp:visitedlink_common',
366             '<(DEPTH)/ipc/ipc.gyp:ipc',
367             '<(DEPTH)/third_party/re2/re2.gyp:re2',
368             '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
369           ],
370         }, {  # OS == ios
371           'sources/': [
372             ['exclude', '^common/child_process_'],
373             ['exclude', '^common/chrome_content_client\\.cc$'],
374             ['exclude', '^common/chrome_version_info_posix\\.cc$'],
375             ['exclude', '^common/common_message_generator\\.cc$'],
376             ['exclude', '^common/common_param_traits'],
377             ['exclude', '^common/custom_handlers/'],
378             ['exclude', '^common/extensions/'],
379             ['exclude', '^common/logging_chrome\\.'],
380             ['exclude', '^common/media_galleries/'],
381             ['exclude', '^common/multi_process_'],
382             ['exclude', '^common/profiling\\.'],
383             ['exclude', '^common/spellcheck_'],
384             ['exclude', '^common/validation_message_'],
385             ['exclude', '^common/web_apps\\.'],
386             # TODO(ios): Include files here as they are made to work; once
387             # everything is online, remove everything below here and just
388             # use the exclusions above.
389             ['exclude', '\\.(cc|mm)$'],
390             ['include', '_ios\\.(cc|mm)$'],
391             ['include', '(^|/)ios/'],
392             ['include', '^common/chrome_version_info\\.cc$'],
393             ['include', '^common/translate'],
394             ['include', '^common/zip'],
395           ],
396           'include_dirs': [
397             '<(DEPTH)/breakpad/src',
398           ],
399         }],
400         ['disable_nacl==0', {
401           'dependencies': [
402             '<(DEPTH)/components/nacl.gyp:nacl_common',
403             '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_plugin',
404           ],
405         }],
406         ['enable_plugins==1', {
407           'dependencies': [
408             '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
409           ],
410           'sources': [
411             'common/pepper_flash.cc',
412             'common/pepper_flash.h',
413             'common/pepper_permission_util.cc',
414             'common/pepper_permission_util.h',
415           ],
416         }],
417         ['enable_basic_printing==0 and enable_print_preview==0', {
418           'sources!': [
419             'common/print_messages.cc',
420             'common/print_messages.h',
421           ]
422         }, {
423           'dependencies': [
424             '<(DEPTH)/printing/printing.gyp:printing',
425           ],
426         }],
427         ['enable_print_preview==1', {
428           'sources': [ '<@(chrome_common_service_process_sources)' ],
429         }],
430         ['enable_service_discovery==1', {
431           'sources' : [
432             'common/local_discovery/service_discovery_client.cc',
433             'common/local_discovery/service_discovery_client.h',
434            ]
435         }],
436         ['enable_mdns==1', {
437           'sources' : [
438             'common/local_discovery/service_discovery_client_impl.cc',
439             'common/local_discovery/service_discovery_client_impl.h',
440           ]
441         }],
442         ['OS=="android"', {
443           'sources!': [
444             'common/badge_util.cc',
445             'common/chrome_version_info_posix.cc',
446             'common/extensions/api/spellcheck/spellcheck_handler.cc',
447             'common/extensions/manifest_handlers/extension_action_handler.cc',
448             'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
449             'common/icon_with_badge_image_source.cc',
450             'common/media_galleries/metadata_types.h',
451             'common/net/url_util.cc',
452             'common/spellcheck_common.cc',
453           ],
454         }, {
455           # Non-Android.
456           'sources': [ '<@(chrome_common_importer_sources)' ]
457         }],
458         ['OS=="win"', {
459           'include_dirs': [
460             '<(DEPTH)/breakpad/src',
461             '<(DEPTH)/third_party/wtl/include',
462           ],
463           'dependencies': [
464             '<(DEPTH)/components/components.gyp:dom_distiller_core',  # Needed by chrome_content_client.cc.
465           ],
466         }],
467         ['enable_mdns == 1', {
468             'sources': [
469               'common/local_discovery/local_discovery_messages.h',
470             ]
471         }],
472         ['OS=="mac"', {
473           'dependencies': [
474             '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
475             '../third_party/mach_override/mach_override.gyp:mach_override',
476           ],
477           'include_dirs': [
478             '<(DEPTH)/breakpad/src',
479           ],
480           'sources!': [
481             'common/chrome_version_info_posix.cc',
482           ],
483         }],
484         ['remoting==1', {
485           'dependencies': [
486             '../remoting/remoting.gyp:remoting_client_plugin',
487           ],
488         }],
489         ['enable_webrtc==0', {
490           'sources!': [
491             'common/media/webrtc_logging_messages.h',
492           ]
493         }],
494         ['configuration_policy==1', {
495           'dependencies': [
496             '<(DEPTH)/components/components.gyp:policy',
497           ],
498         }],
499         ['safe_browsing==1', {
500           'defines': [ 'FULL_SAFE_BROWSING' ],
501           'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
502         }],
503         ['safe_browsing==2', {
504           'defines': [ 'MOBILE_SAFE_BROWSING' ],
505         }],
506         ['use_openssl==1', {
507            'sources!': [
508              'common/extensions/api/networking_private/networking_private_crypto_nss.cc',
509            ],
510          },
511          {  # else !use_openssl
512            'sources!': [
513              'common/extensions/api/networking_private/networking_private_crypto_openssl.cc',
514            ],
515          },
516         ],
517       ],
518       'target_conditions': [
519         ['OS == "ios"', {
520           'sources/': [
521             # Pull in specific Mac files for iOS (which have been filtered out
522             # by file name rules).
523             ['include', '^common/chrome_version_info_mac\\.mm$'],
524           ],
525         }],
526       ],
527       'export_dependent_settings': [
528         '../base/base.gyp:base',
529       ],
530     },
531     {
532       # GN version: //chrome/common:version
533       'target_name': 'common_version',
534       'type': 'none',
535       'direct_dependent_settings': {
536         'include_dirs': [
537           '<(SHARED_INTERMEDIATE_DIR)',
538         ],
539       },
540       # Because generate_version generates a header, we must set the
541       # hard_dependency flag.
542       'hard_dependency': 1,
543       'actions': [
544         {
545           'action_name': 'generate_version',
546           'variables': {
547             'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
548             'version_py_path': '<(DEPTH)/build/util/version.py',
549             'version_path': 'VERSION',
550             'template_input_path': 'common/chrome_version_info_values.h.version',
551           },
552           'conditions': [
553             [ 'branding == "Chrome"', {
554               'variables': {
555                   'branding_path':
556                     'app/theme/google_chrome/BRANDING',
557               },
558             }, { # else branding!="Chrome"
559               'variables': {
560                   'branding_path':
561                     'app/theme/chromium/BRANDING',
562               },
563             }],
564           ],
565           'inputs': [
566             '<(template_input_path)',
567             '<(version_path)',
568             '<(branding_path)',
569             '<(lastchange_path)',
570           ],
571           'outputs': [
572             '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_values.h',
573           ],
574           'action': [
575             'python',
576             '<(version_py_path)',
577             '-f', '<(version_path)',
578             '-f', '<(branding_path)',
579             '-f', '<(lastchange_path)',
580             '<(template_input_path)',
581             '<@(_outputs)',
582           ],
583           'message': 'Generating version information',
584         },
585       ],
586     },
587     {
588       # GN version: //chrome/common/net
589       'target_name': 'common_net',
590       'type': 'static_library',
591       'sources': [
592         'common/net/net_resource_provider.cc',
593         'common/net/net_resource_provider.h',
594         'common/net/predictor_common.h',
595         'common/net/url_util.cc',
596         'common/net/url_util.h',
597         'common/net/x509_certificate_model.cc',
598         'common/net/x509_certificate_model_nss.cc',
599         'common/net/x509_certificate_model_openssl.cc',
600         'common/net/x509_certificate_model.h',
601       ],
602       'dependencies': [
603         '<(DEPTH)/base/base.gyp:base',
604         '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
605         '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
606         '<(DEPTH)/components/components.gyp:error_page_common',
607         '<(DEPTH)/crypto/crypto.gyp:crypto',
608         '<(DEPTH)/net/net.gyp:net_resources',
609         '<(DEPTH)/net/net.gyp:net',
610         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
611         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
612       ],
613       'conditions': [
614         ['OS != "ios"', {
615           'dependencies': [
616             '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
617           ],
618         }, {  # OS == ios
619           'sources!': [
620             'common/net/net_resource_provider.cc',
621             'common/net/x509_certificate_model.cc',
622           ],
623         }],
624         ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
625             'dependencies': [
626               '../build/linux/system.gyp:ssl',
627             ],
628           },
629         ],
630         ['os_posix != 1 or OS == "mac" or OS == "ios"', {
631             'sources!': [
632               'common/net/x509_certificate_model_nss.cc',
633               'common/net/x509_certificate_model_openssl.cc',
634             ],
635           },
636         ],
637         ['OS == "android"', {
638             'dependencies': [
639               '../third_party/boringssl/boringssl.gyp:boringssl',
640             ],
641             'sources!': [
642               'common/net/x509_certificate_model.cc',
643               'common/net/x509_certificate_model_openssl.cc',
644             ],
645         }],
646         ['use_openssl==1', {
647             'sources!': [
648               'common/net/x509_certificate_model_nss.cc',
649             ],
650             'dependencies': [
651               '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl',
652             ],
653           },
654           {  # else !use_openssl: remove the unneeded files
655             'sources!': [
656               'common/net/x509_certificate_model_openssl.cc',
657             ],
658           },
659         ],
660         ['OS=="win"', {
661             # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
662             'msvs_disabled_warnings': [4267, ],
663           },
664         ],
665       ],
666     },
667     {
668       # Protobuf compiler / generator for the safebrowsing client
669       # model proto and the client-side detection (csd) request
670       # protocol buffer.
671
672       # GN version: //chrome/common/safe_browsing:proto
673       'target_name': 'safe_browsing_proto',
674       'type': 'static_library',
675       'sources': [
676         'common/safe_browsing/client_model.proto',
677         'common/safe_browsing/crx_info.proto',
678         'common/safe_browsing/csd.proto'
679       ],
680       'variables': {
681         'proto_in_dir': 'common/safe_browsing',
682         'proto_out_dir': 'chrome/common/safe_browsing',
683       },
684       'includes': [ '../build/protoc.gypi' ],
685     },
686   ],
687 }