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

Side by Side Diff: webkit/storage_browser.gyp

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'webkit_storage_browser', 8 'target_name': 'webkit_storage_browser',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'browser/fileapi/syncable/sync_file_status.h', 208 'browser/fileapi/syncable/sync_file_status.h',
209 'browser/fileapi/syncable/sync_file_type.h', 209 'browser/fileapi/syncable/sync_file_type.h',
210 'browser/fileapi/syncable/sync_status_code.cc', 210 'browser/fileapi/syncable/sync_status_code.cc',
211 'browser/fileapi/syncable/sync_status_code.h', 211 'browser/fileapi/syncable/sync_status_code.h',
212 'browser/fileapi/syncable/syncable_file_operation_runner.cc', 212 'browser/fileapi/syncable/syncable_file_operation_runner.cc',
213 'browser/fileapi/syncable/syncable_file_operation_runner.h', 213 'browser/fileapi/syncable/syncable_file_operation_runner.h',
214 'browser/fileapi/syncable/syncable_file_system_operation.cc', 214 'browser/fileapi/syncable/syncable_file_system_operation.cc',
215 'browser/fileapi/syncable/syncable_file_system_operation.h', 215 'browser/fileapi/syncable/syncable_file_system_operation.h',
216 'browser/fileapi/syncable/syncable_file_system_util.cc', 216 'browser/fileapi/syncable/syncable_file_system_util.cc',
217 'browser/fileapi/syncable/syncable_file_system_util.h', 217 'browser/fileapi/syncable/syncable_file_system_util.h',
218 'browser/fileapi/syncable/syncable_sandbox_mount_point_provider.cc',
219 'browser/fileapi/syncable/syncable_sandbox_mount_point_provider.h',
218 'browser/fileapi/task_runner_bound_observer_list.h', 220 'browser/fileapi/task_runner_bound_observer_list.h',
219 'browser/fileapi/test_mount_point_provider.cc', 221 'browser/fileapi/test_mount_point_provider.cc',
220 'browser/fileapi/test_mount_point_provider.h', 222 'browser/fileapi/test_mount_point_provider.h',
221 'browser/fileapi/timed_task_helper.cc', 223 'browser/fileapi/timed_task_helper.cc',
222 'browser/fileapi/timed_task_helper.h', 224 'browser/fileapi/timed_task_helper.h',
223 'browser/fileapi/transient_file_util.cc', 225 'browser/fileapi/transient_file_util.cc',
224 'browser/fileapi/transient_file_util.h', 226 'browser/fileapi/transient_file_util.h',
225 'browser/fileapi/upload_file_system_file_element_reader.cc', 227 'browser/fileapi/upload_file_system_file_element_reader.cc',
226 'browser/fileapi/upload_file_system_file_element_reader.h', 228 'browser/fileapi/upload_file_system_file_element_reader.h',
227 'browser/quota/quota_callbacks.h', 229 'browser/quota/quota_callbacks.h',
(...skipping 21 matching lines...) Expand all
249 'browser/fileapi/dump_file_system.cc', 251 'browser/fileapi/dump_file_system.cc',
250 ], 252 ],
251 'dependencies': [ 253 'dependencies': [
252 '<(DEPTH)/base/base.gyp:base', 254 '<(DEPTH)/base/base.gyp:base',
253 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 255 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
254 'webkit_storage_browser', 256 'webkit_storage_browser',
255 ], 257 ],
256 }, 258 },
257 ], 259 ],
258 } 260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698