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

Side by Side Diff: sync/sync_core.gypi

Issue 217633003: sync: Remove TrafficRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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') | sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'engine/syncer_proto_util.h', 80 'engine/syncer_proto_util.h',
81 'engine/syncer_types.h', 81 'engine/syncer_types.h',
82 'engine/syncer_util.cc', 82 'engine/syncer_util.cc',
83 'engine/syncer_util.h', 83 'engine/syncer_util.h',
84 'engine/sync_scheduler.cc', 84 'engine/sync_scheduler.cc',
85 'engine/sync_scheduler.h', 85 'engine/sync_scheduler.h',
86 'engine/sync_scheduler_impl.cc', 86 'engine/sync_scheduler_impl.cc',
87 'engine/sync_scheduler_impl.h', 87 'engine/sync_scheduler_impl.h',
88 'engine/traffic_logger.cc', 88 'engine/traffic_logger.cc',
89 'engine/traffic_logger.h', 89 'engine/traffic_logger.h',
90 'engine/traffic_recorder.cc',
91 'engine/traffic_recorder.h',
92 'engine/update_applicator.cc', 90 'engine/update_applicator.cc',
93 'engine/update_applicator.h', 91 'engine/update_applicator.h',
94 'engine/update_handler.cc', 92 'engine/update_handler.cc',
95 'engine/update_handler.h', 93 'engine/update_handler.h',
96 'js/js_arg_list.cc', 94 'js/js_arg_list.cc',
97 'js/js_arg_list.h', 95 'js/js_arg_list.h',
98 'js/js_backend.h', 96 'js/js_backend.h',
99 'js/js_controller.h', 97 'js/js_controller.h',
100 'js/js_event_details.cc', 98 'js/js_event_details.cc',
101 'js/js_event_details.h', 99 'js/js_event_details.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'util/get_session_name_win.cc', 196 'util/get_session_name_win.cc',
199 'util/get_session_name_win.h', 197 'util/get_session_name_win.h',
200 'util/logging.cc', 198 'util/logging.cc',
201 'util/logging.h', 199 'util/logging.h',
202 'util/nigori.cc', 200 'util/nigori.cc',
203 'util/nigori.h', 201 'util/nigori.h',
204 'util/time.cc', 202 'util/time.cc',
205 'util/time.h', 203 'util/time.h',
206 ], 204 ],
207 } 205 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_context.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698