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

Side by Side Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 11421197: Implement SyncFileSystemService::GetFileSyncStatus method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent fix Created 8 years 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 | « webkit/fileapi/syncable/sync_file_status.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'webkit_fileapi_sources': [ 7 'webkit_fileapi_sources': [
8 '../fileapi/file_observers.h', 8 '../fileapi/file_observers.h',
9 '../fileapi/file_stream_writer.h', 9 '../fileapi/file_stream_writer.h',
10 '../fileapi/file_system_callback_dispatcher.cc', 10 '../fileapi/file_system_callback_dispatcher.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../fileapi/syncable/local_file_change_tracker.cc', 83 '../fileapi/syncable/local_file_change_tracker.cc',
84 '../fileapi/syncable/local_file_change_tracker.h', 84 '../fileapi/syncable/local_file_change_tracker.h',
85 '../fileapi/syncable/local_file_sync_context.cc', 85 '../fileapi/syncable/local_file_sync_context.cc',
86 '../fileapi/syncable/local_file_sync_context.h', 86 '../fileapi/syncable/local_file_sync_context.h',
87 '../fileapi/syncable/local_file_sync_status.cc', 87 '../fileapi/syncable/local_file_sync_status.cc',
88 '../fileapi/syncable/local_file_sync_status.h', 88 '../fileapi/syncable/local_file_sync_status.h',
89 '../fileapi/syncable/local_origin_change_observer.h', 89 '../fileapi/syncable/local_origin_change_observer.h',
90 '../fileapi/syncable/sync_callbacks.h', 90 '../fileapi/syncable/sync_callbacks.h',
91 '../fileapi/syncable/sync_file_metadata.cc', 91 '../fileapi/syncable/sync_file_metadata.cc',
92 '../fileapi/syncable/sync_file_metadata.h', 92 '../fileapi/syncable/sync_file_metadata.h',
93 '../fileapi/syncable/sync_file_status.h',
93 '../fileapi/syncable/sync_file_type.h', 94 '../fileapi/syncable/sync_file_type.h',
94 '../fileapi/syncable/sync_operation_type.h', 95 '../fileapi/syncable/sync_operation_type.h',
95 '../fileapi/syncable/sync_status_code.cc', 96 '../fileapi/syncable/sync_status_code.cc',
96 '../fileapi/syncable/sync_status_code.h', 97 '../fileapi/syncable/sync_status_code.h',
97 '../fileapi/syncable/syncable_file_operation_runner.cc', 98 '../fileapi/syncable/syncable_file_operation_runner.cc',
98 '../fileapi/syncable/syncable_file_operation_runner.h', 99 '../fileapi/syncable/syncable_file_operation_runner.h',
99 '../fileapi/syncable/syncable_file_system_operation.cc', 100 '../fileapi/syncable/syncable_file_system_operation.cc',
100 '../fileapi/syncable/syncable_file_system_operation.h', 101 '../fileapi/syncable/syncable_file_system_operation.h',
101 '../fileapi/syncable/syncable_file_system_util.cc', 102 '../fileapi/syncable/syncable_file_system_util.cc',
102 '../fileapi/syncable/syncable_file_system_util.h', 103 '../fileapi/syncable/syncable_file_system_util.h',
(...skipping 18 matching lines...) Expand all
121 ], 122 ],
122 'webkit_fileapi_media_sources': [ 123 'webkit_fileapi_media_sources': [
123 '../fileapi/media/device_media_file_util.cc', 124 '../fileapi/media/device_media_file_util.cc',
124 '../fileapi/media/device_media_file_util.h', 125 '../fileapi/media/device_media_file_util.h',
125 '../fileapi/media/mtp_device_delegate.h', 126 '../fileapi/media/mtp_device_delegate.h',
126 '../fileapi/media/mtp_device_map_service.cc', 127 '../fileapi/media/mtp_device_map_service.cc',
127 '../fileapi/media/mtp_device_map_service.h', 128 '../fileapi/media/mtp_device_map_service.h',
128 ], 129 ],
129 }, 130 },
130 } 131 }
OLDNEW
« no previous file with comments | « webkit/fileapi/syncable/sync_file_status.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698