diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 22:55:23 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 22:55:23 +0000 |
commit | 1ef1023581b9f58105864d771cc4cdbe45a29532 (patch) | |
tree | 2a37ec9db5a7e1e97ee89634f42a7bb2f5b3487b | |
parent | 6aab6923861d00a134974fedbda57403c35e8db3 (diff) | |
download | chromium_src-1ef1023581b9f58105864d771cc4cdbe45a29532.zip chromium_src-1ef1023581b9f58105864d771cc4cdbe45a29532.tar.gz chromium_src-1ef1023581b9f58105864d771cc4cdbe45a29532.tar.bz2 |
Rename process_watcher.cc -> process_watcher_win.cc on Windows.
(Seems that we still don't use GYP on Windows for a lot of things.)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14495 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/common.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 5a26a5e..ae39225 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -694,7 +694,7 @@ > </File> <File - RelativePath=".\process_watcher.cc" + RelativePath=".\process_watcher_win.cc" > </File> <File |