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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 1223953003: Introduce UpdateActiveSetupVersionWorkItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_active_setup_onosup_addCB_API
Patch Set: Do not support negative values (operate on unsigned ints) Created 5 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
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'installer/util/move_tree_work_item.cc', 81 'installer/util/move_tree_work_item.cc',
82 'installer/util/move_tree_work_item.h', 82 'installer/util/move_tree_work_item.h',
83 'installer/util/non_updating_app_registration_data.cc', 83 'installer/util/non_updating_app_registration_data.cc',
84 'installer/util/non_updating_app_registration_data.h', 84 'installer/util/non_updating_app_registration_data.h',
85 'installer/util/registry_key_backup.cc', 85 'installer/util/registry_key_backup.cc',
86 'installer/util/registry_key_backup.h', 86 'installer/util/registry_key_backup.h',
87 'installer/util/self_reg_work_item.cc', 87 'installer/util/self_reg_work_item.cc',
88 'installer/util/self_reg_work_item.h', 88 'installer/util/self_reg_work_item.h',
89 'installer/util/set_reg_value_work_item.cc', 89 'installer/util/set_reg_value_work_item.cc',
90 'installer/util/set_reg_value_work_item.h', 90 'installer/util/set_reg_value_work_item.h',
91 'installer/util/update_active_setup_version_work_item.cc',
grt (UTC plus 2) 2015/07/09 14:23:53 since this is only used by setup.exe, please move
gab 2015/07/09 20:36:37 I debated this, but this is true of all WorkItems
grt (UTC plus 2) 2015/07/10 15:37:27 Some of them are used by chrome.exe (shell_util.cc
gab 2015/07/13 16:37:37 Another bad trend this forces me to follow now is
92 'installer/util/update_active_setup_version_work_item.h',
91 'installer/util/updating_app_registration_data.cc', 93 'installer/util/updating_app_registration_data.cc',
92 'installer/util/updating_app_registration_data.h', 94 'installer/util/updating_app_registration_data.h',
93 'installer/util/util_constants.cc', 95 'installer/util/util_constants.cc',
94 'installer/util/util_constants.h', 96 'installer/util/util_constants.h',
95 'installer/util/wmi.cc', 97 'installer/util/wmi.cc',
96 'installer/util/wmi.h', 98 'installer/util/wmi.h',
97 'installer/util/work_item.cc', 99 'installer/util/work_item.cc',
98 'installer/util/work_item.h', 100 'installer/util/work_item.h',
99 'installer/util/work_item_list.cc', 101 'installer/util/work_item_list.cc',
100 'installer/util/work_item_list.h', 102 'installer/util/work_item_list.h',
(...skipping 123 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

Powered by Google App Engine
This is Rietveld 408576698