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

Unified Diff: chrome/common/BUILD.gn

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: rebase on r373339 and rm unused install_util.h include Created 4 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index d4546067f52571808c7d0fa2fd8a1c91f292ac3e..a4900b7d99b2327aa2157b8388827971a017979b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -299,6 +299,8 @@ static_library("constants") {
sources = [
"chrome_constants.cc",
"chrome_constants.h",
+ "chrome_constants_util_win.cc",
+ "chrome_constants_util_win.h",
"chrome_features.cc",
"chrome_features.h",
"chrome_icon_resources_win.cc",

Powered by Google App Engine
This is Rietveld 408576698