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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix. Created 5 years, 10 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/mini_installer/appid.h » ('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': [
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/advanced_firewall_manager_win.cc', 14 'installer/util/advanced_firewall_manager_win.cc',
15 'installer/util/advanced_firewall_manager_win.h', 15 'installer/util/advanced_firewall_manager_win.h',
16 'installer/util/app_command.cc', 16 'installer/util/app_command.cc',
17 'installer/util/app_command.h', 17 'installer/util/app_command.h',
18 'installer/util/app_commands.cc', 18 'installer/util/app_commands.cc',
19 'installer/util/app_commands.h', 19 'installer/util/app_commands.h',
20 'installer/util/app_registration_data.h', 20 'installer/util/app_registration_data.h',
21 'installer/util/auto_launch_util.cc', 21 'installer/util/auto_launch_util.cc',
22 'installer/util/auto_launch_util.h', 22 'installer/util/auto_launch_util.h',
23 'installer/util/browser_distribution.cc', 23 'installer/util/browser_distribution.cc',
24 'installer/util/browser_distribution.h', 24 'installer/util/browser_distribution.h',
25 'installer/util/callback_work_item.cc', 25 'installer/util/callback_work_item.cc',
26 'installer/util/callback_work_item.h', 26 'installer/util/callback_work_item.h',
27 'installer/util/channel_info.cc', 27 'installer/util/channel_info.cc',
28 'installer/util/channel_info.h', 28 'installer/util/channel_info.h',
29 'installer/util/chrome_app_host_distribution.cc',
30 'installer/util/chrome_app_host_distribution.h',
31 'installer/util/chrome_frame_distribution.cc', 29 'installer/util/chrome_frame_distribution.cc',
32 'installer/util/chrome_frame_distribution.h', 30 'installer/util/chrome_frame_distribution.h',
33 'installer/util/chromium_binaries_distribution.cc', 31 'installer/util/chromium_binaries_distribution.cc',
34 'installer/util/chromium_binaries_distribution.h', 32 'installer/util/chromium_binaries_distribution.h',
35 'installer/util/conditional_work_item_list.cc', 33 'installer/util/conditional_work_item_list.cc',
36 'installer/util/conditional_work_item_list.h', 34 'installer/util/conditional_work_item_list.h',
37 'installer/util/copy_tree_work_item.cc', 35 'installer/util/copy_tree_work_item.cc',
38 'installer/util/copy_tree_work_item.h', 36 'installer/util/copy_tree_work_item.h',
39 'installer/util/create_dir_work_item.cc', 37 'installer/util/create_dir_work_item.cc',
40 'installer/util/create_dir_work_item.h', 38 'installer/util/create_dir_work_item.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 121 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
124 '<(DEPTH)/components/components.gyp:metrics', 122 '<(DEPTH)/components/components.gyp:metrics',
125 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', 123 '<(DEPTH)/courgette/courgette.gyp:courgette_lib',
126 '<(DEPTH)/crypto/crypto.gyp:crypto', 124 '<(DEPTH)/crypto/crypto.gyp:crypto',
127 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', 125 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch',
128 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 126 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
129 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 127 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
130 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', 128 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
131 ], 129 ],
132 'sources': [ 130 'sources': [
133 'installer/util/chrome_app_host_operations.cc',
134 'installer/util/chrome_app_host_operations.h',
135 'installer/util/chrome_binaries_operations.cc', 131 'installer/util/chrome_binaries_operations.cc',
136 'installer/util/chrome_binaries_operations.h', 132 'installer/util/chrome_binaries_operations.h',
137 'installer/util/chrome_browser_operations.cc', 133 'installer/util/chrome_browser_operations.cc',
138 'installer/util/chrome_browser_operations.h', 134 'installer/util/chrome_browser_operations.h',
139 'installer/util/chrome_browser_sxs_operations.cc', 135 'installer/util/chrome_browser_sxs_operations.cc',
140 'installer/util/chrome_browser_sxs_operations.h', 136 'installer/util/chrome_browser_sxs_operations.h',
141 'installer/util/chrome_frame_operations.cc', 137 'installer/util/chrome_frame_operations.cc',
142 'installer/util/chrome_frame_operations.h', 138 'installer/util/chrome_frame_operations.h',
143 'installer/util/compat_checks.cc', 139 'installer/util/compat_checks.cc',
144 'installer/util/compat_checks.h', 140 'installer/util/compat_checks.h',
145 'installer/util/delete_after_reboot_helper.cc', 141 'installer/util/delete_after_reboot_helper.cc',
146 'installer/util/delete_after_reboot_helper.h', 142 'installer/util/delete_after_reboot_helper.h',
147 'installer/util/eula_util.cc',
148 'installer/util/eula_util.h',
149 'installer/util/google_chrome_distribution.cc', 143 'installer/util/google_chrome_distribution.cc',
150 'installer/util/google_chrome_distribution.h', 144 'installer/util/google_chrome_distribution.h',
151 'installer/util/html_dialog.h', 145 'installer/util/html_dialog.h',
152 'installer/util/html_dialog_impl.cc', 146 'installer/util/html_dialog_impl.cc',
153 'installer/util/installation_validator.cc', 147 'installer/util/installation_validator.cc',
154 'installer/util/installation_validator.h', 148 'installer/util/installation_validator.h',
155 'installer/util/logging_installer.cc', 149 'installer/util/logging_installer.cc',
156 'installer/util/logging_installer.h', 150 'installer/util/logging_installer.h',
157 'installer/util/lzma_util.cc', 151 'installer/util/lzma_util.cc',
158 'installer/util/lzma_util.h', 152 'installer/util/lzma_util.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ], 222 ],
229 'include_dirs': [ 223 'include_dirs': [
230 '<(DEPTH)', 224 '<(DEPTH)',
231 ], 225 ],
232 } 226 }
233 ], 227 ],
234 }], 228 }],
235 229
236 ], 230 ],
237 } 231 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/mini_installer/appid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698