Index: chrome/chrome_installer_util.gypi |
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi |
index af05c2648ce80ca2996c1d23b2bd8e022fc5c05d..ef981c1f6af9935dbced012d680d91302e51b69c 100644 |
--- a/chrome/chrome_installer_util.gypi |
+++ b/chrome/chrome_installer_util.gypi |
@@ -121,6 +121,7 @@ |
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
'<(DEPTH)/chrome/common_constants.gyp:common_constants', |
+ '<(DEPTH)/components/components.gyp:metrics', |
'<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
'<(DEPTH)/crypto/crypto.gyp:crypto', |
'<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
@@ -189,6 +190,10 @@ |
'<(SHARED_INTERMEDIATE_DIR)', |
], |
'sources': [ |
+ # Include |client_info.cc| directly here to avoid having to create a |
+ # metrics_win64 target solely for this purpose. |
+ '../components/metrics/client_info.cc', |
+ '../components/metrics/client_info.h', |
'installer/util/google_chrome_distribution_dummy.cc', |
'installer/util/master_preferences.h', |
'installer/util/master_preferences_dummy.cc', |