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

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

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 (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': [
8 '../fileapi/syncable/file_change.cc',
9 '../fileapi/syncable/file_change.h',
10 '../fileapi/syncable/local_file_change_tracker.cc',
11 '../fileapi/syncable/local_file_change_tracker.h',
12 '../fileapi/syncable/local_file_sync_context.cc',
13 '../fileapi/syncable/local_file_sync_context.h',
14 '../fileapi/syncable/local_file_sync_status.cc',
15 '../fileapi/syncable/local_file_sync_status.h',
16 '../fileapi/syncable/local_origin_change_observer.h',
17 '../fileapi/syncable/sync_callbacks.h',
18 '../fileapi/syncable/sync_file_metadata.cc',
19 '../fileapi/syncable/sync_file_metadata.h',
20 '../fileapi/syncable/sync_file_status.h',
21 '../fileapi/syncable/sync_file_type.h',
22 '../fileapi/syncable/sync_action.h',
23 '../fileapi/syncable/sync_direction.h',
24 '../fileapi/syncable/sync_status_code.cc',
25 '../fileapi/syncable/sync_status_code.h',
26 '../fileapi/syncable/syncable_file_operation_runner.cc',
27 '../fileapi/syncable/syncable_file_operation_runner.h',
28 '../fileapi/syncable/syncable_file_system_operation.cc',
29 '../fileapi/syncable/syncable_file_system_operation.h',
30 '../fileapi/syncable/syncable_file_system_util.cc',
31 '../fileapi/syncable/syncable_file_system_util.h',
32 ],
33 'webkit_fileapi_chromeos_sources': [ 7 'webkit_fileapi_chromeos_sources': [
34 '../chromeos/fileapi/async_file_stream.h', 8 '../chromeos/fileapi/async_file_stream.h',
35 '../chromeos/fileapi/cros_mount_point_provider.cc', 9 '../chromeos/fileapi/cros_mount_point_provider.cc',
36 '../chromeos/fileapi/cros_mount_point_provider.h', 10 '../chromeos/fileapi/cros_mount_point_provider.h',
37 '../chromeos/fileapi/file_access_permissions.cc', 11 '../chromeos/fileapi/file_access_permissions.cc',
38 '../chromeos/fileapi/file_access_permissions.h', 12 '../chromeos/fileapi/file_access_permissions.h',
39 '../chromeos/fileapi/file_util_async.h', 13 '../chromeos/fileapi/file_util_async.h',
40 '../chromeos/fileapi/remote_file_system_operation.cc', 14 '../chromeos/fileapi/remote_file_system_operation.cc',
41 '../chromeos/fileapi/remote_file_system_operation.h', 15 '../chromeos/fileapi/remote_file_system_operation.h',
42 '../chromeos/fileapi/remote_file_stream_writer.cc', 16 '../chromeos/fileapi/remote_file_stream_writer.cc',
43 '../chromeos/fileapi/remote_file_stream_writer.h', 17 '../chromeos/fileapi/remote_file_stream_writer.h',
44 ], 18 ],
45 }, 19 },
46 } 20 }
OLDNEW
« no previous file with comments | « webkit/fileapi/syncable/syncable_file_system_util_unittest.cc ('k') | webkit/storage/webkit_storage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698