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

Unified Diff: sync/sync.gyp

Issue 10197004: [Sync] Convert SyncSessionSnapshot to a copy-able class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lint 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 side-by-side diff with in-line comments
Download patch
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 29f8173ee37b5f3ec047e1880ed28761ae03aff3..81c05f92768d9c2aad9e8a8eb8a1763738b28831 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -77,11 +77,12 @@
'engine/syncer.h',
'engine/syncer_command.cc',
'engine/syncer_command.h',
+ 'engine/sync_engine_event.cc',
+ 'engine/sync_engine_event.h',
'engine/syncer_proto_util.cc',
'engine/syncer_proto_util.h',
'engine/sync_scheduler.cc',
'engine/sync_scheduler.h',
- 'engine/syncer_types.cc',
'engine/syncer_types.h',
'engine/syncer_util.cc',
'engine/syncer_util.h',

Powered by Google App Engine
This is Rietveld 408576698