diff options
Diffstat (limited to 'net/stress_cache.scons')
-rw-r--r-- | net/stress_cache.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/stress_cache.scons b/net/stress_cache.scons index fba9d09..d777d57 100644 --- a/net/stress_cache.scons +++ b/net/stress_cache.scons @@ -47,6 +47,7 @@ if not env.Bit('mac'): p = env.ChromeMSVSProject('$NET_DIR/build/stress_cache.vcproj', dest='$CHROME_SRC_DIR/net/build/stress_cache.vcproj', guid='{B491C3A1-DE5F-4843-A1BB-AB8C4337187B}', + keyword='Win32Proj', dependencies = [ '$BASE_DIR/build/base.vcproj', '$NET_DIR/build/net.vcproj', |