| Index: webkit/fileapi/webkit_fileapi.gypi
|
| diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
|
| index 51253e1688b2c1151fdaaad8deaddc01deb5e2cf..d51db6b33ecb4b99bd175abb404d3a460ba54f61 100644
|
| --- a/webkit/fileapi/webkit_fileapi.gypi
|
| +++ b/webkit/fileapi/webkit_fileapi.gypi
|
| @@ -57,6 +57,7 @@
|
| 'file_system_util.h',
|
| 'file_util_helper.cc',
|
| 'file_util_helper.h',
|
| + 'file_writer.h',
|
| 'file_writer_delegate.cc',
|
| 'file_writer_delegate.h',
|
| 'isolated_context.cc',
|
| @@ -67,6 +68,8 @@
|
| 'isolated_mount_point_provider.h',
|
| 'local_file_util.cc',
|
| 'local_file_util.h',
|
| + 'local_file_writer.cc',
|
| + 'local_file_writer.h',
|
| 'native_file_util.cc',
|
| 'native_file_util.h',
|
| 'obfuscated_file_util.cc',
|
|
|