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.scons4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crash_cache.scons b/net/crash_cache.scons
index 9bb5124..4480008b 100644
--- a/net/crash_cache.scons
+++ b/net/crash_cache.scons
@@ -31,8 +31,8 @@ input_files = ChromeFileList([
])
-if not env.AnyBits('linux', 'mac'):
- # TODO(port): port to linux and mac?
+if not env.Bit('mac'):
+ # TODO(port): port to mac?
env.ChromeTestProgram('crash_cache', input_files)
p = env.ChromeMSVSProject('$NET_DIR/build/crash_cache.vcproj',