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

Unified Diff: net/net.gyp

Issue 361083002: Small cleanups to ported QuicServer and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring back quic_tools (formerly quic_ported_server) Created 6 years, 6 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/quic/quic_in_memory_cache.h » ('j') | net/quic/quic_in_memory_cache.h » ('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 db7f277a4ddc101150b3ab783b8634143c3bb0f3..94e72fae24944a28fe19746a0f39a8cd621c4a26 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -546,7 +546,7 @@
'net',
'net_derived_sources',
'net_test_support',
- 'quic_ported_server',
+ 'quic_tools',
],
'sources': [
'<@(net_test_sources)',
@@ -1118,7 +1118,7 @@
{
# This is a temporary target which will be merged into 'net' once the
# dependency on balsa is eliminated and the classes are actually used.
- 'target_name': 'quic_ported_server',
+ 'target_name': 'quic_tools',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
@@ -1506,7 +1506,7 @@
'dependencies': [
'../base/base.gyp:base',
'net',
- 'quic_ported_server',
+ 'quic_tools',
],
'sources': [
'quic/quic_server_bin.cc',
« no previous file with comments | « no previous file | net/quic/quic_in_memory_cache.h » ('j') | net/quic/quic_in_memory_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698