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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'engine/syncer_proto_util.h', 81 'engine/syncer_proto_util.h',
82 'engine/sync_scheduler.cc', 82 'engine/sync_scheduler.cc',
83 'engine/sync_scheduler.h', 83 'engine/sync_scheduler.h',
84 'engine/syncer_types.cc', 84 'engine/syncer_types.cc',
85 'engine/syncer_types.h', 85 'engine/syncer_types.h',
86 'engine/syncer_util.cc', 86 'engine/syncer_util.cc',
87 'engine/syncer_util.h', 87 'engine/syncer_util.h',
88 'engine/syncproto.h', 88 'engine/syncproto.h',
89 'engine/traffic_logger.cc', 89 'engine/traffic_logger.cc',
90 'engine/traffic_logger.h', 90 'engine/traffic_logger.h',
91 'engine/traffic_recorder.cc',
92 'engine/traffic_recorder.h',
91 'engine/update_applicator.cc', 93 'engine/update_applicator.cc',
92 'engine/update_applicator.h', 94 'engine/update_applicator.h',
93 'engine/verify_updates_command.cc', 95 'engine/verify_updates_command.cc',
94 'engine/verify_updates_command.h', 96 'engine/verify_updates_command.h',
95 'js/js_arg_list.cc', 97 'js/js_arg_list.cc',
96 'js/js_arg_list.h', 98 'js/js_arg_list.h',
97 'js/js_backend.h', 99 'js/js_backend.h',
98 'js/js_controller.h', 100 'js/js_controller.h',
99 'js/js_event_details.cc', 101 'js/js_event_details.cc',
100 'js/js_event_details.h', 102 'js/js_event_details.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'engine/model_safe_worker_unittest.cc', 285 'engine/model_safe_worker_unittest.cc',
284 'engine/nigori_util_unittest.cc', 286 'engine/nigori_util_unittest.cc',
285 'engine/process_commit_response_command_unittest.cc', 287 'engine/process_commit_response_command_unittest.cc',
286 'engine/process_updates_command_unittest.cc', 288 'engine/process_updates_command_unittest.cc',
287 'engine/resolve_conflicts_command_unittest.cc', 289 'engine/resolve_conflicts_command_unittest.cc',
288 'engine/syncer_proto_util_unittest.cc', 290 'engine/syncer_proto_util_unittest.cc',
289 'engine/sync_scheduler_unittest.cc', 291 'engine/sync_scheduler_unittest.cc',
290 'engine/sync_scheduler_whitebox_unittest.cc', 292 'engine/sync_scheduler_whitebox_unittest.cc',
291 'engine/syncer_unittest.cc', 293 'engine/syncer_unittest.cc',
292 'engine/syncproto_unittest.cc', 294 'engine/syncproto_unittest.cc',
295 'engine/traffic_recorder_unittest.cc',
293 'engine/verify_updates_command_unittest.cc', 296 'engine/verify_updates_command_unittest.cc',
294 'js/js_arg_list_unittest.cc', 297 'js/js_arg_list_unittest.cc',
295 'js/js_event_details_unittest.cc', 298 'js/js_event_details_unittest.cc',
296 'js/sync_js_controller_unittest.cc', 299 'js/sync_js_controller_unittest.cc',
297 'protocol/proto_enum_conversions_unittest.cc', 300 'protocol/proto_enum_conversions_unittest.cc',
298 'protocol/proto_value_conversions_unittest.cc', 301 'protocol/proto_value_conversions_unittest.cc',
299 'sessions/ordered_commit_set_unittest.cc', 302 'sessions/ordered_commit_set_unittest.cc',
300 'sessions/session_state_unittest.cc', 303 'sessions/session_state_unittest.cc',
301 'sessions/status_controller_unittest.cc', 304 'sessions/status_controller_unittest.cc',
302 'sessions/sync_session_context_unittest.cc', 305 'sessions/sync_session_context_unittest.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'conditions': [ 344 'conditions': [
342 ['OS=="linux" and linux_use_tcmalloc==1', { 345 ['OS=="linux" and linux_use_tcmalloc==1', {
343 'dependencies': [ 346 'dependencies': [
344 '../base/allocator/allocator.gyp:allocator', 347 '../base/allocator/allocator.gyp:allocator',
345 ], 348 ],
346 }], 349 }],
347 ], 350 ],
348 }, 351 },
349 ], 352 ],
350 } 353 }
OLDNEW
« 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