Change the separator of the keyboard overlay data to allow labels containing spaces.
[chromium-blink-merge.git] / chrome / chrome_installer_util.gypi
blob83f6ae1c9c0c67cf9104600b4db56fde179f7b93
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.
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/channel_info.cc',
17           'installer/util/channel_info.h',
18           'installer/util/chrome_frame_distribution.cc',
19           'installer/util/chrome_frame_distribution.h',
20           'installer/util/chromium_binaries_distribution.cc',
21           'installer/util/chromium_binaries_distribution.h',
22           'installer/util/conditional_work_item_list.cc',
23           'installer/util/conditional_work_item_list.h',
24           'installer/util/copy_tree_work_item.cc',
25           'installer/util/copy_tree_work_item.h',
26           'installer/util/create_dir_work_item.cc',
27           'installer/util/create_dir_work_item.h',
28           'installer/util/create_reg_key_work_item.cc',
29           'installer/util/create_reg_key_work_item.h',
30           'installer/util/delete_reg_key_work_item.cc',
31           'installer/util/delete_reg_key_work_item.h',
32           'installer/util/delete_reg_value_work_item.cc',
33           'installer/util/delete_reg_value_work_item.h',
34           'installer/util/delete_tree_work_item.cc',
35           'installer/util/delete_tree_work_item.h',
36           'installer/util/google_chrome_binaries_distribution.cc',
37           'installer/util/google_chrome_binaries_distribution.h',
38           'installer/util/google_chrome_sxs_distribution.cc',
39           'installer/util/google_chrome_sxs_distribution.h',
40           'installer/util/google_update_constants.cc',
41           'installer/util/google_update_constants.h',
42           'installer/util/google_update_settings.cc',
43           'installer/util/google_update_settings.h',
44           'installer/util/helper.cc',
45           'installer/util/helper.h',
46           'installer/util/install_util.cc',
47           'installer/util/install_util.h',
48           'installer/util/installation_state.h',
49           'installer/util/installation_state.cc',
50           'installer/util/installer_state.h',
51           'installer/util/installer_state.cc',
52           'installer/util/l10n_string_util.cc',
53           'installer/util/l10n_string_util.h',
54           'installer/util/language_selector.cc',
55           'installer/util/language_selector.h',
56           'installer/util/master_preferences_constants.cc',
57           'installer/util/master_preferences_constants.h',
58           'installer/util/move_tree_work_item.cc',
59           'installer/util/move_tree_work_item.h',
60           'installer/util/app_command.cc',
61           'installer/util/app_command.h',
62           'installer/util/app_commands.cc',
63           'installer/util/app_commands.h',
64           'installer/util/self_reg_work_item.cc',
65           'installer/util/self_reg_work_item.h',
66           'installer/util/set_reg_value_work_item.cc',
67           'installer/util/set_reg_value_work_item.h',
68           'installer/util/util_constants.cc',
69           'installer/util/util_constants.h',
70           'installer/util/wmi.cc',
71           'installer/util/wmi.h',
72           'installer/util/work_item.cc',
73           'installer/util/work_item.h',
74           'installer/util/work_item_list.cc',
75           'installer/util/work_item_list.h',
76         ],
77         'include_dirs': [
78           '<(DEPTH)',
79         ],
80       }],
81     ],
82   },
83   'conditions': [
84     ['OS=="win"', {
85       'targets': [
86         {
87           'target_name': 'installer_util',
88           'type': '<(library)',
89           'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC',
90           'variables': {
91             'installer_util_target': 1,
92           },
93           'dependencies': [
94             'installer_util_strings',
95             '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
96             'common_constants',
97             'chrome_resources',
98             'chrome_strings',
99             '<(DEPTH)/courgette/courgette.gyp:courgette_lib',
100             '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch',
101             '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
102             '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
103             '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
104           ],
105           'sources': [
106             'installer/util/chrome_browser_operations.cc',
107             'installer/util/chrome_browser_operations.h',
108             'installer/util/chrome_browser_sxs_operations.cc',
109             'installer/util/chrome_browser_sxs_operations.h',
110             'installer/util/chrome_frame_operations.cc',
111             'installer/util/chrome_frame_operations.h',
112             'installer/util/compat_checks.cc',
113             'installer/util/compat_checks.h',
114             'installer/util/delete_after_reboot_helper.cc',
115             'installer/util/delete_after_reboot_helper.h',
116             'installer/util/google_chrome_distribution.cc',
117             'installer/util/google_chrome_distribution.h',
118             'installer/util/html_dialog.h',
119             'installer/util/html_dialog_impl.cc',
120             'installer/util/installation_validator.cc',
121             'installer/util/installation_validator.h',
122             'installer/util/logging_installer.cc',
123             'installer/util/logging_installer.h',
124             'installer/util/lzma_util.cc',
125             'installer/util/lzma_util.h',
126             'installer/util/master_preferences.cc',
127             'installer/util/master_preferences.h',
128             'installer/util/product.h',
129             'installer/util/product.cc',
130             'installer/util/product_operations.h',
131             'installer/util/self_cleaning_temp_dir.cc',
132             'installer/util/self_cleaning_temp_dir.h',
133             'installer/util/shell_util.cc',
134             'installer/util/shell_util.h',
135           ],
136         },
137         {
138           'target_name': 'installer_util_nacl_win64',
139           'type': '<(library)',
140           'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582',
141           'variables': {
142             'installer_util_target': 1,
143           },
144           'dependencies': [
145             'installer_util_strings',
146           ],
147           'include_dirs': [
148             '<(SHARED_INTERMEDIATE_DIR)',
149           ],
150           'sources': [
151             'installer/util/google_chrome_distribution_dummy.cc',
152             'installer/util/master_preferences.h',
153             'installer/util/master_preferences_dummy.cc',
154           ],
155           'configurations': {
156             'Common_Base': {
157               'msvs_target_platform': 'x64',
158             },
159           },
160         },
161       ],
162     }],
163     ['OS!="win"', {
164       'targets': [
165         {
166           'target_name': 'installer_util',
167           'type': '<(library)',
168           'dependencies': [
169             'common_constants',
170             'chrome_resources',
171             'chrome_strings',
172           ],
173           'sources': [
174             'installer/util/master_preferences.cc',
175             'installer/util/master_preferences.h',
176             'installer/util/master_preferences_constants.cc',
177             'installer/util/master_preferences_constants.h',
178           ],
179           'include_dirs': [
180             '<(DEPTH)',
181           ],
182         }
183       ],
184     }],
185   ],
188 # Local Variables:
189 # tab-width:2
190 # indent-tabs-mode:nil
191 # End:
192 # vim: set expandtab tabstop=2 shiftwidth=2: