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

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: Rebase onto upstream Created 6 years, 5 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_spdy_server_stream.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 62b80cc6d60f2f75869bdb2d63df30dea90c8dd3..aba189657a689503c767e447c4efc0a09156fa15 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -548,7 +548,7 @@
'net',
'net_derived_sources',
'net_test_support',
- 'quic_ported_server',
+ 'quic_tools',
],
'sources': [
'<@(net_test_sources)',
@@ -1120,7 +1120,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',
@@ -1508,7 +1508,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_spdy_server_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698