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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 10818021: Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/src/
Patch Set: Created 8 years, 5 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_switches.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) 2011 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/app_command.cc', 14 'installer/util/app_command.cc',
15 'installer/util/app_command.h', 15 'installer/util/app_command.h',
16 'installer/util/app_commands.cc', 16 'installer/util/app_commands.cc',
17 'installer/util/app_commands.h', 17 'installer/util/app_commands.h',
18 'installer/util/auto_launch_util.cc', 18 'installer/util/auto_launch_util.cc',
19 'installer/util/auto_launch_util.h', 19 'installer/util/auto_launch_util.h',
20 'installer/util/browser_distribution.cc', 20 'installer/util/browser_distribution.cc',
21 'installer/util/browser_distribution.h', 21 'installer/util/browser_distribution.h',
22 'installer/util/channel_info.cc', 22 'installer/util/channel_info.cc',
23 'installer/util/channel_info.h', 23 'installer/util/channel_info.h',
24 'installer/util/chrome_app_host_distribution.cc',
25 'installer/util/chrome_app_host_distribution.h',
26 'installer/util/chrome_frame_distribution.cc', 24 'installer/util/chrome_frame_distribution.cc',
27 'installer/util/chrome_frame_distribution.h', 25 'installer/util/chrome_frame_distribution.h',
28 'installer/util/chromium_binaries_distribution.cc', 26 'installer/util/chromium_binaries_distribution.cc',
29 'installer/util/chromium_binaries_distribution.h', 27 'installer/util/chromium_binaries_distribution.h',
30 'installer/util/conditional_work_item_list.cc', 28 'installer/util/conditional_work_item_list.cc',
31 'installer/util/conditional_work_item_list.h', 29 'installer/util/conditional_work_item_list.h',
32 'installer/util/copy_reg_key_work_item.cc', 30 'installer/util/copy_reg_key_work_item.cc',
33 'installer/util/copy_reg_key_work_item.h', 31 'installer/util/copy_reg_key_work_item.h',
34 'installer/util/copy_tree_work_item.cc', 32 'installer/util/copy_tree_work_item.cc',
35 'installer/util/copy_tree_work_item.h', 33 'installer/util/copy_tree_work_item.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 107 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
110 '<(DEPTH)/content/content.gyp:content_common', 108 '<(DEPTH)/content/content.gyp:content_common',
111 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', 109 '<(DEPTH)/courgette/courgette.gyp:courgette_lib',
112 '<(DEPTH)/crypto/crypto.gyp:crypto', 110 '<(DEPTH)/crypto/crypto.gyp:crypto',
113 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', 111 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch',
114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 112 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
115 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 113 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
116 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', 114 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
117 ], 115 ],
118 'sources': [ 116 'sources': [
119 'installer/util/chrome_app_host_operations.cc',
120 'installer/util/chrome_app_host_operations.h',
121 'installer/util/chrome_binaries_operations.cc',
122 'installer/util/chrome_binaries_operations.h',
123 'installer/util/chrome_browser_operations.cc', 117 'installer/util/chrome_browser_operations.cc',
124 'installer/util/chrome_browser_operations.h', 118 'installer/util/chrome_browser_operations.h',
125 'installer/util/chrome_browser_sxs_operations.cc', 119 'installer/util/chrome_browser_sxs_operations.cc',
126 'installer/util/chrome_browser_sxs_operations.h', 120 'installer/util/chrome_browser_sxs_operations.h',
127 'installer/util/chrome_frame_operations.cc', 121 'installer/util/chrome_frame_operations.cc',
128 'installer/util/chrome_frame_operations.h', 122 'installer/util/chrome_frame_operations.h',
129 'installer/util/compat_checks.cc', 123 'installer/util/compat_checks.cc',
130 'installer/util/compat_checks.h', 124 'installer/util/compat_checks.h',
131 'installer/util/delete_after_reboot_helper.cc', 125 'installer/util/delete_after_reboot_helper.cc',
132 'installer/util/delete_after_reboot_helper.h', 126 'installer/util/delete_after_reboot_helper.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'sources': [ '../content/public/common/content_switches.cc' ], 202 'sources': [ '../content/public/common/content_switches.cc' ],
209 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 203 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
210 }], 204 }],
211 ], 205 ],
212 } 206 }
213 ], 207 ],
214 }], 208 }],
215 209
216 ], 210 ],
217 } 211 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698