Index: net/crash_cache.scons |
=================================================================== |
--- net/crash_cache.scons (revision 7290) |
+++ net/crash_cache.scons (working copy) |
@@ -30,5 +30,14 @@ |
] |
-if not env.Bit('mac'): |
+if not env.AnyBits('linux', 'mac'): |
+ # TODO(port): port to linux and mac? |
env.ChromeTestProgram('crash_cache', input_files) |
+ |
+env.ChromeMSVSProject('$NET_DIR/build/crash_cache.vcproj', |
+ dependencies = [ |
+ '$BASE_DIR/build/base.vcproj', |
+ '$NET_DIR/build/net.vcproj', |
+ '$ICU38_DIR/build/icu.vcproj', |
+ ], |
+ guid='{B0EE0599-2913-46A0-A847-A3EC813658D3}') |