| Index: webkit/fileapi/webkit_fileapi.gypi
|
| diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
|
| index 324f9e5d8f90d41ff193c04211717bbb44fdef45..15a7a6b842f7b0d4029db3e142ab47a0ff800faa 100644
|
| --- a/webkit/fileapi/webkit_fileapi.gypi
|
| +++ b/webkit/fileapi/webkit_fileapi.gypi
|
| @@ -5,6 +5,8 @@
|
| {
|
| 'variables': {
|
| 'webkit_fileapi_sources': [
|
| + '../fileapi/cross_operation_delegate.cc',
|
| + '../fileapi/cross_operation_delegate.h',
|
| '../fileapi/external_mount_points.cc',
|
| '../fileapi/external_mount_points.h',
|
| '../fileapi/file_observers.h',
|
| @@ -78,7 +80,11 @@
|
| '../fileapi/native_file_util.h',
|
| '../fileapi/obfuscated_file_util.cc',
|
| '../fileapi/obfuscated_file_util.h',
|
| + '../fileapi/recursive_operation_delegate.cc',
|
| + '../fileapi/recursive_operation_delegate.h',
|
| '../fileapi/remote_file_system_proxy.h',
|
| + '../fileapi/remove_operation_delegate.cc',
|
| + '../fileapi/remove_operation_delegate.h',
|
| '../fileapi/sandbox_file_stream_writer.cc',
|
| '../fileapi/sandbox_file_stream_writer.h',
|
| '../fileapi/sandbox_mount_point_provider.cc',
|
|
|