diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 09:50:30 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 09:50:30 +0000 |
commit | 5af85f21c32355133f6731b05b4b9de101adb763 (patch) | |
tree | 73f1790426b70b6b2fd6fd425511384f346e1cc9 /chrome/chrome_installer_util.gypi | |
parent | ad02bcc83ef8ff9a916cf458a10e1643f01de042 (diff) | |
download | chromium_src-5af85f21c32355133f6731b05b4b9de101adb763.zip chromium_src-5af85f21c32355133f6731b05b4b9de101adb763.tar.gz chromium_src-5af85f21c32355133f6731b05b4b9de101adb763.tar.bz2 |
Make the auto-launch experiment profile-aware (attempt 2).
When writing to the registry key, append a hash of the profile directory path, so as to not clobber settings between profiles and add the --profile-directory=foo component to the directory as well.
BUG=112118
TEST=Test this as you would test the autolaunch experiment normally (see original autolaunch bug), but make sure to test it with multiple profiles and side-by-side installations. Note: Only the Default profile gets to set this value at present time.
Review URL: https://chromiumcodereview.appspot.com/9358052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r-- | chrome/chrome_installer_util.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index a8a0149..c82f981 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -107,6 +107,7 @@ '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', '<(DEPTH)/content/content.gyp:content_common', '<(DEPTH)/courgette/courgette.gyp:courgette_lib', + '<(DEPTH)/crypto/crypto.gyp:crypto', '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', '<(DEPTH)/third_party/icu/icu.gyp:icui18n', '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |