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

Unified Diff: chrome/chrome_common.gypi

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: use source_set 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/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9ded65f0126314e0d4b2652e3b641bcb5b736b3f..a950546ae06f98325e5a9e5ddc067ff8079bb998 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -655,5 +655,18 @@
'../skia/skia.gyp:skia_mojo',
],
},
+ {
+ # GN version: //chrome/common:metrics_constants_util_win
+ 'target_name': 'metrics_constants_util_win',
+ 'type': 'static_library',
+ 'sources': [
+ 'common/metrics_constants_util_win.cc',
+ 'common/metrics_constants_util_win.h',
+ ],
+ 'dependencies': [
+ 'installer_util',
+ '../base/base.gyp:base',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698