Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(873)

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10879020: Refactor manifests to allow all executables to use the same base manifests as AdditionalManifestFil… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pather Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 # 'branding_dir' is set in the 'conditions' section at the bottom. 8 # 'branding_dir' is set in the 'conditions' section at the bottom.
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../base/base.gyp:test_support_base', 79 '../base/base.gyp:test_support_base',
80 '../build/temp_gyp/googleurl.gyp:googleurl', 80 '../build/temp_gyp/googleurl.gyp:googleurl',
81 '../content/content.gyp:content_common', 81 '../content/content.gyp:content_common',
82 '../testing/gmock.gyp:gmock', 82 '../testing/gmock.gyp:gmock',
83 '../testing/gtest.gyp:gtest', 83 '../testing/gtest.gyp:gtest',
84 ], 84 ],
85 'include_dirs': [ 85 'include_dirs': [
86 '..', 86 '..',
87 ], 87 ],
88 'sources': [ 88 'sources': [
89 'app/additional.manifest',
89 'installer/setup/compat_checks_unittest.cc', 90 'installer/setup/compat_checks_unittest.cc',
90 'installer/setup/setup_constants.cc', 91 'installer/setup/setup_constants.cc',
91 'installer/util/channel_info_unittest.cc', 92 'installer/util/channel_info_unittest.cc',
92 'installer/util/copy_reg_key_work_item_unittest.cc', 93 'installer/util/copy_reg_key_work_item_unittest.cc',
93 'installer/util/copy_tree_work_item_unittest.cc', 94 'installer/util/copy_tree_work_item_unittest.cc',
94 'installer/util/create_dir_work_item_unittest.cc', 95 'installer/util/create_dir_work_item_unittest.cc',
95 'installer/util/create_reg_key_work_item_unittest.cc', 96 'installer/util/create_reg_key_work_item_unittest.cc',
96 'installer/util/delete_after_reboot_helper_unittest.cc', 97 'installer/util/delete_after_reboot_helper_unittest.cc',
97 'installer/util/delete_reg_key_work_item_unittest.cc', 98 'installer/util/delete_reg_key_work_item_unittest.cc',
98 'installer/util/delete_reg_value_work_item_unittest.cc', 99 'installer/util/delete_reg_value_work_item_unittest.cc',
(...skipping 23 matching lines...) Expand all
122 'installer/util/registry_test_data.h', 123 'installer/util/registry_test_data.h',
123 'installer/util/run_all_unittests.cc', 124 'installer/util/run_all_unittests.cc',
124 'installer/util/self_cleaning_temp_dir_unittest.cc', 125 'installer/util/self_cleaning_temp_dir_unittest.cc',
125 'installer/util/set_reg_value_work_item_unittest.cc', 126 'installer/util/set_reg_value_work_item_unittest.cc',
126 'installer/util/shell_util_unittest.cc', 127 'installer/util/shell_util_unittest.cc',
127 'installer/util/wmi_unittest.cc', 128 'installer/util/wmi_unittest.cc',
128 'installer/util/work_item_list_unittest.cc', 129 'installer/util/work_item_list_unittest.cc',
129 ], 130 ],
130 'msvs_settings': { 131 'msvs_settings': {
131 'VCManifestTool': { 132 'VCManifestTool': {
132 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\mini_install er\\mini_installer.exe.manifest', 133 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t',
133 }, 134 },
134 }, 135 },
135 }, 136 },
136 { 137 {
137 'target_name': 'installer_util_strings', 138 'target_name': 'installer_util_strings',
138 'type': 'none', 139 'type': 'none',
139 'rules': [ 140 'rules': [
140 { 141 {
141 'rule_name': 'installer_util_strings', 142 'rule_name': 'installer_util_strings',
142 'extension': 'grd', 143 'extension': 'grd',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../base/base.gyp:base_i18n', 228 '../base/base.gyp:base_i18n',
228 '../base/base.gyp:test_support_base', 229 '../base/base.gyp:test_support_base',
229 '../chrome/chrome.gyp:test_support_common', 230 '../chrome/chrome.gyp:test_support_common',
230 '../testing/gtest.gyp:gtest', 231 '../testing/gtest.gyp:gtest',
231 ], 232 ],
232 'include_dirs': [ 233 'include_dirs': [
233 '..', 234 '..',
234 ], 235 ],
235 'sources': [ 236 'sources': [
236 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', 237 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc',
238 'app/additional.manifest',
237 'installer/util/installation_validation_helper.cc', 239 'installer/util/installation_validation_helper.cc',
238 'installer/util/installation_validation_helper.h', 240 'installer/util/installation_validation_helper.h',
239 'test/mini_installer_test/installer_path_provider.cc', 241 'test/mini_installer_test/installer_path_provider.cc',
240 'test/mini_installer_test/installer_path_provider.h', 242 'test/mini_installer_test/installer_path_provider.h',
241 'test/mini_installer_test/installer_test_util.cc', 243 'test/mini_installer_test/installer_test_util.cc',
242 'test/mini_installer_test/installer_test_util.h', 244 'test/mini_installer_test/installer_test_util.h',
243 'test/mini_installer_test/mini_installer_test_constants.cc', 245 'test/mini_installer_test/mini_installer_test_constants.cc',
244 'test/mini_installer_test/mini_installer_test_constants.h', 246 'test/mini_installer_test/mini_installer_test_constants.h',
245 'test/mini_installer_test/run_all_unittests.cc', 247 'test/mini_installer_test/run_all_unittests.cc',
246 'test/mini_installer_test/switch_builder.cc', 248 'test/mini_installer_test/switch_builder.cc',
247 'test/mini_installer_test/switch_builder.h', 249 'test/mini_installer_test/switch_builder.h',
248 'test/mini_installer_test/test.cc', 250 'test/mini_installer_test/test.cc',
249 ], 251 ],
250 'msvs_settings': { 252 'msvs_settings': {
251 'VCManifestTool': { 253 'VCManifestTool': {
252 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\mini_install er\\mini_installer.exe.manifest', 254 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t',
253 }, 255 },
254 }, 256 },
255 }, 257 },
256 { 258 {
257 'target_name': 'setup', 259 'target_name': 'setup',
258 'type': 'executable', 260 'type': 'executable',
259 'dependencies': [ 261 'dependencies': [
260 'installer_util', 262 'installer_util',
261 'installer_util_strings', 263 'installer_util_strings',
262 '../base/base.gyp:base', 264 '../base/base.gyp:base',
263 '../build/temp_gyp/googleurl.gyp:googleurl', 265 '../build/temp_gyp/googleurl.gyp:googleurl',
264 '../chrome/chrome.gyp:common_constants', 266 '../chrome/chrome.gyp:common_constants',
265 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', 267 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
266 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 268 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
267 '../breakpad/breakpad.gyp:breakpad_handler', 269 '../breakpad/breakpad.gyp:breakpad_handler',
268 '../rlz/rlz.gyp:rlz_lib', 270 '../rlz/rlz.gyp:rlz_lib',
269 '../third_party/zlib/zlib.gyp:zlib', 271 '../third_party/zlib/zlib.gyp:zlib',
270 ], 272 ],
271 'include_dirs': [ 273 'include_dirs': [
272 '..', 274 '..',
273 '<(INTERMEDIATE_DIR)', 275 '<(INTERMEDIATE_DIR)',
274 '<(SHARED_INTERMEDIATE_DIR)/setup', 276 '<(SHARED_INTERMEDIATE_DIR)/setup',
275 ], 277 ],
276 'direct_dependent_settings': { 278 'direct_dependent_settings': {
277 'include_dirs': [ 279 'include_dirs': [
278 '<(SHARED_INTERMEDIATE_DIR)/setup', 280 '<(SHARED_INTERMEDIATE_DIR)/setup',
279 ], 281 ],
280 }, 282 },
281 'sources': [ 283 'sources': [
284 'app/additional.manifest',
282 'installer/mini_installer/chrome.release', 285 'installer/mini_installer/chrome.release',
283 'installer/setup/chrome_frame_quick_enable.cc', 286 'installer/setup/chrome_frame_quick_enable.cc',
284 'installer/setup/chrome_frame_quick_enable.h', 287 'installer/setup/chrome_frame_quick_enable.h',
285 'installer/setup/chrome_frame_ready_mode.cc', 288 'installer/setup/chrome_frame_ready_mode.cc',
286 'installer/setup/chrome_frame_ready_mode.h', 289 'installer/setup/chrome_frame_ready_mode.h',
287 'installer/setup/install.cc', 290 'installer/setup/install.cc',
288 'installer/setup/install.h', 291 'installer/setup/install.h',
289 'installer/setup/install_worker.cc', 292 'installer/setup/install_worker.cc',
290 'installer/setup/install_worker.h', 293 'installer/setup/install_worker.h',
291 'installer/setup/setup_main.cc', 294 'installer/setup/setup_main.cc',
292 'installer/setup/setup.ico', 295 'installer/setup/setup.ico',
293 'installer/setup/setup.rc', 296 'installer/setup/setup.rc',
294 'installer/setup/setup_constants.cc', 297 'installer/setup/setup_constants.cc',
295 'installer/setup/setup_constants.h', 298 'installer/setup/setup_constants.h',
296 'installer/setup/setup_exe_version.rc.version', 299 'installer/setup/setup_exe_version.rc.version',
297 'installer/setup/setup_resource.h', 300 'installer/setup/setup_resource.h',
298 'installer/setup/setup_util.cc', 301 'installer/setup/setup_util.cc',
299 'installer/setup/setup_util.h', 302 'installer/setup/setup_util.h',
300 'installer/setup/uninstall.cc', 303 'installer/setup/uninstall.cc',
301 'installer/setup/uninstall.h', 304 'installer/setup/uninstall.h',
302 ], 305 ],
303 'msvs_settings': { 306 'msvs_settings': {
304 'VCLinkerTool': { 307 'VCLinkerTool': {
305 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 308 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
306 }, 309 },
307 'VCManifestTool': { 310 'VCManifestTool': {
308 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\setup\\setup .exe.manifest', 311 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t',
309 }, 312 },
310 }, 313 },
311 'rules': [ 314 'rules': [
312 { 315 {
313 'rule_name': 'setup_version', 316 'rule_name': 'setup_version',
314 'extension': 'version', 317 'extension': 'version',
315 'variables': { 318 'variables': {
316 'version_py_path': '../chrome/tools/build/version.py', 319 'version_py_path': '../chrome/tools/build/version.py',
317 'template_input_path': 'installer/setup/setup_exe_version.rc.ver sion', 320 'template_input_path': 'installer/setup/setup_exe_version.rc.ver sion',
318 }, 321 },
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1096 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1094 }, 1097 },
1095 }, { # else branding!="Chrome" 1098 }, { # else branding!="Chrome"
1096 'variables': { 1099 'variables': {
1097 'branding_dir': 'app/theme/chromium', 1100 'branding_dir': 'app/theme/chromium',
1098 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1101 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1099 }, 1102 },
1100 }], 1103 }],
1101 ], 1104 ],
1102 } 1105 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698