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

Unified Diff: sync/sync.gyp

Issue 9732008: [Sync] Store the past 10 traffic records in memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 8 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 5bda6b54b556c4f06c136e1e8a3813053a181217..c5b058c2d14b9d7b3ffc359bba56637886a2658e 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -91,6 +91,8 @@
'engine/syncproto.h',
'engine/traffic_logger.cc',
'engine/traffic_logger.h',
+ 'engine/traffic_recorder.cc',
+ 'engine/traffic_recorder.h',
'engine/update_applicator.cc',
'engine/update_applicator.h',
'engine/verify_updates_command.cc',
@@ -290,6 +292,7 @@
'engine/sync_scheduler_whitebox_unittest.cc',
'engine/syncer_unittest.cc',
'engine/syncproto_unittest.cc',
+ 'engine/traffic_recorder_unittest.cc',
'engine/verify_updates_command_unittest.cc',
'js/js_arg_list_unittest.cc',
'js/js_event_details_unittest.cc',
« sync/sessions/sync_session_context.h ('K') | « sync/sessions/sync_session_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698