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

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: rebase fix Created 7 years, 4 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/browser/fileapi/syncable/syncable_file_system_operation.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 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'browser/fileapi/syncable/local_file_change_tracker.h', 199 'browser/fileapi/syncable/local_file_change_tracker.h',
200 'browser/fileapi/syncable/local_file_sync_context.cc', 200 'browser/fileapi/syncable/local_file_sync_context.cc',
201 'browser/fileapi/syncable/local_file_sync_context.h', 201 'browser/fileapi/syncable/local_file_sync_context.h',
202 'browser/fileapi/syncable/local_file_sync_status.cc', 202 'browser/fileapi/syncable/local_file_sync_status.cc',
203 'browser/fileapi/syncable/local_file_sync_status.h', 203 'browser/fileapi/syncable/local_file_sync_status.h',
204 'browser/fileapi/syncable/local_origin_change_observer.h', 204 'browser/fileapi/syncable/local_origin_change_observer.h',
205 'browser/fileapi/syncable/sync_callbacks.h', 205 'browser/fileapi/syncable/sync_callbacks.h',
206 'browser/fileapi/syncable/sync_file_metadata.cc', 206 'browser/fileapi/syncable/sync_file_metadata.cc',
207 'browser/fileapi/syncable/sync_file_metadata.h', 207 'browser/fileapi/syncable/sync_file_metadata.h',
208 'browser/fileapi/syncable/sync_file_status.h', 208 'browser/fileapi/syncable/sync_file_status.h',
209 'browser/fileapi/syncable/sync_file_system_backend.cc',
210 'browser/fileapi/syncable/sync_file_system_backend.h',
209 'browser/fileapi/syncable/sync_file_type.h', 211 'browser/fileapi/syncable/sync_file_type.h',
210 'browser/fileapi/syncable/sync_status_code.cc', 212 'browser/fileapi/syncable/sync_status_code.cc',
211 'browser/fileapi/syncable/sync_status_code.h', 213 'browser/fileapi/syncable/sync_status_code.h',
212 'browser/fileapi/syncable/syncable_file_operation_runner.cc', 214 'browser/fileapi/syncable/syncable_file_operation_runner.cc',
213 'browser/fileapi/syncable/syncable_file_operation_runner.h', 215 'browser/fileapi/syncable/syncable_file_operation_runner.h',
214 'browser/fileapi/syncable/syncable_file_system_operation.cc', 216 'browser/fileapi/syncable/syncable_file_system_operation.cc',
215 'browser/fileapi/syncable/syncable_file_system_operation.h', 217 'browser/fileapi/syncable/syncable_file_system_operation.h',
216 'browser/fileapi/syncable/syncable_file_system_util.cc', 218 'browser/fileapi/syncable/syncable_file_system_util.cc',
217 'browser/fileapi/syncable/syncable_file_system_util.h', 219 'browser/fileapi/syncable/syncable_file_system_util.h',
218 'browser/fileapi/task_runner_bound_observer_list.h', 220 'browser/fileapi/task_runner_bound_observer_list.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'browser/fileapi/dump_file_system.cc', 259 'browser/fileapi/dump_file_system.cc',
258 ], 260 ],
259 'dependencies': [ 261 'dependencies': [
260 '<(DEPTH)/base/base.gyp:base', 262 '<(DEPTH)/base/base.gyp:base',
261 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 263 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
262 'webkit_storage_browser', 264 'webkit_storage_browser',
263 ], 265 ],
264 }, 266 },
265 ], 267 ],
266 } 268 }
OLDNEW
« no previous file with comments | « webkit/browser/fileapi/syncable/syncable_file_system_operation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698