diff options
author | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 21:16:47 +0000 |
---|---|---|
committer | rahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 21:16:47 +0000 |
commit | c9349d08ebc302d91d695f7abef4750d64a5dc31 (patch) | |
tree | 3c1e7a1e47a3efa2e1882230b8e03b118a14366f /chrome/app/chrome_exe.vcproj | |
parent | 2d5cdce4c2389657ad844a2456f00759806c2371 (diff) | |
download | chromium_src-c9349d08ebc302d91d695f7abef4750d64a5dc31.zip chromium_src-c9349d08ebc302d91d695f7abef4750d64a5dc31.tar.gz chromium_src-c9349d08ebc302d91d695f7abef4750d64a5dc31.tar.bz2 |
Make chrome.exe read version from Software\Chromium instead of Google Update keys when running Chromium. With this change
now we can build a Chromium release that gets installed under Application Data\Chromium and actually runs.
- Added a new file that has common functions used by google update client and chromium
- Did some minor cleanup based on readability guidelines (alphabatical order etc).
- We seem to be trying to avoid std::wstring at some places but are using it at other places. In future we should be just able to use std::wstring and get rid of StringCchDup.
BUG=1296800
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_exe.vcproj')
-rw-r--r-- | chrome/app/chrome_exe.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/chrome_exe.vcproj b/chrome/app/chrome_exe.vcproj index 2591503..1112e5b 100644 --- a/chrome/app/chrome_exe.vcproj +++ b/chrome/app/chrome_exe.vcproj @@ -197,6 +197,14 @@ > </File> <File + RelativePath=".\client_util.cc" + > + </File> + <File + RelativePath=".\client_util.h" + > + </File> + <File RelativePath="..\common\env_vars.cc" > </File> |