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

Side by Side Diff: chrome/chrome_installer.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
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | chrome/chrome_installer_util.gypi » ('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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 'branding_dir': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'installer/util/registry_key_backup_unittest.cc', 134 'installer/util/registry_key_backup_unittest.cc',
135 'installer/util/registry_test_data.cc', 135 'installer/util/registry_test_data.cc',
136 'installer/util/registry_test_data.h', 136 'installer/util/registry_test_data.h',
137 'installer/util/run_all_unittests.cc', 137 'installer/util/run_all_unittests.cc',
138 'installer/util/self_cleaning_temp_dir_unittest.cc', 138 'installer/util/self_cleaning_temp_dir_unittest.cc',
139 'installer/util/set_reg_value_work_item_unittest.cc', 139 'installer/util/set_reg_value_work_item_unittest.cc',
140 'installer/util/shell_util_unittest.cc', 140 'installer/util/shell_util_unittest.cc',
141 'installer/util/test_app_registration_data.cc', 141 'installer/util/test_app_registration_data.cc',
142 'installer/util/test_app_registration_data.h', 142 'installer/util/test_app_registration_data.h',
143 'installer/util/uninstall_metrics_unittest.cc', 143 'installer/util/uninstall_metrics_unittest.cc',
144 'installer/util/update_active_setup_version_work_item_unittest.cc',
grt (UTC plus 2) 2015/07/09 14:23:53 move to setup_unittests as per comment in chrome/c
gab 2015/07/09 20:36:37 Hmm, which comment? All other WorkItems are here.
grt (UTC plus 2) 2015/07/10 15:37:27 By accident. Only the ones needed by chrome.exe be
144 'installer/util/wmi_unittest.cc', 145 'installer/util/wmi_unittest.cc',
145 'installer/util/work_item_list_unittest.cc', 146 'installer/util/work_item_list_unittest.cc',
146 ], 147 ],
147 'msvs_settings': { 148 'msvs_settings': {
148 'VCManifestTool': { 149 'VCManifestTool': {
149 'AdditionalManifestFiles': [ 150 'AdditionalManifestFiles': [
150 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 151 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
151 ], 152 ],
152 }, 153 },
153 }, 154 },
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 '..', 1064 '..',
1064 ], 1065 ],
1065 'sources': [ 1066 'sources': [
1066 'installer/gcapi_mac/gcapi_example_client.mm', 1067 'installer/gcapi_mac/gcapi_example_client.mm',
1067 ], 1068 ],
1068 }, 1069 },
1069 ], # targets 1070 ], # targets
1070 }], # OS=="mac" 1071 }], # OS=="mac"
1071 ], 1072 ],
1072 } 1073 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | chrome/chrome_installer_util.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698