| 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 # TODO(kinuko): Move them into webkit/common. |
| 9 '../fileapi/async_file_util_adapter.cc', | |
| 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/external_mount_points.cc', | |
| 15 '../fileapi/external_mount_points.h', | |
| 16 '../fileapi/file_observers.h', | |
| 17 '../fileapi/file_permission_policy.cc', | |
| 18 '../fileapi/file_permission_policy.h', | |
| 19 '../fileapi/file_stream_writer.h', | |
| 20 '../fileapi/file_system_callback_dispatcher.cc', | 9 '../fileapi/file_system_callback_dispatcher.cc', |
| 21 '../fileapi/file_system_callback_dispatcher.h', | 10 '../fileapi/file_system_callback_dispatcher.h', |
| 22 '../fileapi/file_system_context.cc', | |
| 23 '../fileapi/file_system_context.h', | |
| 24 '../fileapi/file_system_dir_url_request_job.cc', | |
| 25 '../fileapi/file_system_dir_url_request_job.h', | |
| 26 '../fileapi/file_system_directory_database.cc', | |
| 27 '../fileapi/file_system_directory_database.h', | |
| 28 '../fileapi/file_system_file_stream_reader.cc', | |
| 29 '../fileapi/file_system_file_stream_reader.h', | |
| 30 '../fileapi/file_system_file_util.cc', | |
| 31 '../fileapi/file_system_file_util.h', | |
| 32 '../fileapi/file_system_mount_point_provider.h', | |
| 33 '../fileapi/file_system_operation.h', | |
| 34 '../fileapi/file_system_operation_context.cc', | |
| 35 '../fileapi/file_system_operation_context.h', | |
| 36 '../fileapi/file_system_options.cc', | |
| 37 '../fileapi/file_system_options.h', | |
| 38 '../fileapi/file_system_origin_database.cc', | |
| 39 '../fileapi/file_system_origin_database.h', | |
| 40 '../fileapi/file_system_quota_client.cc', | |
| 41 '../fileapi/file_system_quota_client.h', | |
| 42 '../fileapi/file_system_quota_util.h', | |
| 43 '../fileapi/file_system_task_runners.cc', | |
| 44 '../fileapi/file_system_task_runners.h', | |
| 45 '../fileapi/file_system_types.h', | 11 '../fileapi/file_system_types.h', |
| 46 '../fileapi/file_system_url.cc', | 12 '../fileapi/file_system_url.cc', |
| 47 '../fileapi/file_system_url.h', | 13 '../fileapi/file_system_url.h', |
| 48 '../fileapi/file_system_url_request_job.cc', | |
| 49 '../fileapi/file_system_url_request_job.h', | |
| 50 '../fileapi/file_system_url_request_job_factory.cc', | |
| 51 '../fileapi/file_system_url_request_job_factory.h', | |
| 52 '../fileapi/file_system_usage_cache.cc', | |
| 53 '../fileapi/file_system_usage_cache.h', | |
| 54 '../fileapi/file_system_util.cc', | 14 '../fileapi/file_system_util.cc', |
| 55 '../fileapi/file_system_util.h', | 15 '../fileapi/file_system_util.h', |
| 56 '../fileapi/file_writer_delegate.cc', | |
| 57 '../fileapi/file_writer_delegate.h', | |
| 58 '../fileapi/isolated_context.cc', | |
| 59 '../fileapi/isolated_context.h', | |
| 60 '../fileapi/isolated_file_util.cc', | |
| 61 '../fileapi/isolated_file_util.h', | |
| 62 '../fileapi/isolated_mount_point_provider.cc', | |
| 63 '../fileapi/isolated_mount_point_provider.h', | |
| 64 '../fileapi/local_file_stream_writer.cc', | |
| 65 '../fileapi/local_file_stream_writer.h', | |
| 66 '../fileapi/local_file_system_operation.cc', | |
| 67 '../fileapi/local_file_system_operation.h', | |
| 68 '../fileapi/local_file_util.cc', | |
| 69 '../fileapi/local_file_util.h', | |
| 70 '../fileapi/mount_points.cc', | |
| 71 '../fileapi/mount_points.h', | |
| 72 '../fileapi/native_file_util.cc', | |
| 73 '../fileapi/native_file_util.h', | |
| 74 '../fileapi/obfuscated_file_util.cc', | |
| 75 '../fileapi/obfuscated_file_util.h', | |
| 76 '../fileapi/recursive_operation_delegate.cc', | |
| 77 '../fileapi/recursive_operation_delegate.h', | |
| 78 '../fileapi/remote_file_system_proxy.h', | |
| 79 '../fileapi/remove_operation_delegate.cc', | |
| 80 '../fileapi/remove_operation_delegate.h', | |
| 81 '../fileapi/sandbox_file_stream_writer.cc', | |
| 82 '../fileapi/sandbox_file_stream_writer.h', | |
| 83 '../fileapi/sandbox_mount_point_provider.cc', | |
| 84 '../fileapi/sandbox_mount_point_provider.h', | |
| 85 '../fileapi/sandbox_quota_observer.cc', | |
| 86 '../fileapi/sandbox_quota_observer.h', | |
| 87 '../fileapi/syncable/file_change.cc', | |
| 88 '../fileapi/syncable/file_change.h', | |
| 89 '../fileapi/syncable/local_file_change_tracker.cc', | |
| 90 '../fileapi/syncable/local_file_change_tracker.h', | |
| 91 '../fileapi/syncable/local_file_sync_context.cc', | |
| 92 '../fileapi/syncable/local_file_sync_context.h', | |
| 93 '../fileapi/syncable/local_file_sync_status.cc', | |
| 94 '../fileapi/syncable/local_file_sync_status.h', | |
| 95 '../fileapi/syncable/local_origin_change_observer.h', | |
| 96 '../fileapi/syncable/sync_callbacks.h', | |
| 97 '../fileapi/syncable/sync_file_metadata.cc', | |
| 98 '../fileapi/syncable/sync_file_metadata.h', | |
| 99 '../fileapi/syncable/sync_file_status.h', | |
| 100 '../fileapi/syncable/sync_file_type.h', | |
| 101 '../fileapi/syncable/sync_action.h', | |
| 102 '../fileapi/syncable/sync_direction.h', | |
| 103 '../fileapi/syncable/sync_status_code.cc', | |
| 104 '../fileapi/syncable/sync_status_code.h', | |
| 105 '../fileapi/syncable/syncable_file_operation_runner.cc', | |
| 106 '../fileapi/syncable/syncable_file_operation_runner.h', | |
| 107 '../fileapi/syncable/syncable_file_system_operation.cc', | |
| 108 '../fileapi/syncable/syncable_file_system_operation.h', | |
| 109 '../fileapi/syncable/syncable_file_system_util.cc', | |
| 110 '../fileapi/syncable/syncable_file_system_util.h', | |
| 111 '../fileapi/task_runner_bound_observer_list.h', | |
| 112 '../fileapi/test_mount_point_provider.cc', | |
| 113 '../fileapi/test_mount_point_provider.h', | |
| 114 '../fileapi/upload_file_system_file_element_reader.cc', | |
| 115 '../fileapi/upload_file_system_file_element_reader.h', | |
| 116 '../fileapi/webfilewriter_base.cc', | 16 '../fileapi/webfilewriter_base.cc', |
| 117 '../fileapi/webfilewriter_base.h', | 17 '../fileapi/webfilewriter_base.h', |
| 118 ], | 18 ], |
| 119 'webkit_fileapi_chromeos_sources': [ | 19 'webkit_fileapi_chromeos_sources': [ |
| 20 # TODO(kinuko): Move them into webkit/browser. |
| 120 '../chromeos/fileapi/async_file_stream.h', | 21 '../chromeos/fileapi/async_file_stream.h', |
| 121 '../chromeos/fileapi/cros_mount_point_provider.cc', | 22 '../chromeos/fileapi/cros_mount_point_provider.cc', |
| 122 '../chromeos/fileapi/cros_mount_point_provider.h', | 23 '../chromeos/fileapi/cros_mount_point_provider.h', |
| 123 '../chromeos/fileapi/file_access_permissions.cc', | 24 '../chromeos/fileapi/file_access_permissions.cc', |
| 124 '../chromeos/fileapi/file_access_permissions.h', | 25 '../chromeos/fileapi/file_access_permissions.h', |
| 125 '../chromeos/fileapi/file_util_async.h', | 26 '../chromeos/fileapi/file_util_async.h', |
| 126 '../chromeos/fileapi/remote_file_system_operation.cc', | 27 '../chromeos/fileapi/remote_file_system_operation.cc', |
| 127 '../chromeos/fileapi/remote_file_system_operation.h', | 28 '../chromeos/fileapi/remote_file_system_operation.h', |
| 128 '../chromeos/fileapi/remote_file_stream_writer.cc', | 29 '../chromeos/fileapi/remote_file_stream_writer.cc', |
| 129 '../chromeos/fileapi/remote_file_stream_writer.h', | 30 '../chromeos/fileapi/remote_file_stream_writer.h', |
| 130 ], | 31 ], |
| 131 }, | 32 }, |
| 132 'targets': [ | 33 'targets': [ |
| 133 { | 34 { |
| 35 # TODO(kinuko): Move this to webkit/common. |
| 134 'target_name': 'dump_file_system', | 36 'target_name': 'dump_file_system', |
| 135 'type': 'executable', | 37 'type': 'executable', |
| 136 'sources': [ | 38 'sources': [ |
| 137 '../fileapi/dump_file_system.cc', | 39 '../fileapi/dump_file_system.cc', |
| 138 ], | 40 ], |
| 139 'dependencies': [ | 41 'dependencies': [ |
| 140 '../../base/base.gyp:base', | 42 '../../base/base.gyp:base', |
| 141 '../support/webkit_support.gyp:webkit_storage', | 43 '../support/webkit_support.gyp:webkit_storage', |
| 142 ], | 44 ], |
| 143 }, | 45 }, |
| 144 ], | 46 ], |
| 145 } | 47 } |
| OLD | NEW |