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

Side by Side Diff: sync/sync.gyp

Issue 9663023: Log the sync communication that happens between client and server. (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 unified diff | Download patch | Annotate | Revision Log
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'engine/syncer_command.h', 82 'engine/syncer_command.h',
83 'engine/syncer_proto_util.cc', 83 'engine/syncer_proto_util.cc',
84 'engine/syncer_proto_util.h', 84 'engine/syncer_proto_util.h',
85 'engine/sync_scheduler.cc', 85 'engine/sync_scheduler.cc',
86 'engine/sync_scheduler.h', 86 'engine/sync_scheduler.h',
87 'engine/syncer_types.cc', 87 'engine/syncer_types.cc',
88 'engine/syncer_types.h', 88 'engine/syncer_types.h',
89 'engine/syncer_util.cc', 89 'engine/syncer_util.cc',
90 'engine/syncer_util.h', 90 'engine/syncer_util.h',
91 'engine/syncproto.h', 91 'engine/syncproto.h',
92 'engine/traffic_logger.cc',
93 'engine/traffic_logger.h',
92 'engine/update_applicator.cc', 94 'engine/update_applicator.cc',
93 'engine/update_applicator.h', 95 'engine/update_applicator.h',
94 'engine/verify_updates_command.cc', 96 'engine/verify_updates_command.cc',
95 'engine/verify_updates_command.h', 97 'engine/verify_updates_command.h',
96 'js/js_arg_list.cc', 98 'js/js_arg_list.cc',
97 'js/js_arg_list.h', 99 'js/js_arg_list.h',
98 'js/js_backend.h', 100 'js/js_backend.h',
99 'js/js_controller.h', 101 'js/js_controller.h',
100 'js/js_event_details.cc', 102 'js/js_event_details.cc',
101 'js/js_event_details.h', 103 'js/js_event_details.h',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'conditions': [ 344 'conditions': [
343 ['OS=="linux" and linux_use_tcmalloc==1', { 345 ['OS=="linux" and linux_use_tcmalloc==1', {
344 'dependencies': [ 346 'dependencies': [
345 '../base/allocator/allocator.gyp:allocator', 347 '../base/allocator/allocator.gyp:allocator',
346 ], 348 ],
347 }], 349 }],
348 ], 350 ],
349 }, 351 },
350 ], 352 ],
351 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698