Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 2a7e8afc6872225eadb6e5931481cf657fd9c64d..841d7b23f30422ebdb4caf42242cc4f5621a0ef9 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -804,6 +804,18 @@ |
], |
}, |
{ |
+ 'target_name': 'content_decoder_tool', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ 'net', |
+ ], |
+ 'sources': [ |
+ 'tools/content_decoder_tool/content_decoder_tool.cc', |
+ 'filter/mock_filter_context.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'dump_cache', |
'type': 'executable', |
'dependencies': [ |