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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1869383003: Simplify WorkItemListTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no inline destructors Created 4 years, 8 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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'branding_dir': 'app/theme/<(branding_path_component)', 8 'branding_dir': 'app/theme/<(branding_path_component)',
9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
10 }, 10 },
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'sources': [ 100 'sources': [
101 # List duplicated in GN build. 101 # List duplicated in GN build.
102 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 102 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
103 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str ings.rc', 103 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str ings.rc',
104 'installer/setup/compat_checks_unittest.cc', 104 'installer/setup/compat_checks_unittest.cc',
105 'installer/setup/setup_constants.cc', 105 'installer/setup/setup_constants.cc',
106 'installer/util/advanced_firewall_manager_win_unittest.cc', 106 'installer/util/advanced_firewall_manager_win_unittest.cc',
107 'installer/util/beacons_unittest.cc', 107 'installer/util/beacons_unittest.cc',
108 'installer/util/callback_work_item_unittest.cc', 108 'installer/util/callback_work_item_unittest.cc',
109 'installer/util/channel_info_unittest.cc', 109 'installer/util/channel_info_unittest.cc',
110 'installer/util/conditional_work_item_list_unittest.cc',
110 'installer/util/copy_tree_work_item_unittest.cc', 111 'installer/util/copy_tree_work_item_unittest.cc',
111 'installer/util/create_dir_work_item_unittest.cc', 112 'installer/util/create_dir_work_item_unittest.cc',
112 'installer/util/create_reg_key_work_item_unittest.cc', 113 'installer/util/create_reg_key_work_item_unittest.cc',
113 'installer/util/delete_after_reboot_helper_unittest.cc', 114 'installer/util/delete_after_reboot_helper_unittest.cc',
114 'installer/util/delete_reg_key_work_item_unittest.cc', 115 'installer/util/delete_reg_key_work_item_unittest.cc',
115 'installer/util/delete_reg_value_work_item_unittest.cc', 116 'installer/util/delete_reg_value_work_item_unittest.cc',
116 'installer/util/delete_tree_work_item_unittest.cc', 117 'installer/util/delete_tree_work_item_unittest.cc',
117 'installer/util/duplicate_tree_detector_unittest.cc', 118 'installer/util/duplicate_tree_detector_unittest.cc',
118 'installer/util/fake_installation_state.h', 119 'installer/util/fake_installation_state.h',
119 'installer/util/fake_product_state.h', 120 'installer/util/fake_product_state.h',
(...skipping 20 matching lines...) Expand all
140 'installer/util/run_all_unittests.cc', 141 'installer/util/run_all_unittests.cc',
141 "installer/util/scoped_user_protocol_entry_unittest.cc", 142 "installer/util/scoped_user_protocol_entry_unittest.cc",
142 'installer/util/self_cleaning_temp_dir_unittest.cc', 143 'installer/util/self_cleaning_temp_dir_unittest.cc',
143 'installer/util/set_reg_value_work_item_unittest.cc', 144 'installer/util/set_reg_value_work_item_unittest.cc',
144 'installer/util/shell_util_unittest.cc', 145 'installer/util/shell_util_unittest.cc',
145 'installer/util/test_app_registration_data.cc', 146 'installer/util/test_app_registration_data.cc',
146 'installer/util/test_app_registration_data.h', 147 'installer/util/test_app_registration_data.h',
147 'installer/util/uninstall_metrics_unittest.cc', 148 'installer/util/uninstall_metrics_unittest.cc',
148 'installer/util/wmi_unittest.cc', 149 'installer/util/wmi_unittest.cc',
149 'installer/util/work_item_list_unittest.cc', 150 'installer/util/work_item_list_unittest.cc',
151 'installer/util/work_item_mocks.cc',
152 'installer/util/work_item_mocks.h',
150 ], 153 ],
151 'msvs_settings': { 154 'msvs_settings': {
152 'VCManifestTool': { 155 'VCManifestTool': {
153 'AdditionalManifestFiles': [ 156 'AdditionalManifestFiles': [
154 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 157 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
155 ], 158 ],
156 }, 159 },
157 }, 160 },
158 }, 161 },
159 { 162 {
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 '../build/isolate.gypi', 1130 '../build/isolate.gypi',
1128 ], 1131 ],
1129 'sources': [ 1132 'sources': [
1130 'setup_unittests.isolate', 1133 'setup_unittests.isolate',
1131 ], 1134 ],
1132 }, 1135 },
1133 ], 1136 ],
1134 }], 1137 }],
1135 ], 1138 ],
1136 } 1139 }
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