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

Unified Diff: chrome/installer/util/BUILD.gn

Issue 623903002: Move shell_util's RegistryEntry class into a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_util-generic-associations
Patch Set: Do-over and rebase. Most of the changes have been taken care of in precursor CLs. Created 5 years 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 38d197f64ace6b221582b5796c65163834c5d99d..83759ca73998e1d29ab5893e569653ff024da83d 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -52,6 +52,8 @@ static_library("util") {
"product.cc",
"product.h",
"product_operations.h",
+ "registry_entry.cc",
+ "registry_entry.h",
"self_cleaning_temp_dir.cc",
"self_cleaning_temp_dir.h",
"shell_util.cc",

Powered by Google App Engine
This is Rietveld 408576698