diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:46:31 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:46:31 +0000 |
commit | ac510e1f4a322381d1e82c9669bfd3c05113d6e6 (patch) | |
tree | f88fa9f412405d33f08755171503dac2c77d5e0b /base/build | |
parent | 6d55c2fbc384e3f02a89b69e29fd8934ba2f0966 (diff) | |
download | chromium_src-ac510e1f4a322381d1e82c9669bfd3c05113d6e6.zip chromium_src-ac510e1f4a322381d1e82c9669bfd3c05113d6e6.tar.gz chromium_src-ac510e1f4a322381d1e82c9669bfd3c05113d6e6.tar.bz2 |
refactor base_paths so that windows-specific paths are pulled out into their own file. Note that some of the same path key names will exist in other platform-specific files. For example, base_paths_mac.mm will have FILE_EXE and DIR_APP_DATA (among others).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 68dbce3..5dc844e 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -158,6 +158,14 @@ > </File> <File + RelativePath="..\base_paths_win.cc" + > + </File> + <File + RelativePath="..\base_paths_win.h" + > + </File> + <File RelativePath="..\base_switches.cc" > </File> |