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

Side by Side Diff: chrome/installer/util/BUILD.gn

Issue 2621713004: Remove *BinariesDistribution and ChromeBinariesOperations from installer_util. (Closed)
Patch Set: sync to position 442533 Created 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # This file deliberately has no default "util" target so dependants have to 8 # This file deliberately has no default "util" target so dependants have to
9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random
10 # code that ends up getting linked into chrome proper should depend on the 10 # code that ends up getting linked into chrome proper should depend on the
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "//components/variations", 46 "//components/variations",
47 "//content/public/common:result_codes", 47 "//content/public/common:result_codes",
48 ] 48 ]
49 49
50 # The constants target checks the Chrome distribution from this target. Both 50 # The constants target checks the Chrome distribution from this target. Both
51 # targets have to be linked together in practice. 51 # targets have to be linked together in practice.
52 allow_circular_includes_from = [ "//chrome/common:constants" ] 52 allow_circular_includes_from = [ "//chrome/common:constants" ]
53 53
54 if (is_win) { 54 if (is_win) {
55 sources = [ 55 sources = [
56 "chrome_binaries_operations.cc",
57 "chrome_binaries_operations.h",
58 "chrome_browser_operations.cc", 56 "chrome_browser_operations.cc",
59 "chrome_browser_operations.h", 57 "chrome_browser_operations.h",
60 "chrome_browser_sxs_operations.cc", 58 "chrome_browser_sxs_operations.cc",
61 "chrome_browser_sxs_operations.h", 59 "chrome_browser_sxs_operations.h",
62 "compat_checks.cc", 60 "compat_checks.cc",
63 "compat_checks.h", 61 "compat_checks.h",
64 "delete_after_reboot_helper.cc", 62 "delete_after_reboot_helper.cc",
65 "delete_after_reboot_helper.h", 63 "delete_after_reboot_helper.h",
66 "google_chrome_distribution.cc", 64 "google_chrome_distribution.cc",
67 "google_chrome_distribution.h", 65 "google_chrome_distribution.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "auto_launch_util.cc", 132 "auto_launch_util.cc",
135 "auto_launch_util.h", 133 "auto_launch_util.h",
136 "beacons.cc", 134 "beacons.cc",
137 "beacons.h", 135 "beacons.h",
138 "browser_distribution.cc", 136 "browser_distribution.cc",
139 "browser_distribution.h", 137 "browser_distribution.h",
140 "callback_work_item.cc", 138 "callback_work_item.cc",
141 "callback_work_item.h", 139 "callback_work_item.h",
142 "channel_info.cc", 140 "channel_info.cc",
143 "channel_info.h", 141 "channel_info.h",
144 "chromium_binaries_distribution.cc",
145 "chromium_binaries_distribution.h",
146 "conditional_work_item_list.cc", 142 "conditional_work_item_list.cc",
147 "conditional_work_item_list.h", 143 "conditional_work_item_list.h",
148 "copy_tree_work_item.cc", 144 "copy_tree_work_item.cc",
149 "copy_tree_work_item.h", 145 "copy_tree_work_item.h",
150 "create_dir_work_item.cc", 146 "create_dir_work_item.cc",
151 "create_dir_work_item.h", 147 "create_dir_work_item.h",
152 "create_reg_key_work_item.cc", 148 "create_reg_key_work_item.cc",
153 "create_reg_key_work_item.h", 149 "create_reg_key_work_item.h",
154 "delete_old_versions.cc", 150 "delete_old_versions.cc",
155 "delete_old_versions.h", 151 "delete_old_versions.h",
156 "delete_reg_key_work_item.cc", 152 "delete_reg_key_work_item.cc",
157 "delete_reg_key_work_item.h", 153 "delete_reg_key_work_item.h",
158 "delete_reg_value_work_item.cc", 154 "delete_reg_value_work_item.cc",
159 "delete_reg_value_work_item.h", 155 "delete_reg_value_work_item.h",
160 "delete_tree_work_item.cc", 156 "delete_tree_work_item.cc",
161 "delete_tree_work_item.h", 157 "delete_tree_work_item.h",
162 "duplicate_tree_detector.cc", 158 "duplicate_tree_detector.cc",
163 "duplicate_tree_detector.h", 159 "duplicate_tree_detector.h",
164 "firewall_manager_win.cc", 160 "firewall_manager_win.cc",
165 "firewall_manager_win.h", 161 "firewall_manager_win.h",
166 "google_chrome_binaries_distribution.cc",
167 "google_chrome_binaries_distribution.h",
168 "google_chrome_sxs_distribution.cc", 162 "google_chrome_sxs_distribution.cc",
169 "google_chrome_sxs_distribution.h", 163 "google_chrome_sxs_distribution.h",
170 "google_update_constants.cc", 164 "google_update_constants.cc",
171 "google_update_constants.h", 165 "google_update_constants.h",
172 "google_update_settings.cc", 166 "google_update_settings.cc",
173 "google_update_settings.h", 167 "google_update_settings.h",
174 "google_update_util.cc", 168 "google_update_util.cc",
175 "google_update_util.h", 169 "google_update_util.h",
176 "helper.cc", 170 "helper.cc",
177 "helper.h", 171 "helper.h",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "//testing/gmock", 340 "//testing/gmock",
347 "//testing/gtest", 341 "//testing/gtest",
348 ] 342 ]
349 343
350 data = [ 344 data = [
351 "//chrome/test/data/extensions/", 345 "//chrome/test/data/extensions/",
352 "//chrome/test/data/installer/", 346 "//chrome/test/data/installer/",
353 ] 347 ]
354 } 348 }
355 } # is_win 349 } # is_win
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698