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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 623903002: Move shell_util's RegistryEntry class into a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_util-generic-associations
Patch Set: Do-over and rebase. Most of the changes have been taken care of in precursor CLs. Created 5 years 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 | « no previous file | chrome/installer/util/BUILD.gn » ('j') | chrome/installer/util/registry_entry.cc » ('J')
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'installer/util/installation_validator.h', 151 'installer/util/installation_validator.h',
152 'installer/util/logging_installer.cc', 152 'installer/util/logging_installer.cc',
153 'installer/util/logging_installer.h', 153 'installer/util/logging_installer.h',
154 'installer/util/lzma_util.cc', 154 'installer/util/lzma_util.cc',
155 'installer/util/lzma_util.h', 155 'installer/util/lzma_util.h',
156 'installer/util/master_preferences.cc', 156 'installer/util/master_preferences.cc',
157 'installer/util/master_preferences.h', 157 'installer/util/master_preferences.h',
158 'installer/util/product.cc', 158 'installer/util/product.cc',
159 'installer/util/product.h', 159 'installer/util/product.h',
160 'installer/util/product_operations.h', 160 'installer/util/product_operations.h',
161 'installer/util/registry_entry.cc',
162 'installer/util/registry_entry.h',
161 'installer/util/self_cleaning_temp_dir.cc', 163 'installer/util/self_cleaning_temp_dir.cc',
162 'installer/util/self_cleaning_temp_dir.h', 164 'installer/util/self_cleaning_temp_dir.h',
163 'installer/util/shell_util.cc', 165 'installer/util/shell_util.cc',
164 'installer/util/shell_util.h', 166 'installer/util/shell_util.h',
165 'installer/util/uninstall_metrics.cc', 167 'installer/util/uninstall_metrics.cc',
166 'installer/util/uninstall_metrics.h', 168 'installer/util/uninstall_metrics.h',
167 'installer/util/user_experiment.cc', 169 'installer/util/user_experiment.cc',
168 'installer/util/user_experiment.h', 170 'installer/util/user_experiment.h',
169 ], 171 ],
170 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 172 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ], 226 ],
225 'include_dirs': [ 227 'include_dirs': [
226 '<(DEPTH)', 228 '<(DEPTH)',
227 ], 229 ],
228 } 230 }
229 ], 231 ],
230 }], 232 }],
231 233
232 ], 234 ],
233 } 235 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/util/BUILD.gn » ('j') | chrome/installer/util/registry_entry.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698