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

Unified Diff: remoting/remoting.gyp

Issue 6736009: Measure bandwidth for chromoting video channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done Created 9 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 | « remoting/client/plugin/chromoting_scriptable_object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f2080f16daa5845346c7b5a24633554831640029..74c58172ce16ac20449c86bbd30d79c4b7f68abd 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -159,6 +159,10 @@
'base/encoder_vp8.h',
'base/encoder_row_based.cc',
'base/encoder_row_based.h',
+ 'base/rate_counter.cc',
+ 'base/rate_counter.h',
+ 'base/running_average.cc',
+ 'base/running_avarage.h',
'base/tracer.cc',
'base/tracer.h',
'base/types.h',
@@ -272,6 +276,8 @@
'sources': [
'client/chromoting_client.cc',
'client/chromoting_client.h',
+ 'client/chromoting_stats.cc',
+ 'client/chromoting_stats.h',
'client/chromoting_view.cc',
'client/chromoting_view.h',
'client/client_config.h',
« no previous file with comments | « remoting/client/plugin/chromoting_scriptable_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698