| Index: webkit/fileapi/webkit_fileapi.gypi
|
| diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
|
| index cbcffaf1be5e7fce9b53d54d40076a357c6972c8..5bde4e565e122756b0b1657ab4942512e038b72c 100644
|
| --- a/webkit/fileapi/webkit_fileapi.gypi
|
| +++ b/webkit/fileapi/webkit_fileapi.gypi
|
| @@ -148,4 +148,16 @@
|
| '../fileapi/media/mtp_device_map_service.h',
|
| ],
|
| },
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'dump_file_system',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + 'dump_file_system.cc',
|
| + ],
|
| + 'dependencies': [
|
| + '../../content/content.gyp:content_common',
|
| + ],
|
| + },
|
| + ],
|
| }
|
|
|