| Index: webkit/fileapi/webkit_fileapi.gypi
|
| diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
|
| index bc6dd20840dba86515e16b18c417152262cb73df..d79d409dd1e3d7a8db32cf4822c0bfebb9989801 100644
|
| --- a/webkit/fileapi/webkit_fileapi.gypi
|
| +++ b/webkit/fileapi/webkit_fileapi.gypi
|
| @@ -5,34 +5,10 @@
|
| {
|
| 'variables': {
|
| 'webkit_fileapi_sources': [
|
| - '../fileapi/async_file_util.h',
|
| - '../fileapi/async_file_util_adapter.cc',
|
| - '../fileapi/async_file_util_adapter.h',
|
| '../fileapi/directory_entry.h',
|
| - '../fileapi/file_permission_policy.cc',
|
| - '../fileapi/file_permission_policy.h',
|
| - '../fileapi/file_stream_writer.h',
|
| - '../fileapi/file_system_context.cc',
|
| - '../fileapi/file_system_context.h',
|
| - '../fileapi/file_system_file_stream_reader.cc',
|
| - '../fileapi/file_system_file_stream_reader.h',
|
| - '../fileapi/file_system_operation.h',
|
| - '../fileapi/file_system_operation_context.cc',
|
| - '../fileapi/file_system_operation_context.h',
|
| - '../fileapi/file_system_options.cc',
|
| - '../fileapi/file_system_options.h',
|
| '../fileapi/file_system_types.h',
|
| - '../fileapi/file_system_url.cc',
|
| - '../fileapi/file_system_url.h',
|
| '../fileapi/file_system_util.cc',
|
| '../fileapi/file_system_util.h',
|
| - '../fileapi/file_writer_delegate.cc',
|
| - '../fileapi/file_writer_delegate.h',
|
| - '../fileapi/local_file_stream_writer.cc',
|
| - '../fileapi/local_file_stream_writer.h',
|
| - '../fileapi/remote_file_system_proxy.h',
|
| - '../fileapi/remove_operation_delegate.cc',
|
| - '../fileapi/remove_operation_delegate.h',
|
| '../fileapi/syncable/file_change.cc',
|
| '../fileapi/syncable/file_change.h',
|
| '../fileapi/syncable/local_file_change_tracker.cc',
|
| @@ -57,10 +33,6 @@
|
| '../fileapi/syncable/syncable_file_system_operation.h',
|
| '../fileapi/syncable/syncable_file_system_util.cc',
|
| '../fileapi/syncable/syncable_file_system_util.h',
|
| - '../fileapi/test_mount_point_provider.cc',
|
| - '../fileapi/test_mount_point_provider.h',
|
| - '../fileapi/upload_file_system_file_element_reader.cc',
|
| - '../fileapi/upload_file_system_file_element_reader.h',
|
| '../fileapi/webfilewriter_base.cc',
|
| '../fileapi/webfilewriter_base.h',
|
| ],
|
| @@ -77,17 +49,4 @@
|
| '../chromeos/fileapi/remote_file_stream_writer.h',
|
| ],
|
| },
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'dump_file_system',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - '../fileapi/dump_file_system.cc',
|
| - ],
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../support/webkit_support.gyp:webkit_storage',
|
| - ],
|
| - },
|
| - ],
|
| }
|
|
|