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

Unified Diff: sync/sync.gyp

Issue 10830100: Fix SyncManager initialization failure crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add virtual destructor 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 8ca2c194e742a5580a077ad3cb54dc9a04ef72f7..6a38127ce3fac936e6aaff25cc3063944b3bfbc8 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -167,6 +167,8 @@
'syncable/entry_kernel.h',
'syncable/in_memory_directory_backing_store.cc',
'syncable/in_memory_directory_backing_store.h',
+ 'syncable/invalid_directory_backing_store.cc',
+ 'syncable/invalid_directory_backing_store.h',
'syncable/metahandle_set.h',
'syncable/model_type.cc',
'syncable/mutable_entry.cc',
« no previous file with comments | « sync/internal_api/test/test_internal_components_factory.cc ('k') | sync/syncable/invalid_directory_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698