Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: net/net.gyp

Issue 1767653002: Implement content_decoder_tool.cc to decode offline any resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 7fe7e3d89a172c244c2f99ba3f3558663ed9ba0e..a281e228fbff3e830d827ccb259b21cacf3694ce 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -803,6 +803,18 @@
],
},
{
+ 'target_name': 'contentdecodertool',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ ],
+ 'sources': [
+ 'tools/contentdecodertool/contentdecodertool.cc',
+ 'filter/mock_filter_context.cc',
+ ],
+ },
+ {
'target_name': 'dump_cache',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | net/tools/contentdecodertool/contentdecodertool.cc » ('j') | net/tools/contentdecodertool/contentdecodertool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698