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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10880059: Revert 153268 - Refactor manifests to allow all executables to use the same base manifests as Addit… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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',
90 'installer/setup/compat_checks_unittest.cc', 89 'installer/setup/compat_checks_unittest.cc',
91 'installer/setup/setup_constants.cc', 90 'installer/setup/setup_constants.cc',
92 'installer/util/channel_info_unittest.cc', 91 'installer/util/channel_info_unittest.cc',
93 'installer/util/copy_reg_key_work_item_unittest.cc', 92 'installer/util/copy_reg_key_work_item_unittest.cc',
94 'installer/util/copy_tree_work_item_unittest.cc', 93 'installer/util/copy_tree_work_item_unittest.cc',
95 'installer/util/create_dir_work_item_unittest.cc', 94 'installer/util/create_dir_work_item_unittest.cc',
96 'installer/util/create_reg_key_work_item_unittest.cc', 95 'installer/util/create_reg_key_work_item_unittest.cc',
97 'installer/util/delete_after_reboot_helper_unittest.cc', 96 'installer/util/delete_after_reboot_helper_unittest.cc',
98 'installer/util/delete_reg_key_work_item_unittest.cc', 97 'installer/util/delete_reg_key_work_item_unittest.cc',
99 'installer/util/delete_reg_value_work_item_unittest.cc', 98 'installer/util/delete_reg_value_work_item_unittest.cc',
(...skipping 23 matching lines...) Expand all
123 'installer/util/registry_test_data.h', 122 'installer/util/registry_test_data.h',
124 'installer/util/run_all_unittests.cc', 123 'installer/util/run_all_unittests.cc',
125 'installer/util/self_cleaning_temp_dir_unittest.cc', 124 'installer/util/self_cleaning_temp_dir_unittest.cc',
126 'installer/util/set_reg_value_work_item_unittest.cc', 125 'installer/util/set_reg_value_work_item_unittest.cc',
127 'installer/util/shell_util_unittest.cc', 126 'installer/util/shell_util_unittest.cc',
128 'installer/util/wmi_unittest.cc', 127 'installer/util/wmi_unittest.cc',
129 'installer/util/work_item_list_unittest.cc', 128 'installer/util/work_item_list_unittest.cc',
130 ], 129 ],
131 'msvs_settings': { 130 'msvs_settings': {
132 'VCManifestTool': { 131 'VCManifestTool': {
133 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t', 132 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\mini_install er\\mini_installer.exe.manifest',
134 }, 133 },
135 }, 134 },
136 }, 135 },
137 { 136 {
138 'target_name': 'installer_util_strings', 137 'target_name': 'installer_util_strings',
139 'type': 'none', 138 'type': 'none',
140 'rules': [ 139 'rules': [
141 { 140 {
142 'rule_name': 'installer_util_strings', 141 'rule_name': 'installer_util_strings',
143 'extension': 'grd', 142 'extension': 'grd',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../base/base.gyp:base_i18n', 227 '../base/base.gyp:base_i18n',
229 '../base/base.gyp:test_support_base', 228 '../base/base.gyp:test_support_base',
230 '../chrome/chrome.gyp:test_support_common', 229 '../chrome/chrome.gyp:test_support_common',
231 '../testing/gtest.gyp:gtest', 230 '../testing/gtest.gyp:gtest',
232 ], 231 ],
233 'include_dirs': [ 232 'include_dirs': [
234 '..', 233 '..',
235 ], 234 ],
236 'sources': [ 235 'sources': [
237 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', 236 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc',
238 'app/additional.manifest',
239 'installer/util/installation_validation_helper.cc', 237 'installer/util/installation_validation_helper.cc',
240 'installer/util/installation_validation_helper.h', 238 'installer/util/installation_validation_helper.h',
241 'test/mini_installer_test/installer_path_provider.cc', 239 'test/mini_installer_test/installer_path_provider.cc',
242 'test/mini_installer_test/installer_path_provider.h', 240 'test/mini_installer_test/installer_path_provider.h',
243 'test/mini_installer_test/installer_test_util.cc', 241 'test/mini_installer_test/installer_test_util.cc',
244 'test/mini_installer_test/installer_test_util.h', 242 'test/mini_installer_test/installer_test_util.h',
245 'test/mini_installer_test/mini_installer_test_constants.cc', 243 'test/mini_installer_test/mini_installer_test_constants.cc',
246 'test/mini_installer_test/mini_installer_test_constants.h', 244 'test/mini_installer_test/mini_installer_test_constants.h',
247 'test/mini_installer_test/run_all_unittests.cc', 245 'test/mini_installer_test/run_all_unittests.cc',
248 'test/mini_installer_test/switch_builder.cc', 246 'test/mini_installer_test/switch_builder.cc',
249 'test/mini_installer_test/switch_builder.h', 247 'test/mini_installer_test/switch_builder.h',
250 'test/mini_installer_test/test.cc', 248 'test/mini_installer_test/test.cc',
251 ], 249 ],
252 'msvs_settings': { 250 'msvs_settings': {
253 'VCManifestTool': { 251 'VCManifestTool': {
254 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t', 252 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\mini_install er\\mini_installer.exe.manifest',
255 }, 253 },
256 }, 254 },
257 }, 255 },
258 { 256 {
259 'target_name': 'setup', 257 'target_name': 'setup',
260 'type': 'executable', 258 'type': 'executable',
261 'dependencies': [ 259 'dependencies': [
262 'installer_util', 260 'installer_util',
263 'installer_util_strings', 261 'installer_util_strings',
264 '../base/base.gyp:base', 262 '../base/base.gyp:base',
265 '../build/temp_gyp/googleurl.gyp:googleurl', 263 '../build/temp_gyp/googleurl.gyp:googleurl',
266 '../chrome/chrome.gyp:common_constants', 264 '../chrome/chrome.gyp:common_constants',
267 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', 265 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
268 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 266 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
269 '../breakpad/breakpad.gyp:breakpad_handler', 267 '../breakpad/breakpad.gyp:breakpad_handler',
270 '../rlz/rlz.gyp:rlz_lib', 268 '../rlz/rlz.gyp:rlz_lib',
271 '../third_party/zlib/zlib.gyp:zlib', 269 '../third_party/zlib/zlib.gyp:zlib',
272 ], 270 ],
273 'include_dirs': [ 271 'include_dirs': [
274 '..', 272 '..',
275 '<(INTERMEDIATE_DIR)', 273 '<(INTERMEDIATE_DIR)',
276 '<(SHARED_INTERMEDIATE_DIR)/setup', 274 '<(SHARED_INTERMEDIATE_DIR)/setup',
277 ], 275 ],
278 'direct_dependent_settings': { 276 'direct_dependent_settings': {
279 'include_dirs': [ 277 'include_dirs': [
280 '<(SHARED_INTERMEDIATE_DIR)/setup', 278 '<(SHARED_INTERMEDIATE_DIR)/setup',
281 ], 279 ],
282 }, 280 },
283 'sources': [ 281 'sources': [
284 'app/additional.manifest',
285 'installer/mini_installer/chrome.release', 282 'installer/mini_installer/chrome.release',
286 'installer/setup/chrome_frame_quick_enable.cc', 283 'installer/setup/chrome_frame_quick_enable.cc',
287 'installer/setup/chrome_frame_quick_enable.h', 284 'installer/setup/chrome_frame_quick_enable.h',
288 'installer/setup/chrome_frame_ready_mode.cc', 285 'installer/setup/chrome_frame_ready_mode.cc',
289 'installer/setup/chrome_frame_ready_mode.h', 286 'installer/setup/chrome_frame_ready_mode.h',
290 'installer/setup/install.cc', 287 'installer/setup/install.cc',
291 'installer/setup/install.h', 288 'installer/setup/install.h',
292 'installer/setup/install_worker.cc', 289 'installer/setup/install_worker.cc',
293 'installer/setup/install_worker.h', 290 'installer/setup/install_worker.h',
294 'installer/setup/setup_main.cc', 291 'installer/setup/setup_main.cc',
295 'installer/setup/setup.ico', 292 'installer/setup/setup.ico',
296 'installer/setup/setup.rc', 293 'installer/setup/setup.rc',
297 'installer/setup/setup_constants.cc', 294 'installer/setup/setup_constants.cc',
298 'installer/setup/setup_constants.h', 295 'installer/setup/setup_constants.h',
299 'installer/setup/setup_exe_version.rc.version', 296 'installer/setup/setup_exe_version.rc.version',
300 'installer/setup/setup_resource.h', 297 'installer/setup/setup_resource.h',
301 'installer/setup/setup_util.cc', 298 'installer/setup/setup_util.cc',
302 'installer/setup/setup_util.h', 299 'installer/setup/setup_util.h',
303 'installer/setup/uninstall.cc', 300 'installer/setup/uninstall.cc',
304 'installer/setup/uninstall.h', 301 'installer/setup/uninstall.h',
305 ], 302 ],
306 'msvs_settings': { 303 'msvs_settings': {
307 'VCLinkerTool': { 304 'VCLinkerTool': {
308 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 305 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
309 }, 306 },
310 'VCManifestTool': { 307 'VCManifestTool': {
311 'AdditionalManifestFiles': '$(ProjectDir)\\app\\additional.manifes t', 308 'AdditionalManifestFiles': '$(ProjectDir)\\installer\\setup\\setup .exe.manifest',
312 }, 309 },
313 }, 310 },
314 'rules': [ 311 'rules': [
315 { 312 {
316 'rule_name': 'setup_version', 313 'rule_name': 'setup_version',
317 'extension': 'version', 314 'extension': 'version',
318 'variables': { 315 'variables': {
319 'version_py_path': '../chrome/tools/build/version.py', 316 'version_py_path': '../chrome/tools/build/version.py',
320 'template_input_path': 'installer/setup/setup_exe_version.rc.ver sion', 317 'template_input_path': 'installer/setup/setup_exe_version.rc.ver sion',
321 }, 318 },
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1093 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1097 }, 1094 },
1098 }, { # else branding!="Chrome" 1095 }, { # else branding!="Chrome"
1099 'variables': { 1096 'variables': {
1100 'branding_dir': 'app/theme/chromium', 1097 'branding_dir': 'app/theme/chromium',
1101 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1098 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1102 }, 1099 },
1103 }], 1100 }],
1104 ], 1101 ],
1105 } 1102 }
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