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

Unified Diff: net/net.gyp

Issue 1710923003: Implements cachetool to manipulate simple typed cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i02
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
« no previous file with comments | « no previous file | net/tools/cachetool/cachetool.cc » ('j') | net/tools/cachetool/cachetool.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a85822fed63e56d7bdebcdf8be1aed8910df4147..6dd7e0403898552951f0ebc543ca99f3e9304d6a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -805,6 +805,18 @@
'msvs_disabled_warnings': [4267, ],
},
{
+ 'target_name': 'cachetool',
gavinp 2016/02/19 16:21:11 I believe this goes above "dump_cache" because we
gabadie 2016/02/22 14:35:45 Done.
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ 'net_test_support',
+ ],
+ 'sources': [
+ 'tools/cachetool/cachetool.cc',
+ ],
+ },
+ {
'target_name': 'simple_quic_tools',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | net/tools/cachetool/cachetool.cc » ('j') | net/tools/cachetool/cachetool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698