diff options
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', |