Index: net/dump_cache.scons |
=================================================================== |
--- net/dump_cache.scons (revision 7247) |
+++ net/dump_cache.scons (working copy) |
@@ -16,7 +16,7 @@ |
'$NET_DIR/using_net.scons', |
]) |
-if env['PLATFORM'] == 'win32': |
+if env.Bit('windows'): |
env.Prepend( |
CCFLAGS = [ |
'/WX', |
@@ -30,6 +30,6 @@ |
] |
-if env['PLATFORM'] == 'win32': |
+if env.Bit('windows'): |
env.ChromeTestProgram('dump_cache', input_files) |