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

Unified Diff: net/net.gyp

Issue 1838443002: Provide GN support for cachetool and content_decoder_tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « net/BUILD.gn ('k') | net/tools/cachetool/cachetool.cc » ('j') | no next file with comments »
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 1af21626a7b52f3a1171fceef179c0db944f6f58..4d55977a2afcc510cff941a2a31b8b93441f4532 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -780,18 +780,6 @@
],
},
{
- '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': [
@@ -1695,6 +1683,18 @@
['OS == "linux"', {
'targets': [
{
+ 'target_name': 'cachetool',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ 'net_test_support',
+ ],
+ 'sources': [
+ 'tools/cachetool/cachetool.cc',
+ ],
+ },
+ {
'target_name': 'content_decoder_tool',
'type': 'executable',
'dependencies': [
@@ -1703,8 +1703,8 @@
'net',
],
'sources': [
- 'tools/content_decoder_tool/content_decoder_tool.cc',
'filter/mock_filter_context.cc',
+ 'tools/content_decoder_tool/content_decoder_tool.cc',
],
}
],
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/cachetool/cachetool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698