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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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_installer.gypi ('k') | chrome/common/chrome_paths_win.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) 2010 The Chromium Authors. All rights reserved. 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 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': [
11 # This part is shared between the two versions of the target. 11 # This part is shared between the two versions of the target.
12 ['installer_util_target==1', { 12 ['installer_util_target==1', {
13 'sources': [ 13 'sources': [
14 'installer/util/browser_distribution.cc', 14 'installer/util/browser_distribution.cc',
15 'installer/util/browser_distribution.h', 15 'installer/util/browser_distribution.h',
16 'installer/util/channel_info.cc', 16 'installer/util/channel_info.cc',
17 'installer/util/channel_info.h', 17 'installer/util/channel_info.h',
18 'installer/util/chrome_frame_distribution.cc', 18 'installer/util/chrome_frame_distribution.cc',
19 'installer/util/chrome_frame_distribution.h', 19 'installer/util/chrome_frame_distribution.h',
20 'installer/util/chromium_binaries_distribution.cc',
21 'installer/util/chromium_binaries_distribution.h',
20 'installer/util/conditional_work_item_list.cc', 22 'installer/util/conditional_work_item_list.cc',
21 'installer/util/conditional_work_item_list.h', 23 'installer/util/conditional_work_item_list.h',
22 'installer/util/copy_tree_work_item.cc', 24 'installer/util/copy_tree_work_item.cc',
23 'installer/util/copy_tree_work_item.h', 25 'installer/util/copy_tree_work_item.h',
24 'installer/util/create_dir_work_item.cc', 26 'installer/util/create_dir_work_item.cc',
25 'installer/util/create_dir_work_item.h', 27 'installer/util/create_dir_work_item.h',
26 'installer/util/create_reg_key_work_item.cc', 28 'installer/util/create_reg_key_work_item.cc',
27 'installer/util/create_reg_key_work_item.h', 29 'installer/util/create_reg_key_work_item.h',
28 'installer/util/delete_reg_key_work_item.cc', 30 'installer/util/delete_reg_key_work_item.cc',
29 'installer/util/delete_reg_key_work_item.h', 31 'installer/util/delete_reg_key_work_item.h',
30 'installer/util/delete_reg_value_work_item.cc', 32 'installer/util/delete_reg_value_work_item.cc',
31 'installer/util/delete_reg_value_work_item.h', 33 'installer/util/delete_reg_value_work_item.h',
32 'installer/util/delete_tree_work_item.cc', 34 'installer/util/delete_tree_work_item.cc',
33 'installer/util/delete_tree_work_item.h', 35 'installer/util/delete_tree_work_item.h',
36 'installer/util/google_chrome_binaries_distribution.cc',
37 'installer/util/google_chrome_binaries_distribution.h',
34 'installer/util/google_chrome_sxs_distribution.cc', 38 'installer/util/google_chrome_sxs_distribution.cc',
35 'installer/util/google_chrome_sxs_distribution.h', 39 'installer/util/google_chrome_sxs_distribution.h',
36 'installer/util/google_update_constants.cc', 40 'installer/util/google_update_constants.cc',
37 'installer/util/google_update_constants.h', 41 'installer/util/google_update_constants.h',
38 'installer/util/google_update_settings.cc', 42 'installer/util/google_update_settings.cc',
39 'installer/util/google_update_settings.h', 43 'installer/util/google_update_settings.h',
40 'installer/util/helper.cc', 44 'installer/util/helper.cc',
41 'installer/util/helper.h', 45 'installer/util/helper.h',
42 'installer/util/install_util.cc', 46 'installer/util/install_util.cc',
43 'installer/util/install_util.h', 47 'installer/util/install_util.h',
44 'installer/util/installation_state.h', 48 'installer/util/installation_state.h',
45 'installer/util/installation_state.cc', 49 'installer/util/installation_state.cc',
46 'installer/util/installer_state.h', 50 'installer/util/installer_state.h',
47 'installer/util/installer_state.cc', 51 'installer/util/installer_state.cc',
48 'installer/util/l10n_string_util.cc', 52 'installer/util/l10n_string_util.cc',
49 'installer/util/l10n_string_util.h', 53 'installer/util/l10n_string_util.h',
50 'installer/util/language_selector.cc', 54 'installer/util/language_selector.cc',
51 'installer/util/language_selector.h', 55 'installer/util/language_selector.h',
52 'installer/util/master_preferences_constants.cc', 56 'installer/util/master_preferences_constants.cc',
53 'installer/util/master_preferences_constants.h', 57 'installer/util/master_preferences_constants.h',
54 'installer/util/move_tree_work_item.cc', 58 'installer/util/move_tree_work_item.cc',
55 'installer/util/move_tree_work_item.h', 59 'installer/util/move_tree_work_item.h',
56 'installer/util/package.h',
57 'installer/util/package.cc',
58 'installer/util/package_properties.h',
59 'installer/util/package_properties.cc',
60 'installer/util/self_reg_work_item.cc', 60 'installer/util/self_reg_work_item.cc',
61 'installer/util/self_reg_work_item.h', 61 'installer/util/self_reg_work_item.h',
62 'installer/util/set_reg_value_work_item.cc', 62 'installer/util/set_reg_value_work_item.cc',
63 'installer/util/set_reg_value_work_item.h', 63 'installer/util/set_reg_value_work_item.h',
64 'installer/util/util_constants.cc', 64 'installer/util/util_constants.cc',
65 'installer/util/util_constants.h', 65 'installer/util/util_constants.h',
66 'installer/util/wmi.cc', 66 'installer/util/wmi.cc',
67 'installer/util/wmi.h', 67 'installer/util/wmi.h',
68 'installer/util/work_item.cc', 68 'installer/util/work_item.cc',
69 'installer/util/work_item.h', 69 'installer/util/work_item.h',
(...skipping 22 matching lines...) Expand all
92 'common_constants', 92 'common_constants',
93 'chrome_resources', 93 'chrome_resources',
94 'chrome_strings', 94 'chrome_strings',
95 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', 95 '<(DEPTH)/courgette/courgette.gyp:courgette_lib',
96 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', 96 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch',
97 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 97 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
98 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 98 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
99 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', 99 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
100 ], 100 ],
101 'sources': [ 101 'sources': [
102 'installer/util/chrome_browser_operations.cc',
103 'installer/util/chrome_browser_operations.h',
104 'installer/util/chrome_browser_sxs_operations.cc',
105 'installer/util/chrome_browser_sxs_operations.h',
106 'installer/util/chrome_frame_operations.cc',
107 'installer/util/chrome_frame_operations.h',
102 'installer/util/compat_checks.cc', 108 'installer/util/compat_checks.cc',
103 'installer/util/compat_checks.h', 109 'installer/util/compat_checks.h',
104 'installer/util/delete_after_reboot_helper.cc', 110 'installer/util/delete_after_reboot_helper.cc',
105 'installer/util/delete_after_reboot_helper.h', 111 'installer/util/delete_after_reboot_helper.h',
106 'installer/util/google_chrome_distribution.cc', 112 'installer/util/google_chrome_distribution.cc',
107 'installer/util/google_chrome_distribution.h', 113 'installer/util/google_chrome_distribution.h',
108 'installer/util/html_dialog.h', 114 'installer/util/html_dialog.h',
109 'installer/util/html_dialog_impl.cc', 115 'installer/util/html_dialog_impl.cc',
110 'installer/util/logging_installer.cc', 116 'installer/util/logging_installer.cc',
111 'installer/util/logging_installer.h', 117 'installer/util/logging_installer.h',
112 'installer/util/lzma_util.cc', 118 'installer/util/lzma_util.cc',
113 'installer/util/lzma_util.h', 119 'installer/util/lzma_util.h',
114 'installer/util/master_preferences.cc', 120 'installer/util/master_preferences.cc',
115 'installer/util/master_preferences.h', 121 'installer/util/master_preferences.h',
116 'installer/util/product.h', 122 'installer/util/product.h',
117 'installer/util/product.cc', 123 'installer/util/product.cc',
124 'installer/util/product_operations.h',
118 'installer/util/shell_util.cc', 125 'installer/util/shell_util.cc',
119 'installer/util/shell_util.h', 126 'installer/util/shell_util.h',
120 ], 127 ],
121 }, 128 },
122 { 129 {
123 'target_name': 'installer_util_nacl_win64', 130 'target_name': 'installer_util_nacl_win64',
124 'type': '<(library)', 131 'type': '<(library)',
125 'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582', 132 'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582',
126 'variables': { 133 'variables': {
127 'installer_util_target': 1, 134 'installer_util_target': 1,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ], 175 ],
169 }], 176 }],
170 ], 177 ],
171 } 178 }
172 179
173 # Local Variables: 180 # Local Variables:
174 # tab-width:2 181 # tab-width:2
175 # indent-tabs-mode:nil 182 # indent-tabs-mode:nil
176 # End: 183 # End:
177 # vim: set expandtab tabstop=2 shiftwidth=2: 184 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698