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

Unified Diff: sync/sync.gyp

Issue 10735041: Remove syncproto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most comments Created 8 years, 5 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/status_controller_unittest.cc ('k') | sync/syncable/DEPS » ('j') | 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 507f73c0a62e86518c610e97d077227824f994e0..04ba6b1921cd9b50403c934918d059b1867c1500 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -106,7 +106,6 @@
'engine/syncer_types.h',
'engine/syncer_util.cc',
'engine/syncer_util.h',
- 'engine/syncproto.h',
'engine/throttled_data_type_tracker.cc',
'engine/throttled_data_type_tracker.h',
'engine/traffic_logger.cc',
@@ -177,6 +176,8 @@
'syncable/syncable_enum_conversions.h',
'syncable/syncable_id.cc',
'syncable/syncable_id.h',
+ 'syncable/syncable_proto_util.cc',
+ 'syncable/syncable_proto_util.h',
'syncable/syncable_util.cc',
'syncable/syncable_util.h',
'syncable/transaction_observer.h',
@@ -538,7 +539,6 @@
'engine/resolve_conflicts_command_unittest.cc',
'engine/syncer_proto_util_unittest.cc',
'engine/syncer_unittest.cc',
- 'engine/syncproto_unittest.cc',
'engine/sync_scheduler_unittest.cc',
'engine/sync_scheduler_whitebox_unittest.cc',
'engine/throttled_data_type_tracker_unittest.cc',
« no previous file with comments | « sync/sessions/status_controller_unittest.cc ('k') | sync/syncable/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698