diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-21 01:29:00 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-21 01:29:00 +0000 |
commit | 5d1937bb5d9137cbaa1c947c383c3742179062a9 (patch) | |
tree | e8644c6e2b7ce1c509d47b00b40bc5d41ef2f63f /base/base.gyp | |
parent | 29d334a2a5e8b66a83c161f54f83f3cdf5a31240 (diff) | |
download | chromium_src-5d1937bb5d9137cbaa1c947c383c3742179062a9.zip chromium_src-5d1937bb5d9137cbaa1c947c383c3742179062a9.tar.gz chromium_src-5d1937bb5d9137cbaa1c947c383c3742179062a9.tar.bz2 |
posix: refactor duplicated path-handling code
We had the same code in three headers, and an "if FREEBSD" in a
_linux.cc file.
Review URL: http://codereview.chromium.org/414063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp index 777dab1..e7eda09 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -76,10 +76,9 @@ 'base_drop_target.h', 'base_paths.cc', 'base_paths.h', - 'base_paths_linux.h', - 'base_paths_linux.cc', 'base_paths_mac.h', 'base_paths_mac.mm', + 'base_paths_posix.cc', 'base_paths_win.cc', 'base_paths_win.h', 'base_switches.cc', @@ -447,6 +446,7 @@ 'crypto/signature_creator_nss.cc', 'crypto/signature_verifier_nss.cc', 'atomicops_internals_x86_gcc.cc', + 'base_paths_posix.cc', 'directory_watcher_inotify.cc', 'hmac_nss.cc', 'linux_util.cc', |