diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 16:49:06 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 16:49:06 +0000 |
commit | 122f4c2d78fd24ae5720612c21e80f2fe145aae0 (patch) | |
tree | 27d231518cb39ed9d1a7add74bcda30064ef49d9 /chrome/chrome_exe.gypi | |
parent | 1e63e31eb78e13f9bb95c9d81a43dee4babb1a56 (diff) | |
download | chromium_src-122f4c2d78fd24ae5720612c21e80f2fe145aae0.zip chromium_src-122f4c2d78fd24ae5720612c21e80f2fe145aae0.tar.gz chromium_src-122f4c2d78fd24ae5720612c21e80f2fe145aae0.tar.bz2 |
Send the user's Windows profile type up in crash reports.
I suspect that some of the version shear crashes happen to users with non-local profiles. In this case, it's easy to imagine that the version info in the registry is out of sync with that on the filesystem.
BUG=78585
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10740003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 3da48fb..7a78ec5 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -464,6 +464,9 @@ ], 'msvs_settings': { 'VCLinkerTool': { + 'AdditionalDependencies': [ + 'userenv.lib', + ], 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', 'DelayLoadDLLs': [ |