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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 282363003: Add WOW64 support to the installer registry work items (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: nits. fix call to DeleteRegistryKey Created 6 years, 7 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/install.cc » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 15 matching lines...) Expand all
26 'installer/util/channel_info.cc', 26 'installer/util/channel_info.cc',
27 'installer/util/channel_info.h', 27 'installer/util/channel_info.h',
28 'installer/util/chrome_app_host_distribution.cc', 28 'installer/util/chrome_app_host_distribution.cc',
29 'installer/util/chrome_app_host_distribution.h', 29 'installer/util/chrome_app_host_distribution.h',
30 'installer/util/chrome_frame_distribution.cc', 30 'installer/util/chrome_frame_distribution.cc',
31 'installer/util/chrome_frame_distribution.h', 31 'installer/util/chrome_frame_distribution.h',
32 'installer/util/chromium_binaries_distribution.cc', 32 'installer/util/chromium_binaries_distribution.cc',
33 'installer/util/chromium_binaries_distribution.h', 33 'installer/util/chromium_binaries_distribution.h',
34 'installer/util/conditional_work_item_list.cc', 34 'installer/util/conditional_work_item_list.cc',
35 'installer/util/conditional_work_item_list.h', 35 'installer/util/conditional_work_item_list.h',
36 'installer/util/copy_reg_key_work_item.cc',
37 'installer/util/copy_reg_key_work_item.h',
38 'installer/util/copy_tree_work_item.cc', 36 'installer/util/copy_tree_work_item.cc',
39 'installer/util/copy_tree_work_item.h', 37 'installer/util/copy_tree_work_item.h',
40 'installer/util/create_dir_work_item.cc', 38 'installer/util/create_dir_work_item.cc',
41 'installer/util/create_dir_work_item.h', 39 'installer/util/create_dir_work_item.h',
42 'installer/util/create_reg_key_work_item.cc', 40 'installer/util/create_reg_key_work_item.cc',
43 'installer/util/create_reg_key_work_item.h', 41 'installer/util/create_reg_key_work_item.h',
44 'installer/util/delete_reg_key_work_item.cc', 42 'installer/util/delete_reg_key_work_item.cc',
45 'installer/util/delete_reg_key_work_item.h', 43 'installer/util/delete_reg_key_work_item.h',
46 'installer/util/delete_reg_value_work_item.cc', 44 'installer/util/delete_reg_value_work_item.cc',
47 'installer/util/delete_reg_value_work_item.h', 45 'installer/util/delete_reg_value_work_item.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 ], 216 ],
219 'include_dirs': [ 217 'include_dirs': [
220 '<(DEPTH)', 218 '<(DEPTH)',
221 ], 219 ],
222 } 220 }
223 ], 221 ],
224 }], 222 }],
225 223
226 ], 224 ],
227 } 225 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698