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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 372473004: Retrieve client_id from GoogleUpdateSettings when its missing from Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile Created 6 years, 5 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
« no previous file with comments | « chrome/browser/metrics/metrics_services_manager.cc ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index af05c2648ce80ca2996c1d23b2bd8e022fc5c05d..895b038419f79ff3d999225669bdbe74ee89dc4c 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,11 @@
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
+ # Include |client_info.cc| directly here to avoid having to create a
grt (UTC plus 2) 2014/07/21 22:27:32 hmm. i'm wondering if it's better to keep this hac
gab 2014/07/22 16:18:38 Looking at the sources for chrome_nacl_win64 targe
+ # metrics_win64 target solely for this purpose...
grt (UTC plus 2) 2014/07/22 16:47:12 nit: ... -> .
gab 2014/07/22 19:09:40 Done.
+ '../components/metrics/client_info.cc',
+ '../components/metrics/client_info.h',
+
grt (UTC plus 2) 2014/07/22 16:47:11 nit: remove newline
gab 2014/07/22 19:09:40 Done.
'installer/util/google_chrome_distribution_dummy.cc',
'installer/util/master_preferences.h',
'installer/util/master_preferences_dummy.cc',
« no previous file with comments | « chrome/browser/metrics/metrics_services_manager.cc ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698