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

Unified Diff: net/net.gyp

Issue 140253014: QUIC - Moved FindOrNull and FindOrDie to a separate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Used similarity to upload Created 6 years, 11 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_sent_packet_manager.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 2df56f5f12f869b7697f788423d51a693bd73c0f..59145da814adafe266a3378b322deb6f5f4d9a22 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -916,6 +916,7 @@
'quic/quic_time.h',
'quic/quic_utils.cc',
'quic/quic_utils.h',
+ 'quic/quic_utils_chromium.h',
'quic/quic_write_blocked_list.cc',
'quic/quic_write_blocked_list.h',
'quic/reliable_quic_stream.cc',
@@ -1924,6 +1925,7 @@
'quic/quic_stream_factory_test.cc',
'quic/quic_stream_sequencer_test.cc',
'quic/quic_time_test.cc',
+ 'quic/quic_utils_chromium_test.cc',
'quic/quic_utils_test.cc',
'quic/quic_write_blocked_list_test.cc',
'quic/reliable_quic_stream_test.cc',
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698