1 # Copyright (c) 2012 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.
8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on
11 # Linux or Mac, and into chrome.dll on Windows.
12 # NOTE: Most new includes should go in the OS!="ios" condition below.
14 # GN version is the group //chrome:browser_dependencies
15 'chromium_browser_dependencies': [
18 '../sync/sync.gyp:sync',
20 # GN version is the group //chrome:child_dependencies
21 'chromium_child_dependencies': [
23 '../sync/sync.gyp:sync',
25 'allocator_target': '../base/allocator/allocator.gyp:allocator',
26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
27 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
30 'chromium_browser_dependencies': [
32 '../ppapi/ppapi_internal.gyp:ppapi_host',
34 'chromium_child_dependencies': [
39 '../content/content.gyp:content_gpu',
40 '../content/content.gyp:content_ppapi_plugin',
41 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resources',
44 [ 'cld_version==0 or cld_version==2', {
45 'chromium_child_dependencies': [
46 # Use whatever CLD2 data access mode that the application
48 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
50 ['enable_plugins==1 and disable_nacl==0', {
51 'chromium_child_dependencies': [
52 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin',
56 'chromium_child_dependencies': [
57 '../remoting/remoting.gyp:remoting_client_plugin',
62 ['enable_basic_printing==1 or enable_print_preview==1', {
63 'chromium_browser_dependencies': [
64 '../printing/printing.gyp:printing',
67 ['enable_print_preview==1', {
68 'chromium_browser_dependencies': [
73 'platform_locale_settings_grd':
74 'app/resources/locale_settings_win.grd',
80 ['branding=="Chrome"', {
81 'platform_locale_settings_grd':
82 'app/resources/locale_settings_google_chromeos.grd',
83 }, { # branding!=Chrome
84 'platform_locale_settings_grd':
85 'app/resources/locale_settings_chromiumos.grd',
89 'platform_locale_settings_grd':
90 'app/resources/locale_settings_linux.grd',
94 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "linux"', {
95 'platform_locale_settings_grd':
96 'app/resources/locale_settings_linux.grd',
99 'tweak_info_plist_path': '../build/mac/tweak_info_plist.py',
100 'platform_locale_settings_grd':
101 'app/resources/locale_settings_mac.grd',
106 # Place some targets in gypi files to reduce contention on this file.
107 # By using an include, we keep everything in a single xcodeproj file.
108 # Note on Win64 targets: targets that end with win64 be used
109 # on 64-bit Windows only. Targets that end with nacl_win64 should be used
110 # by Native Client only.
111 # NOTE: Most new includes should go in the OS!="ios" condition below.
112 '../build/chrome_settings.gypi',
113 '../build/util/version.gypi',
114 '../build/win_precompile.gypi',
115 'chrome_browser.gypi',
116 'chrome_browser_ui.gypi',
117 'chrome_common.gypi',
118 'chrome_installer_util.gypi',
124 'app_installer/app_installer.gypi',
126 'chrome_debugger.gypi',
129 'chrome_installer.gypi',
130 'chrome_plugin.gypi',
131 'chrome_renderer.gypi',
133 'chrome_tests_unit.gypi',
134 'chrome_utility.gypi',
135 'policy_templates.gypi',
139 'target_name': 'default_extensions',
145 'destination': '<(PRODUCT_DIR)/extensions',
147 'browser/extensions/default_extensions/external_extensions.json'
158 'app_shim/app_shim.gypi',
159 'browser/apps/app_shim/browser_app_shim.gypi',
163 'target_name': 'helper_app',
164 'type': 'executable',
165 'variables': { 'enable_wexit_time_destructors': 1, },
166 'product_name': '<(mac_product_name) Helper',
170 'infoplist_strings_tool',
173 # chrome_exe_main_mac.cc's main() is the entry point for
174 # the "chrome" (browser app) target. All it does is jump
175 # to chrome_dll's ChromeMain. This is appropriate for
176 # helper processes too, because the logic to discriminate
177 # between process types at run time is actually directed
178 # by the --type command line argument processed by
179 # ChromeMain. Sharing chrome_exe_main_mac.cc with the
180 # browser app will suffice for now.
181 'app/chrome_exe_main_mac.cc',
182 'app/helper-Info.plist',
184 # TODO(mark): Come up with a fancier way to do this. It should only
185 # be necessary to list helper-Info.plist once, not the three times it
187 'mac_bundle_resources!': [
188 'app/helper-Info.plist',
190 # TODO(mark): For now, don't put any resources into this app. Its
191 # resources directory will be a symbolic link to the browser app's
192 # resources directory.
193 'mac_bundle_resources/': [
197 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)',
198 'CHROMIUM_SHORT_NAME': '<(branding)',
199 'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves',
200 'INFOPLIST_FILE': 'app/helper-Info.plist',
204 # The helper doesn't have real localizations, it just has
205 # empty .lproj directories, which is enough to convince Cocoa
206 # that anything running out of the helper .app supports those
208 'postbuild_name': 'Make Empty Localizations',
211 '>!@(<(apply_locales_cmd) -d ZZLOCALE.lproj <(locales))',
215 'tools/build/mac/make_locale_dirs.sh',
220 # The framework (chrome_dll) defines its load-time path
221 # (DYLIB_INSTALL_NAME_BASE) relative to the main executable
222 # (chrome). A different relative path needs to be used in
224 'postbuild_name': 'Fix Framework Link',
228 '@executable_path/../Versions/<(version_full)/<(mac_product_name) Framework.framework/<(mac_product_name) Framework',
229 '@executable_path/../../../<(mac_product_name) Framework.framework/<(mac_product_name) Framework',
230 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
234 # Modify the Info.plist as needed. The script explains why this
235 # is needed. This is also done in the chrome and chrome_dll
236 # targets. In this case, --breakpad=0, --keystone=0, and --scm=0
237 # are used because Breakpad, Keystone, and SCM keys are
238 # never placed into the helper.
239 'postbuild_name': 'Tweak Info.plist',
240 'action': ['<(tweak_info_plist_path)',
246 # Make sure there isn't any Objective-C in the helper app's
248 'postbuild_name': 'Verify No Objective-C',
250 '../build/mac/verify_no_objc.sh',
255 ['mac_breakpad==1', {
257 # A real .dSYM is needed for dump_syms to operate on.
261 # With mac_real_dsym set, strip_from_xcode won't be used.
262 # Specify CHROMIUM_STRIP_SAVE_FILE directly to Xcode.
263 'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)',
266 ['component=="shared_library"', {
268 'LD_RUNPATH_SEARCH_PATHS': [
269 # Get back from Chromium.app/Contents/Versions/V/
270 # Helper.app/Contents/MacOS
271 '@loader_path/../../../../../../..',
276 }, # target helper_app
278 # A library containing the actual code for the app mode app, shared
280 # GN: //chrome/common:app_mode_app_support
281 'target_name': 'app_mode_app_support',
282 'type': 'static_library',
283 'variables': { 'enable_wexit_time_destructors': 1, },
284 'product_name': 'app_mode_app_support',
286 '../base/base.gyp:base',
287 'common_constants.gyp:common_constants',
290 'common/mac/app_mode_chrome_locator.h',
291 'common/mac/app_mode_chrome_locator.mm',
292 'common/mac/app_mode_common.h',
293 'common/mac/app_mode_common.mm',
298 }, # target app_mode_app_support
300 # Convenience target to build a disk image.
301 'target_name': 'build_app_dmg',
302 # Don't place this in the 'all' list; most won't want it.
303 # In GYP, booleans are 0/1, not True/False.
304 'suppress_wildcard': 1,
310 'build_app_dmg_script_path': 'tools/build/mac/build_app_dmg',
311 'pkg_dmg_script_path': 'installer/mac/pkg-dmg',
314 # This duplicates the output path from build_app_dmg.
315 ['branding=="Chrome"', {
316 'dmg_name': 'GoogleChrome.dmg',
317 }, { # else: branding!="Chrome"
318 'dmg_name': 'Chromium.dmg',
325 '<(build_app_dmg_script_path)',
326 '<(pkg_dmg_script_path)',
327 '<(PRODUCT_DIR)/<(mac_product_name).app',
330 '<(PRODUCT_DIR)/<(dmg_name)',
332 'action_name': 'build_app_dmg',
333 'action': ['<(build_app_dmg_script_path)', '<@(branding)'],
338 'target_name': 'infoplist_strings_tool',
339 'type': 'executable',
340 'variables': { 'enable_wexit_time_destructors': 1, },
342 'chrome_resources.gyp:chrome_strings',
343 '../base/base.gyp:base',
344 '../ui/base/ui_base.gyp:ui_base',
345 '../ui/gfx/gfx.gyp:gfx',
346 '../ui/gfx/gfx.gyp:gfx_geometry',
352 'tools/mac_helpers/infoplist_strings_util.mm',
360 'target_name': 'linux_symbols',
363 ['linux_dump_symbols==1', {
366 'action_name': 'dump_symbols',
368 '<(DEPTH)/build/linux/dump_app_syms',
369 '<(PRODUCT_DIR)/dump_syms',
370 '<(PRODUCT_DIR)/chrome',
373 '<(PRODUCT_DIR)/chrome.breakpad.<(target_arch)',
375 'action': ['<(DEPTH)/build/linux/dump_app_syms',
376 '<(PRODUCT_DIR)/dump_syms',
377 '<(linux_strip_binary)',
378 '<(PRODUCT_DIR)/chrome',
380 'message': 'Dumping breakpad symbols to <(_outputs)',
381 'process_outputs_as_sources': 1,
386 '../breakpad/breakpad.gyp:dump_syms#host',
396 # For historical reasons, chrome/chrome.sln has been the entry point
397 # for new Chrome developers. To assist development, include several
398 # core unittests that are otherwise only accessible side-by-side with
399 # chrome via all/all.sln.
400 'target_name': 'test_targets',
403 '../base/base.gyp:base_unittests',
404 '../content/content_shell_and_tests.gyp:content_browsertests',
405 '../content/content_shell_and_tests.gyp:content_shell',
406 '../content/content_shell_and_tests.gyp:content_unittests',
407 '../net/net.gyp:net_unittests',
408 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
412 'target_name': 'chrome_version_resources',
415 'output_dir': 'chrome_version',
416 'template_input_path': 'app/chrome_version.rc.version',
417 'branding_path': 'app/theme/<(branding_path_component)/BRANDING',
419 'direct_dependent_settings': {
421 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)',
425 'app/chrome_exe.ver',
426 'app/chrome_dll.ver',
427 'app/nacl64_exe.ver',
431 'version_resource_rules.gypi',
435 # GN version: //chrome:version_header
436 'target_name': 'chrome_version_header',
438 'hard_dependency': 1,
441 'action_name': 'version_header',
444 '<(DEPTH)/build/util/LASTCHANGE',
445 'branding_path': 'app/theme/<(branding_path_component)/BRANDING',
450 '<(lastchange_path)',
454 '<(SHARED_INTERMEDIATE_DIR)/version.h',
458 '<(version_py_path)',
459 '-f', '<(version_path)',
460 '-f', '<(branding_path)',
461 '-f', '<(lastchange_path)',
465 'message': 'Generating version header file: <@(_outputs)',
470 'target_name': 'crash_service',
471 'type': 'executable',
474 '../base/base.gyp:base',
475 '../chrome/common_constants.gyp:common_constants',
476 '../components/components.gyp:breakpad_crash_service',
482 'tools/crash_service/main.cc',
486 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
491 'target_name': 'sb_sigutil',
492 'type': 'executable',
494 '../base/base.gyp:base',
495 '../crypto/crypto.gyp:crypto',
496 'safe_browsing_proto',
499 'common/safe_browsing/binary_feature_extractor.cc',
500 'common/safe_browsing/binary_feature_extractor.h',
501 'common/safe_browsing/binary_feature_extractor_win.cc',
502 'common/safe_browsing/pe_image_reader_win.cc',
503 'common/safe_browsing/pe_image_reader_win.h',
504 'tools/safe_browsing/sb_sigutil.cc',
509 'app_shim/app_shim_win.gypi',
510 'chrome_watcher/chrome_watcher.gypi',
511 'chrome_process_finder.gypi',
515 ['OS=="win" and target_arch=="ia32"',
518 'target_name': 'chrome_user32_delay_imports',
521 'lib_dir': '<(INTERMEDIATE_DIR)',
524 'chrome.user32.delay.imports'
527 '../build/win/importlibs/create_import_lib.gypi',
529 'direct_dependent_settings': {
532 'AdditionalLibraryDirectories': ['<(lib_dir)', ],
533 'AdditionalDependencies': ['chrome.user32.delay.lib', ],
539 'target_name': 'crash_service_win64',
540 'type': 'executable',
541 'product_name': 'crash_service64',
543 'installer_util_nacl_win64',
544 '../base/base.gyp:base_static_win64',
545 '../chrome/common_constants.gyp:common_constants_win64',
546 '../components/components.gyp:breakpad_crash_service_win64',
552 '../content/public/common/content_switches.cc',
553 'tools/crash_service/main.cc',
556 'COMPILE_CONTENT_STATICALLY',
560 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
565 'msvs_target_platform': 'x64',
570 ], # OS=="win" and target_arch=="ia32"
572 'includes': [ 'chrome_browser_chromeos.gypi' ],
578 # GN: //chrome/android:chrome_java
579 'target_name': 'chrome_java',
582 'activity_type_ids_java',
583 'chrome_resources.gyp:chrome_strings',
584 'chrome_strings_grd',
585 'chrome_version_java',
586 'document_tab_model_info_proto_java',
587 'profile_account_management_metrics_java',
588 'content_setting_java',
589 'content_settings_type_java',
590 'page_info_connection_type_java',
591 'profile_sync_service_model_type_selection_java',
593 'toolbar_model_security_levels_java',
594 'tab_load_status_java',
595 '../base/base.gyp:base',
596 '../components/components.gyp:bookmarks_java',
597 '../components/components.gyp:dom_distiller_core_java',
598 '../components/components.gyp:enhanced_bookmarks_launch_location_srcjar',
599 '../components/components.gyp:gcm_driver_java',
600 '../components/components.gyp:invalidation_java',
601 '../components/components.gyp:navigation_interception_java',
602 '../components/components.gyp:service_tab_launcher_java',
603 '../components/components.gyp:precache_java',
604 '../components/components.gyp:variations_java',
605 '../components/components.gyp:web_contents_delegate_android_java',
606 '../content/content.gyp:content_java',
607 '../media/media.gyp:media_java',
608 '../printing/printing.gyp:printing_java',
609 '../sync/sync.gyp:sync_java',
610 '../third_party/android_data_chart/android_data_chart.gyp:android_data_chart_java',
611 '../third_party/android_media/android_media.gyp:android_media_java',
612 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:android_swipe_refresh_java',
613 '../third_party/android_tools/android_tools.gyp:android_support_v7_appcompat_javalib',
614 '../third_party/android_tools/android_tools.gyp:android_support_v7_mediarouter_javalib',
615 '../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
616 '../third_party/android_tools/android_tools.gyp:google_play_services_javalib',
617 '../ui/android/ui_android.gyp:ui_java',
620 'java_in_dir': '../chrome/android/java',
621 'has_java_resources': 1,
622 'R_package': 'org.chromium.chrome',
623 'R_package_relpath': 'org/chromium/chrome',
624 # Include xml string files generated from generated_resources.grd
625 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'],
626 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --outputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'],
629 '../build/java.gypi',
633 # GN: //chrome/android:chrome_strings_grd
634 'target_name': 'chrome_strings_grd',
637 'grd_file': '../chrome/android/java/strings/android_chrome_strings.grd',
640 '../build/java_strings_grd.gypi',
644 # GN: //chrome:content_setting_javagen
645 'target_name': 'content_setting_java',
648 'source_file': '../components/content_settings/core/common/content_settings.h',
650 'includes': [ '../build/android/java_cpp_enum.gypi' ],
653 # GN: //chrome:content_settings_type_javagen
654 'target_name': 'content_settings_type_java',
657 'source_file': '../components/content_settings/core/common/content_settings_types.h',
659 'includes': [ '../build/android/java_cpp_enum.gypi' ],
662 # GN: //chrome:page_info_connection_type_javagen
663 'target_name': 'page_info_connection_type_java',
666 'source_file': 'browser/ui/android/website_settings_popup_android.h',
668 'includes': [ '../build/android/java_cpp_enum.gypi' ],
672 'chrome_android.gypi',
675 ['configuration_policy==1 and OS!="android" and OS!="ios"', {
676 'includes': [ 'policy.gypi', ],
678 ['enable_extensions==1', {
680 'chrome_browser_extensions.gypi',
683 ['enable_print_preview==1', {
686 # GN version: //chrome/service
687 'target_name': 'service',
688 'type': 'static_library',
689 'variables': { 'enable_wexit_time_destructors': 1, },
691 'chrome_resources.gyp:chrome_strings',
694 '../base/base.gyp:base',
695 '../components/components.gyp:cloud_devices_common',
696 '../google_apis/google_apis.gyp:google_apis',
697 '../jingle/jingle.gyp:notifier',
698 '../net/net.gyp:net',
699 '../printing/printing.gyp:printing',
700 '../skia/skia.gyp:skia',
701 '../third_party/libjingle/libjingle.gyp:libjingle',
704 # Note: sources list duplicated in GN build.
705 'service/cloud_print/cdd_conversion_win.cc',
706 'service/cloud_print/cdd_conversion_win.h',
707 'service/cloud_print/cloud_print_auth.cc',
708 'service/cloud_print/cloud_print_auth.h',
709 'service/cloud_print/cloud_print_connector.cc',
710 'service/cloud_print/cloud_print_connector.h',
711 'service/cloud_print/cloud_print_proxy.cc',
712 'service/cloud_print/cloud_print_proxy.h',
713 'service/cloud_print/cloud_print_proxy_backend.cc',
714 'service/cloud_print/cloud_print_proxy_backend.h',
715 'service/cloud_print/cloud_print_service_helpers.cc',
716 'service/cloud_print/cloud_print_service_helpers.h',
717 'service/cloud_print/cloud_print_token_store.cc',
718 'service/cloud_print/cloud_print_token_store.h',
719 'service/cloud_print/cloud_print_url_fetcher.cc',
720 'service/cloud_print/cloud_print_url_fetcher.h',
721 'service/cloud_print/cloud_print_wipeout.cc',
722 'service/cloud_print/cloud_print_wipeout.h',
723 'service/cloud_print/connector_settings.cc',
724 'service/cloud_print/connector_settings.h',
725 'service/cloud_print/job_status_updater.cc',
726 'service/cloud_print/job_status_updater.h',
727 'service/cloud_print/print_system.cc',
728 'service/cloud_print/print_system.h',
729 'service/cloud_print/print_system_win.cc',
730 'service/cloud_print/printer_job_handler.cc',
731 'service/cloud_print/printer_job_handler.h',
732 'service/cloud_print/printer_job_queue_handler.cc',
733 'service/cloud_print/printer_job_queue_handler.h',
734 'service/net/service_url_request_context_getter.cc',
735 'service/net/service_url_request_context_getter.h',
736 'service/service_ipc_server.cc',
737 'service/service_ipc_server.h',
738 'service/service_main.cc',
739 'service/service_process.cc',
740 'service/service_process.h',
741 'service/service_process_prefs.cc',
742 'service/service_process_prefs.h',
743 'service/service_utility_process_host.cc',
744 'service/service_utility_process_host.h',
752 '../printing/printing.gyp:cups',
755 'service/cloud_print/print_system_cups.cc',
758 ['OS!="win" and use_cups!=1', {
760 'service/cloud_print/print_system_dummy.cc',
765 'service/service_utility_process_host.cc',
766 'service/service_utility_process_host.h',
775 'kasko_exe_dir': '<(DEPTH)/third_party/kasko',
779 'target_name': 'kasko_dll',
782 '<(PRODUCT_DIR)/kasko.dll',
783 '<(PRODUCT_DIR)/kasko.dll.pdb',
787 'destination': '<(PRODUCT_DIR)',
789 '<(kasko_exe_dir)/kasko.dll',
790 '<(kasko_exe_dir)/kasko.dll.pdb',
794 'direct_dependent_settings': {
797 'AdditionalDependencies': [
800 'AdditionalLibraryDirectories': [
801 '<(DEPTH)/third_party/kasko'