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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 6490024: New installation validator machinery to check the machine state.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/installer_tools.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) 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': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'installer/util/chrome_frame_operations.cc', 106 'installer/util/chrome_frame_operations.cc',
107 'installer/util/chrome_frame_operations.h', 107 'installer/util/chrome_frame_operations.h',
108 'installer/util/compat_checks.cc', 108 'installer/util/compat_checks.cc',
109 'installer/util/compat_checks.h', 109 'installer/util/compat_checks.h',
110 'installer/util/delete_after_reboot_helper.cc', 110 'installer/util/delete_after_reboot_helper.cc',
111 'installer/util/delete_after_reboot_helper.h', 111 'installer/util/delete_after_reboot_helper.h',
112 'installer/util/google_chrome_distribution.cc', 112 'installer/util/google_chrome_distribution.cc',
113 'installer/util/google_chrome_distribution.h', 113 'installer/util/google_chrome_distribution.h',
114 'installer/util/html_dialog.h', 114 'installer/util/html_dialog.h',
115 'installer/util/html_dialog_impl.cc', 115 'installer/util/html_dialog_impl.cc',
116 'installer/util/installation_validator.cc',
117 'installer/util/installation_validator.h',
116 'installer/util/logging_installer.cc', 118 'installer/util/logging_installer.cc',
117 'installer/util/logging_installer.h', 119 'installer/util/logging_installer.h',
118 'installer/util/lzma_util.cc', 120 'installer/util/lzma_util.cc',
119 'installer/util/lzma_util.h', 121 'installer/util/lzma_util.h',
120 'installer/util/master_preferences.cc', 122 'installer/util/master_preferences.cc',
121 'installer/util/master_preferences.h', 123 'installer/util/master_preferences.h',
122 'installer/util/product.h', 124 'installer/util/product.h',
123 'installer/util/product.cc', 125 'installer/util/product.cc',
124 'installer/util/product_operations.h', 126 'installer/util/product_operations.h',
125 'installer/util/shell_util.cc', 127 'installer/util/shell_util.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 177 ],
176 }], 178 }],
177 ], 179 ],
178 } 180 }
179 181
180 # Local Variables: 182 # Local Variables:
181 # tab-width:2 183 # tab-width:2
182 # indent-tabs-mode:nil 184 # indent-tabs-mode:nil
183 # End: 185 # End:
184 # vim: set expandtab tabstop=2 shiftwidth=2: 186 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/installer_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698