summaryrefslogtreecommitdiffstats
path: root/net/crash_cache.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/crash_cache.scons')
-rw-r--r--net/crash_cache.scons3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/crash_cache.scons b/net/crash_cache.scons
index 4480008b..6ddb9d7 100644
--- a/net/crash_cache.scons
+++ b/net/crash_cache.scons
@@ -33,11 +33,12 @@ input_files = ChromeFileList([
if not env.Bit('mac'):
# TODO(port): port to mac?
- env.ChromeTestProgram('crash_cache', input_files)
+ x = env.ChromeTestProgram('crash_cache', input_files)
p = env.ChromeMSVSProject('$NET_DIR/build/crash_cache.vcproj',
dest='$CHROME_SRC_DIR/net/build/crash_cache.vcproj',
guid='{B0EE0599-2913-46A0-A847-A3EC813658D3}',
+ keyword='Win32Proj',
dependencies = [
'$BASE_DIR/build/base.vcproj',
'$NET_DIR/build/net.vcproj',