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

Unified Diff: net/net.gypi

Issue 2425823002: Implement a traffic policer in the simulator (Closed)
Patch Set: Actually adding the policer Created 4 years, 2 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/test_tools/simulator/simulator_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 3b28267158cfeb3f323d336f188fe3d45ee85ae4..b86b2a4823471bfee9ce18fcc4bc756f4ed2a26c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1824,6 +1824,8 @@
'quic/test_tools/simulator/simulator_test.cc',
'quic/test_tools/simulator/switch.cc',
'quic/test_tools/simulator/switch.h',
+ 'quic/test_tools/simulator/traffic_policer.cc',
+ 'quic/test_tools/simulator/traffic_policer.h',
'quic/test_tools/test_task_runner.cc',
'quic/test_tools/test_task_runner.h',
'sdch/sdch_owner_unittest.cc',
« no previous file with comments | « no previous file | net/quic/test_tools/simulator/simulator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698