{ 'variables': { 'version_py': '../../chrome/tools/build/version.py', 'version_path': '../../chrome/VERSION', 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', # 'branding_dir' is set in the 'conditions' section at the bottom. }, 'includes': [ # Two versions of installer_util target are defined in installer_util.gypi. # This allows to keep all the settings relevant to these targets in one # place. 'installer_util.gypi', ], 'conditions': [ ['OS=="win"', { 'targets': [ { 'target_name': 'gcapi_dll', 'type': 'loadable_module', 'msvs_guid': 'B802A2FE-E4E2-4F5A-905A-D5128875C954', 'dependencies': [ '../../google_update/google_update.gyp:google_update', ], 'include_dirs': [ '../..', ], 'sources': [ 'gcapi/gcapi.cc', 'gcapi/gcapi.h', ], }, { 'target_name': 'gcapi_lib', 'type': 'static_library', 'msvs_guid': 'CD2FD73A-6AAB-4886-B887-760D18E8B635', 'dependencies': [ '../../google_update/google_update.gyp:google_update', ], 'include_dirs': [ '../..', ], 'sources': [ 'gcapi/gcapi.cc', 'gcapi/gcapi.h', ], }, { 'target_name': 'gcapi_test', 'type': 'executable', 'msvs_guid': 'B64B396B-8EF1-4B6B-A07E-48D40EB961AB', 'dependencies': [ 'gcapi_dll', 'gcapi_lib', ], 'include_dirs': [ '../..', ], 'sources': [ 'gcapi/gcapi_test.cc', 'gcapi/gcapi_test.rc', 'gcapi/resource.h', ], }, { 'target_name': 'installer_util_unittests', 'type': 'executable', 'msvs_guid': '903F8C1E-537A-4C9E-97BE-075147CBE769', 'dependencies': [ 'installer_util', 'installer_util_strings', '../../base/base.gyp:base', '../../base/base.gyp:base_i18n', '../../build/temp_gyp/googleurl.gyp:googleurl', '../../testing/gtest.gyp:gtest', ], 'include_dirs': [ '../..', ], 'sources': [ 'setup/compat_checks_unittest.cc', 'setup/setup_constants.cc', 'util/browser_distribution_unittest.cc', 'util/copy_tree_work_item_unittest.cc', 'util/create_dir_work_item_unittest.cc', 'util/create_reg_key_work_item_unittest.cc', 'util/delete_after_reboot_helper_unittest.cc', 'util/delete_reg_value_work_item_unittest.cc', 'util/delete_tree_work_item_unittest.cc', 'util/google_chrome_distribution_unittest.cc', 'util/google_update_settings_unittest.cc', 'util/helper_unittest.cc', 'util/installer_util_unittests.rc', 'util/installer_util_unittests_resource.h', 'util/lzma_util_unittest.cc', 'util/master_preferences_unittest.cc', 'util/move_tree_work_item_unittest.cc', 'util/run_all_unittests.cc', 'util/set_reg_value_work_item_unittest.cc', 'util/shell_util_unittest.cc', 'util/work_item_list_unittest.cc', 'util/version_unittest.cc', ], 'msvs_settings': { 'VCManifestTool': { 'AdditionalManifestFiles': '$(ProjectDir)\\mini_installer\\mini_installer.exe.manifest', }, }, }, { 'target_name': 'installer_util_strings', 'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013', 'type': 'none', 'rules': [ { 'rule_name': 'installer_util_strings', 'extension': 'grd', 'inputs': [ '<(RULE_INPUT_PATH)', ], 'outputs': [ # Don't use <(RULE_INPUT_ROOT) to create the output file # name, because the base name of the input # (generated_resources.grd) doesn't match the generated file # (installer_util_strings.h). '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_strings.h', ], 'action': ['python', 'util/prebuild/create_string_rc.py', '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', '<(branding)',], 'message': 'Generating resources from <(RULE_INPUT_PATH)', }, ], 'sources': [ '../app/chromium_strings.grd', ], 'direct_dependent_settings': { 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', ], }, }, { 'target_name': 'mini_installer_test', 'type': 'executable', 'msvs_guid': '4B6E199A-034A-49BD-AB93-458DD37E45B1', 'dependencies': [ 'installer_util', '../../base/base.gyp:base', '../../base/base.gyp:base_i18n', '../../testing/gtest.gyp:gtest', ], 'include_dirs': [ '../..', ], 'sources': [ '../test/mini_installer_test/run_all_unittests.cc', '../test/mini_installer_test/chrome_mini_installer.cc', '../test/mini_installer_test/chrome_mini_installer.h', '../test/mini_installer_test/mini_installer_test_constants.cc', '../test/mini_installer_test/mini_installer_test_constants.h', '../test/mini_installer_test/mini_installer_test_util.cc', '../test/mini_installer_test/mini_installer_test_util.h', '../test/mini_installer_test/test.cc', ], 'msvs_settings': { 'VCManifestTool': { 'AdditionalManifestFiles': '$(ProjectDir)\\mini_installer\\mini_installer.exe.manifest', }, }, }, { 'target_name': 'setup', 'type': 'executable', 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554', 'dependencies': [ 'installer_util', 'installer_util_strings', '../../build/temp_gyp/googleurl.gyp:googleurl', '../../build/util/build_util.gyp:lastchange', '../../build/util/support/support.gyp:*', '../../build/win/system.gyp:cygwin', '../../chrome_frame/chrome_frame.gyp:npchrome_frame', ], 'include_dirs': [ '../..', '<(INTERMEDIATE_DIR)', '<(SHARED_INTERMEDIATE_DIR)/setup', ], 'direct_dependent_settings': { 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/setup', ], }, 'sources': [ 'mini_installer/chrome_frame.release', 'setup/install.cc', 'setup/install.h', 'setup/setup_main.cc', 'setup/setup.ico', 'setup/setup.rc', 'setup/setup_constants.cc', 'setup/setup_constants.h', 'setup/setup_exe_version.rc.version', 'setup/setup_resource.h', 'setup/setup_util.cc', 'setup/setup_util.h', 'setup/uninstall.cc', 'setup/uninstall.h', ], 'msvs_settings': { 'VCLinkerTool': { 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS }, 'VCManifestTool': { 'AdditionalManifestFiles': '$(ProjectDir)\\setup\\setup.exe.manifest', }, }, 'rules': [ { 'rule_name': 'setup_version', 'extension': 'version', 'variables': { 'version_py': '../../chrome/tools/build/version.py', 'template_input_path': 'setup/setup_exe_version.rc.version', }, 'inputs': [ '<(template_input_path)', '<(version_path)', '<(lastchange_path)', '<(branding_dir)/BRANDING', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/setup/setup_exe_version.rc', ], 'action': [ 'python', '<(version_py)', '-f', '<(version_path)', '-f', '<(lastchange_path)', '-f', '<(branding_dir)/BRANDING', '<(template_input_path)', '<@(_outputs)', ], 'process_outputs_as_sources': 1, 'message': 'Generating version information' }, { 'rule_name': 'server_dlls', 'extension': 'release', 'variables': { 'scan_server_dlls_py' : '../tools/build/win/scan_server_dlls.py', 'template_file': 'mini_installer/chrome_frame.release', }, 'inputs': [ '<(scan_server_dlls_py)', '<(template_file)' ], 'outputs': [ '<(INTERMEDIATE_DIR)/registered_dlls.h', ], 'action': [ 'python', '<(scan_server_dlls_py)', '--output_dir=<(PRODUCT_DIR)', '--input_file=<(RULE_INPUT_PATH)', '--header_output_dir=<(INTERMEDIATE_DIR)', # TODO(sgk): may just use environment variables #'--distribution=$(CHROMIUM_BUILD)', '--distribution=_google_chrome', ], }, ], 'conditions': [ # TODO(mark): <(branding_dir) should be defined by the # global condition block at the bottom of the file, but # this doesn't work due to the following issue: # # http://code.google.com/p/gyp/issues/detail?id=22 # # Remove this block once the above issue is fixed. [ 'branding == "Chrome"', { 'variables': { 'branding_dir': '../app/theme/google_chrome', }, }, { # else branding!="Chrome" 'variables': { 'branding_dir': '../app/theme/chromium', }, }], ], }, { 'target_name': 'setup_unittests', 'type': 'executable', 'msvs_guid': 'C0AE4E06-F023-460F-BC14-6302CEAC51F8', 'dependencies': [ 'installer_util', '../../base/base.gyp:base', '../../base/base.gyp:base_i18n', '../../build/temp_gyp/googleurl.gyp:googleurl', '../../testing/gtest.gyp:gtest', ], 'include_dirs': [ '../..', ], 'sources': [ 'setup/run_all_unittests.cc', 'setup/setup_util.cc', 'setup/setup_util_unittest.cc', ], }, ], }], ['OS=="linux" and branding=="Chrome"', { 'variables': { # Always google_chrome since this only applies to branding==Chrome. 'branding_dir': '../app/theme/google_chrome', 'version' : '