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

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: nit 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 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 7f197ce3a35790049c65690a87abe60229b037c5..fce2ed19c63cb9d0fef1ca25a2a54aa502e3b219 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -351,6 +351,19 @@ static_library("constants") {
}
}
+# GYP version: chrome/chrome_common.gypi:metrics_constants_util_win
grt (UTC plus 2) 2016/04/15 15:29:32 how about defining this in an is_win block?
gab 2016/04/15 18:14:07 Done. The dependency for chrome_initial target was
+source_set("metrics_constants_util_win") {
+ sources = [
+ "metrics_constants_util_win.cc",
+ "metrics_constants_util_win.h",
+ ]
+
+ deps = [
+ "//base",
+ "//chrome/installer/util:with_no_strings",
+ ]
+}
+
source_set("test_support") {
testonly = true
visibility = [ "//chrome/test:test_support" ]
@@ -382,7 +395,7 @@ source_set("test_support") {
}
}
-# GN version: chrome/chrome.gyp:app_mode_app_support
+# GYP version: chrome/chrome.gyp:app_mode_app_support
source_set("app_mode_app_support") {
sources = [
"mac/app_mode_chrome_locator.h",

Powered by Google App Engine
This is Rietveld 408576698