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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/fileapi/syncable/local_file_sync_context_unittest.cc ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'fileapi', 8 'target_name': 'fileapi',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'sandbox_file_stream_writer.cc', 89 'sandbox_file_stream_writer.cc',
90 'sandbox_file_stream_writer.h', 90 'sandbox_file_stream_writer.h',
91 'sandbox_mount_point_provider.cc', 91 'sandbox_mount_point_provider.cc',
92 'sandbox_mount_point_provider.h', 92 'sandbox_mount_point_provider.h',
93 'sandbox_quota_observer.cc', 93 'sandbox_quota_observer.cc',
94 'sandbox_quota_observer.h', 94 'sandbox_quota_observer.h',
95 'syncable/file_change.cc', 95 'syncable/file_change.cc',
96 'syncable/file_change.h', 96 'syncable/file_change.h',
97 'syncable/local_file_change_tracker.cc', 97 'syncable/local_file_change_tracker.cc',
98 'syncable/local_file_change_tracker.h', 98 'syncable/local_file_change_tracker.h',
99 'syncable/local_file_sync_context.cc',
100 'syncable/local_file_sync_context.h',
99 'syncable/local_file_sync_status.cc', 101 'syncable/local_file_sync_status.cc',
100 'syncable/local_file_sync_status.h', 102 'syncable/local_file_sync_status.h',
101 'syncable/sync_status_code.cc', 103 'syncable/sync_status_code.cc',
102 'syncable/sync_status_code.h', 104 'syncable/sync_status_code.h',
103 'syncable/syncable_file_system_util.cc', 105 'syncable/syncable_file_system_util.cc',
104 'syncable/syncable_file_system_util.h', 106 'syncable/syncable_file_system_util.h',
105 'task_runner_bound_observer_list.h', 107 'task_runner_bound_observer_list.h',
106 'test_mount_point_provider.cc', 108 'test_mount_point_provider.cc',
107 'test_mount_point_provider.h', 109 'test_mount_point_provider.h',
108 'webfilewriter_base.cc', 110 'webfilewriter_base.cc',
(...skipping 22 matching lines...) Expand all
131 'media/device_media_file_util.h', 133 'media/device_media_file_util.h',
132 'media/mtp_device_delegate.h', 134 'media/mtp_device_delegate.h',
133 'media/mtp_device_map_service.cc', 135 'media/mtp_device_map_service.cc',
134 'media/mtp_device_map_service.h', 136 'media/mtp_device_map_service.h',
135 ], 137 ],
136 }], 138 }],
137 ], 139 ],
138 }, 140 },
139 ], 141 ],
140 } 142 }
OLDNEW
« 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