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

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 submitting. 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
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 8a0eaa88f7cb050fb734f53ffafd3a59ab7bd6ab..599f9157dfd6ae75e34077f4bd1c150974eca4d7 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -88,6 +88,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',
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698