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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 2027063002: Introduce UserHiveVisitor for performing operations on local users' registry hives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gab review Created 4 years, 6 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/setup/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 'includes': [ 6 'includes': [
7 '../media/cdm_paths.gypi', 7 '../media/cdm_paths.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'lastchange_path': '../build/util/LASTCHANGE', 10 'lastchange_path': '../build/util/LASTCHANGE',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'installer/setup/installer_crash_reporting.cc', 287 'installer/setup/installer_crash_reporting.cc',
288 'installer/setup/installer_crash_reporting.h', 288 'installer/setup/installer_crash_reporting.h',
289 'installer/setup/installer_metrics.cc', 289 'installer/setup/installer_metrics.cc',
290 'installer/setup/installer_metrics.h', 290 'installer/setup/installer_metrics.h',
291 'installer/setup/setup_constants.cc', 291 'installer/setup/setup_constants.cc',
292 'installer/setup/setup_constants.h', 292 'installer/setup/setup_constants.h',
293 'installer/setup/setup_util.cc', 293 'installer/setup/setup_util.cc',
294 'installer/setup/setup_util.h', 294 'installer/setup/setup_util.h',
295 'installer/setup/update_active_setup_version_work_item.cc', 295 'installer/setup/update_active_setup_version_work_item.cc',
296 'installer/setup/update_active_setup_version_work_item.h', 296 'installer/setup/update_active_setup_version_work_item.h',
297 'installer/setup/user_hive_visitor.cc',
298 'installer/setup/user_hive_visitor.h',
297 ], 299 ],
298 }, 300 },
299 { 301 {
300 # GN version: //chrome/installer/setup 302 # GN version: //chrome/installer/setup
301 'target_name': 'setup', 303 'target_name': 'setup',
302 'type': 'executable', 304 'type': 'executable',
303 'dependencies': [ 305 'dependencies': [
304 'setup_lib', 306 'setup_lib',
305 '../chrome/chrome.gyp:install_static_util', 307 '../chrome/chrome.gyp:install_static_util',
306 '../chrome/common_constants.gyp:common_constants', 308 '../chrome/common_constants.gyp:common_constants',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'installer/mini_installer/regkey.cc', 415 'installer/mini_installer/regkey.cc',
414 'installer/mini_installer/regkey.h', 416 'installer/mini_installer/regkey.h',
415 'installer/setup/archive_patch_helper_unittest.cc', 417 'installer/setup/archive_patch_helper_unittest.cc',
416 'installer/setup/install_unittest.cc', 418 'installer/setup/install_unittest.cc',
417 'installer/setup/install_worker_unittest.cc', 419 'installer/setup/install_worker_unittest.cc',
418 'installer/setup/memory_unittest.cc', 420 'installer/setup/memory_unittest.cc',
419 'installer/setup/run_all_unittests.cc', 421 'installer/setup/run_all_unittests.cc',
420 'installer/setup/setup_util_unittest.cc', 422 'installer/setup/setup_util_unittest.cc',
421 'installer/setup/setup_util_unittest.h', 423 'installer/setup/setup_util_unittest.h',
422 'installer/setup/update_active_setup_version_work_item_unittest.cc', 424 'installer/setup/update_active_setup_version_work_item_unittest.cc',
425 'installer/setup/user_hive_visitor_unittest.cc',
423 ], 426 ],
424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 427 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
425 'msvs_disabled_warnings': [ 4267, ], 428 'msvs_disabled_warnings': [ 4267, ],
426 }, 429 },
427 ], 430 ],
428 }], 431 }],
429 ['OS=="win" and target_arch=="ia32"', { 432 ['OS=="win" and target_arch=="ia32"', {
430 'targets': [ 433 'targets': [
431 { 434 {
432 'target_name': 'launcher_support64', 435 'target_name': 'launcher_support64',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 '../build/isolate.gypi', 1179 '../build/isolate.gypi',
1177 ], 1180 ],
1178 'sources': [ 1181 'sources': [
1179 'setup_unittests.isolate', 1182 'setup_unittests.isolate',
1180 ], 1183 ],
1181 }, 1184 },
1182 ], 1185 ],
1183 }], 1186 }],
1184 ], 1187 ],
1185 } 1188 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698