OLD | NEW |
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/async_file_util.h', | 8 '../fileapi/async_file_util.h', |
9 '../fileapi/async_file_util_adapter.cc', | 9 '../fileapi/async_file_util_adapter.cc', |
10 '../fileapi/async_file_util_adapter.h', | 10 '../fileapi/async_file_util_adapter.h', |
11 '../fileapi/copy_or_move_file_validator.h', | |
12 '../fileapi/cross_operation_delegate.cc', | |
13 '../fileapi/cross_operation_delegate.h', | |
14 '../fileapi/directory_entry.h', | 11 '../fileapi/directory_entry.h', |
15 '../fileapi/external_mount_points.cc', | 12 '../fileapi/external_mount_points.cc', |
16 '../fileapi/external_mount_points.h', | 13 '../fileapi/external_mount_points.h', |
17 '../fileapi/file_observers.h', | 14 '../fileapi/file_observers.h', |
18 '../fileapi/file_permission_policy.cc', | 15 '../fileapi/file_permission_policy.cc', |
19 '../fileapi/file_permission_policy.h', | 16 '../fileapi/file_permission_policy.h', |
20 '../fileapi/file_stream_writer.h', | 17 '../fileapi/file_stream_writer.h', |
21 '../fileapi/file_system_context.cc', | 18 '../fileapi/file_system_context.cc', |
22 '../fileapi/file_system_context.h', | 19 '../fileapi/file_system_context.h', |
23 '../fileapi/file_system_file_stream_reader.cc', | 20 '../fileapi/file_system_file_stream_reader.cc', |
24 '../fileapi/file_system_file_stream_reader.h', | 21 '../fileapi/file_system_file_stream_reader.h', |
25 '../fileapi/file_system_file_util.cc', | 22 '../fileapi/file_system_file_util.cc', |
26 '../fileapi/file_system_file_util.h', | 23 '../fileapi/file_system_file_util.h', |
27 '../fileapi/file_system_operation.h', | 24 '../fileapi/file_system_operation.h', |
28 '../fileapi/file_system_operation_context.cc', | 25 '../fileapi/file_system_operation_context.cc', |
29 '../fileapi/file_system_operation_context.h', | 26 '../fileapi/file_system_operation_context.h', |
30 '../fileapi/file_system_options.cc', | 27 '../fileapi/file_system_options.cc', |
31 '../fileapi/file_system_options.h', | 28 '../fileapi/file_system_options.h', |
32 '../fileapi/file_system_quota_client.cc', | |
33 '../fileapi/file_system_quota_client.h', | |
34 '../fileapi/file_system_quota_util.h', | |
35 '../fileapi/file_system_task_runners.cc', | 29 '../fileapi/file_system_task_runners.cc', |
36 '../fileapi/file_system_task_runners.h', | 30 '../fileapi/file_system_task_runners.h', |
37 '../fileapi/file_system_types.h', | 31 '../fileapi/file_system_types.h', |
38 '../fileapi/file_system_url.cc', | 32 '../fileapi/file_system_url.cc', |
39 '../fileapi/file_system_url.h', | 33 '../fileapi/file_system_url.h', |
40 '../fileapi/file_system_util.cc', | 34 '../fileapi/file_system_util.cc', |
41 '../fileapi/file_system_util.h', | 35 '../fileapi/file_system_util.h', |
42 '../fileapi/file_writer_delegate.cc', | 36 '../fileapi/file_writer_delegate.cc', |
43 '../fileapi/file_writer_delegate.h', | 37 '../fileapi/file_writer_delegate.h', |
44 '../fileapi/isolated_context.cc', | 38 '../fileapi/isolated_context.cc', |
45 '../fileapi/isolated_context.h', | 39 '../fileapi/isolated_context.h', |
46 '../fileapi/isolated_file_util.cc', | 40 '../fileapi/isolated_file_util.cc', |
47 '../fileapi/isolated_file_util.h', | 41 '../fileapi/isolated_file_util.h', |
48 '../fileapi/isolated_mount_point_provider.cc', | 42 '../fileapi/isolated_mount_point_provider.cc', |
49 '../fileapi/isolated_mount_point_provider.h', | 43 '../fileapi/isolated_mount_point_provider.h', |
50 '../fileapi/local_file_stream_writer.cc', | 44 '../fileapi/local_file_stream_writer.cc', |
51 '../fileapi/local_file_stream_writer.h', | 45 '../fileapi/local_file_stream_writer.h', |
52 '../fileapi/local_file_system_operation.cc', | 46 '../fileapi/local_file_system_operation.cc', |
53 '../fileapi/local_file_system_operation.h', | 47 '../fileapi/local_file_system_operation.h', |
54 '../fileapi/local_file_util.cc', | 48 '../fileapi/local_file_util.cc', |
55 '../fileapi/local_file_util.h', | 49 '../fileapi/local_file_util.h', |
56 '../fileapi/mount_points.cc', | 50 '../fileapi/mount_points.cc', |
57 '../fileapi/mount_points.h', | 51 '../fileapi/mount_points.h', |
58 '../fileapi/native_file_util.cc', | 52 '../fileapi/native_file_util.cc', |
59 '../fileapi/native_file_util.h', | 53 '../fileapi/native_file_util.h', |
60 '../fileapi/recursive_operation_delegate.cc', | |
61 '../fileapi/recursive_operation_delegate.h', | |
62 '../fileapi/remote_file_system_proxy.h', | 54 '../fileapi/remote_file_system_proxy.h', |
63 '../fileapi/remove_operation_delegate.cc', | 55 '../fileapi/remove_operation_delegate.cc', |
64 '../fileapi/remove_operation_delegate.h', | 56 '../fileapi/remove_operation_delegate.h', |
65 '../fileapi/syncable/file_change.cc', | 57 '../fileapi/syncable/file_change.cc', |
66 '../fileapi/syncable/file_change.h', | 58 '../fileapi/syncable/file_change.h', |
67 '../fileapi/syncable/local_file_change_tracker.cc', | 59 '../fileapi/syncable/local_file_change_tracker.cc', |
68 '../fileapi/syncable/local_file_change_tracker.h', | 60 '../fileapi/syncable/local_file_change_tracker.h', |
69 '../fileapi/syncable/local_file_sync_context.cc', | 61 '../fileapi/syncable/local_file_sync_context.cc', |
70 '../fileapi/syncable/local_file_sync_context.h', | 62 '../fileapi/syncable/local_file_sync_context.h', |
71 '../fileapi/syncable/local_file_sync_status.cc', | 63 '../fileapi/syncable/local_file_sync_status.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'sources': [ | 108 'sources': [ |
117 '../fileapi/dump_file_system.cc', | 109 '../fileapi/dump_file_system.cc', |
118 ], | 110 ], |
119 'dependencies': [ | 111 'dependencies': [ |
120 '../../base/base.gyp:base', | 112 '../../base/base.gyp:base', |
121 '../support/webkit_support.gyp:webkit_storage', | 113 '../support/webkit_support.gyp:webkit_storage', |
122 ], | 114 ], |
123 }, | 115 }, |
124 ], | 116 ], |
125 } | 117 } |
OLD | NEW |