Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 818e10fa9c34323fc59e1e744d76da0877c8116b..0672b322208b1701010da77a74d6c41c73a4e67e 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -791,6 +791,18 @@ |
], |
}, |
{ |
+ 'target_name': 'cachetool', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ 'net', |
+ 'net_test_support', |
+ ], |
+ 'sources': [ |
+ 'tools/cachetool/cachetool.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'dump_cache', |
'type': 'executable', |
'dependencies': [ |