OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2010 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 'target_defaults': { |
| 7 'variables': { |
| 8 'installer_util_target': 0, |
| 9 }, |
| 10 'target_conditions': [ |
| 11 # This part is shared between the two versions of the target. |
| 12 ['installer_util_target==1', { |
| 13 'sources': [ |
| 14 'installer/util/browser_distribution.cc', |
| 15 'installer/util/browser_distribution.h', |
| 16 'installer/util/chrome_frame_distribution.cc', |
| 17 'installer/util/chrome_frame_distribution.h', |
| 18 'installer/util/copy_tree_work_item.cc', |
| 19 'installer/util/copy_tree_work_item.h', |
| 20 'installer/util/create_dir_work_item.cc', |
| 21 'installer/util/create_dir_work_item.h', |
| 22 'installer/util/create_reg_key_work_item.cc', |
| 23 'installer/util/create_reg_key_work_item.h', |
| 24 'installer/util/delete_reg_value_work_item.cc', |
| 25 'installer/util/delete_reg_value_work_item.h', |
| 26 'installer/util/delete_tree_work_item.cc', |
| 27 'installer/util/delete_tree_work_item.h', |
| 28 'installer/util/google_chrome_distribution.cc', |
| 29 'installer/util/google_chrome_distribution.h', |
| 30 'installer/util/google_chrome_sxs_distribution.cc', |
| 31 'installer/util/google_chrome_sxs_distribution.h', |
| 32 'installer/util/google_update_constants.cc', |
| 33 'installer/util/google_update_constants.h', |
| 34 'installer/util/google_update_settings.cc', |
| 35 'installer/util/google_update_settings.h', |
| 36 'installer/util/install_util.cc', |
| 37 'installer/util/install_util.h', |
| 38 'installer/util/l10n_string_util.cc', |
| 39 'installer/util/l10n_string_util.h', |
| 40 'installer/util/master_preferences_constants.cc', |
| 41 'installer/util/master_preferences_constants.h', |
| 42 'installer/util/move_tree_work_item.cc', |
| 43 'installer/util/move_tree_work_item.h', |
| 44 'installer/util/self_reg_work_item.cc', |
| 45 'installer/util/self_reg_work_item.h', |
| 46 'installer/util/set_reg_value_work_item.cc', |
| 47 'installer/util/set_reg_value_work_item.h', |
| 48 'installer/util/util_constants.cc', |
| 49 'installer/util/util_constants.h', |
| 50 'installer/util/version.cc', |
| 51 'installer/util/version.h', |
| 52 'installer/util/work_item.cc', |
| 53 'installer/util/work_item.h', |
| 54 'installer/util/work_item_list.cc', |
| 55 'installer/util/work_item_list.h', |
| 56 ], |
| 57 'include_dirs': [ |
| 58 '<(DEPTH)', |
| 59 ], |
| 60 }], |
| 61 ], |
| 62 }, |
| 63 'conditions': [ |
| 64 ['OS=="win"', { |
| 65 'targets': [ |
| 66 { |
| 67 'target_name': 'installer_util', |
| 68 'type': '<(library)', |
| 69 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', |
| 70 'variables': { |
| 71 'installer_util_target': 1, |
| 72 }, |
| 73 'dependencies': [ |
| 74 'installer_util_strings', |
| 75 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 76 'common_constants', |
| 77 'chrome_resources', |
| 78 'chrome_strings', |
| 79 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 80 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 81 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 82 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 83 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 84 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 85 ], |
| 86 'sources': [ |
| 87 'installer/util/compat_checks.cc', |
| 88 'installer/util/compat_checks.h', |
| 89 'installer/util/delete_after_reboot_helper.cc', |
| 90 'installer/util/delete_after_reboot_helper.h', |
| 91 'installer/util/helper.cc', |
| 92 'installer/util/helper.h', |
| 93 'installer/util/html_dialog.h', |
| 94 'installer/util/html_dialog_impl.cc', |
| 95 'installer/util/logging_installer.cc', |
| 96 'installer/util/logging_installer.h', |
| 97 'installer/util/lzma_util.cc', |
| 98 'installer/util/lzma_util.h', |
| 99 'installer/util/master_preferences.cc', |
| 100 'installer/util/master_preferences.h', |
| 101 'installer/util/shell_util.cc', |
| 102 'installer/util/shell_util.h', |
| 103 ], |
| 104 }, |
| 105 { |
| 106 'target_name': 'installer_util_nacl_win64', |
| 107 'type': '<(library)', |
| 108 'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582', |
| 109 'variables': { |
| 110 'installer_util_target': 1, |
| 111 }, |
| 112 'dependencies': [ |
| 113 'installer_util_strings', |
| 114 ], |
| 115 'include_dirs': [ |
| 116 '<(SHARED_INTERMEDIATE_DIR)', |
| 117 ], |
| 118 'sources': [ |
| 119 'installer/util/google_chrome_distribution_dummy.cc', |
| 120 'installer/util/master_preferences.h', |
| 121 'installer/util/master_preferences_dummy.cc', |
| 122 ], |
| 123 'configurations': { |
| 124 'Common_Base': { |
| 125 'msvs_target_platform': 'x64', |
| 126 }, |
| 127 }, |
| 128 }, |
| 129 ], |
| 130 }], |
| 131 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 132 'targets': [ |
| 133 { |
| 134 'target_name': 'installer_util', |
| 135 'type': '<(library)', |
| 136 'dependencies': [ |
| 137 'common_constants', |
| 138 'chrome_resources', |
| 139 'chrome_strings', |
| 140 ], |
| 141 'sources': [ |
| 142 'installer/util/master_preferences.cc', |
| 143 'installer/util/master_preferences.h', |
| 144 'installer/util/master_preferences_constants.cc', |
| 145 'installer/util/master_preferences_constants.h', |
| 146 ], |
| 147 'include_dirs': [ |
| 148 '<(DEPTH)', |
| 149 ], |
| 150 } |
| 151 ], |
| 152 }], |
| 153 ], |
| 154 } |
| 155 |
| 156 # Local Variables: |
| 157 # tab-width:2 |
| 158 # indent-tabs-mode:nil |
| 159 # End: |
| 160 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |