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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index e66d04b051cf096ea0ab24a06e60e326f76fc9cd..f671dbec55b9184e6b316c970bbb3e660281b842 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -53,8 +53,6 @@ static_library("with_no_strings") {
if (is_win) {
sources = [
- "chrome_binaries_operations.cc",
- "chrome_binaries_operations.h",
"chrome_browser_operations.cc",
"chrome_browser_operations.h",
"chrome_browser_sxs_operations.cc",
@@ -141,8 +139,6 @@ static_library("with_no_strings") {
"callback_work_item.h",
"channel_info.cc",
"channel_info.h",
- "chromium_binaries_distribution.cc",
- "chromium_binaries_distribution.h",
"conditional_work_item_list.cc",
"conditional_work_item_list.h",
"copy_tree_work_item.cc",
@@ -163,8 +159,6 @@ static_library("with_no_strings") {
"duplicate_tree_detector.h",
"firewall_manager_win.cc",
"firewall_manager_win.h",
- "google_chrome_binaries_distribution.cc",
- "google_chrome_binaries_distribution.h",
"google_chrome_sxs_distribution.cc",
"google_chrome_sxs_distribution.h",
"google_update_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698