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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 1578833003: Moved shell_util functions into new shell_registry_util module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « no previous file | chrome/installer/util/BUILD.gn » ('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': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'installer/util/master_preferences.h', 160 'installer/util/master_preferences.h',
161 'installer/util/product.cc', 161 'installer/util/product.cc',
162 'installer/util/product.h', 162 'installer/util/product.h',
163 'installer/util/product_operations.h', 163 'installer/util/product_operations.h',
164 'installer/util/registry_entry.cc', 164 'installer/util/registry_entry.cc',
165 'installer/util/registry_entry.h', 165 'installer/util/registry_entry.h',
166 "installer/util/scoped_user_protocol_entry.cc", 166 "installer/util/scoped_user_protocol_entry.cc",
167 "installer/util/scoped_user_protocol_entry.h", 167 "installer/util/scoped_user_protocol_entry.h",
168 'installer/util/self_cleaning_temp_dir.cc', 168 'installer/util/self_cleaning_temp_dir.cc',
169 'installer/util/self_cleaning_temp_dir.h', 169 'installer/util/self_cleaning_temp_dir.h',
170 'installer/util/shell_registry_util.cc',
171 'installer/util/shell_registry_util.h',
170 'installer/util/shell_util.cc', 172 'installer/util/shell_util.cc',
171 'installer/util/shell_util.h', 173 'installer/util/shell_util.h',
172 'installer/util/uninstall_metrics.cc', 174 'installer/util/uninstall_metrics.cc',
173 'installer/util/uninstall_metrics.h', 175 'installer/util/uninstall_metrics.h',
174 'installer/util/user_experiment.cc', 176 'installer/util/user_experiment.cc',
175 'installer/util/user_experiment.h', 177 'installer/util/user_experiment.h',
176 ], 178 ],
177 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 179 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
178 'msvs_disabled_warnings': [ 4267, ], 180 'msvs_disabled_warnings': [ 4267, ],
179 }, 181 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 233 ],
232 'include_dirs': [ 234 'include_dirs': [
233 '<(DEPTH)', 235 '<(DEPTH)',
234 ], 236 ],
235 } 237 }
236 ], 238 ],
237 }], 239 }],
238 240
239 ], 241 ],
240 } 242 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698