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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 11090019: Add LocalFileSyncContext class which wires up profile-owned service and FileSystemContext(s) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments #4 Created 8 years, 2 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 | « webkit/fileapi/syncable/local_file_sync_context_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index 65d57935bf760c57552e8a921cbe87a18b1022a9..5a0da3a49a26ddf251953ad92a164ffd36fb34a5 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -96,6 +96,8 @@
'syncable/file_change.h',
'syncable/local_file_change_tracker.cc',
'syncable/local_file_change_tracker.h',
+ 'syncable/local_file_sync_context.cc',
+ 'syncable/local_file_sync_context.h',
'syncable/local_file_sync_status.cc',
'syncable/local_file_sync_status.h',
'syncable/sync_status_code.cc',
« no previous file with comments | « webkit/fileapi/syncable/local_file_sync_context_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698