| 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 '../fileapi/async_file_util.h', |
| 9 '../fileapi/async_file_util_adapter.cc', | 9 '../fileapi/async_file_util_adapter.cc', |
| 10 '../fileapi/async_file_util_adapter.h', | 10 '../fileapi/async_file_util_adapter.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 '../fileapi/isolated_file_util.cc', | 60 '../fileapi/isolated_file_util.cc', |
| 61 '../fileapi/isolated_file_util.h', | 61 '../fileapi/isolated_file_util.h', |
| 62 '../fileapi/isolated_mount_point_provider.cc', | 62 '../fileapi/isolated_mount_point_provider.cc', |
| 63 '../fileapi/isolated_mount_point_provider.h', | 63 '../fileapi/isolated_mount_point_provider.h', |
| 64 '../fileapi/local_file_stream_writer.cc', | 64 '../fileapi/local_file_stream_writer.cc', |
| 65 '../fileapi/local_file_stream_writer.h', | 65 '../fileapi/local_file_stream_writer.h', |
| 66 '../fileapi/local_file_system_operation.cc', | 66 '../fileapi/local_file_system_operation.cc', |
| 67 '../fileapi/local_file_system_operation.h', | 67 '../fileapi/local_file_system_operation.h', |
| 68 '../fileapi/local_file_util.cc', | 68 '../fileapi/local_file_util.cc', |
| 69 '../fileapi/local_file_util.h', | 69 '../fileapi/local_file_util.h', |
| 70 '../fileapi/media/filtering_file_enumerator.cc', | |
| 71 '../fileapi/media/filtering_file_enumerator.h', | |
| 72 '../fileapi/media/media_file_system_mount_point_provider.cc', | |
| 73 '../fileapi/media/media_file_system_mount_point_provider.h', | |
| 74 '../fileapi/media/media_path_filter.cc', | |
| 75 '../fileapi/media/media_path_filter.h', | |
| 76 '../fileapi/media/mtp_device_file_system_config.h', | |
| 77 '../fileapi/media/native_media_file_util.cc', | |
| 78 '../fileapi/media/native_media_file_util.h', | |
| 79 '../fileapi/media/picasa/pmp_column_reader.cc', | |
| 80 '../fileapi/media/picasa/pmp_column_reader.h', | |
| 81 '../fileapi/media/picasa/pmp_constants.h', | |
| 82 '../fileapi/media/picasa/pmp_table_reader.cc', | |
| 83 '../fileapi/media/picasa/pmp_table_reader.h', | |
| 84 '../fileapi/mount_points.cc', | 70 '../fileapi/mount_points.cc', |
| 85 '../fileapi/mount_points.h', | 71 '../fileapi/mount_points.h', |
| 86 '../fileapi/native_file_util.cc', | 72 '../fileapi/native_file_util.cc', |
| 87 '../fileapi/native_file_util.h', | 73 '../fileapi/native_file_util.h', |
| 88 '../fileapi/obfuscated_file_util.cc', | 74 '../fileapi/obfuscated_file_util.cc', |
| 89 '../fileapi/obfuscated_file_util.h', | 75 '../fileapi/obfuscated_file_util.h', |
| 90 '../fileapi/recursive_operation_delegate.cc', | 76 '../fileapi/recursive_operation_delegate.cc', |
| 91 '../fileapi/recursive_operation_delegate.h', | 77 '../fileapi/recursive_operation_delegate.h', |
| 92 '../fileapi/remote_file_system_proxy.h', | 78 '../fileapi/remote_file_system_proxy.h', |
| 93 '../fileapi/remove_operation_delegate.cc', | 79 '../fileapi/remove_operation_delegate.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 '../chromeos/fileapi/cros_mount_point_provider.cc', | 121 '../chromeos/fileapi/cros_mount_point_provider.cc', |
| 136 '../chromeos/fileapi/cros_mount_point_provider.h', | 122 '../chromeos/fileapi/cros_mount_point_provider.h', |
| 137 '../chromeos/fileapi/file_access_permissions.cc', | 123 '../chromeos/fileapi/file_access_permissions.cc', |
| 138 '../chromeos/fileapi/file_access_permissions.h', | 124 '../chromeos/fileapi/file_access_permissions.h', |
| 139 '../chromeos/fileapi/file_util_async.h', | 125 '../chromeos/fileapi/file_util_async.h', |
| 140 '../chromeos/fileapi/remote_file_system_operation.cc', | 126 '../chromeos/fileapi/remote_file_system_operation.cc', |
| 141 '../chromeos/fileapi/remote_file_system_operation.h', | 127 '../chromeos/fileapi/remote_file_system_operation.h', |
| 142 '../chromeos/fileapi/remote_file_stream_writer.cc', | 128 '../chromeos/fileapi/remote_file_stream_writer.cc', |
| 143 '../chromeos/fileapi/remote_file_stream_writer.h', | 129 '../chromeos/fileapi/remote_file_stream_writer.h', |
| 144 ], | 130 ], |
| 145 'webkit_fileapi_media_sources': [ | |
| 146 '../fileapi/media/device_media_async_file_util.cc', | |
| 147 '../fileapi/media/device_media_async_file_util.h', | |
| 148 '../fileapi/media/mtp_device_async_delegate.h', | |
| 149 '../fileapi/media/mtp_device_map_service.cc', | |
| 150 '../fileapi/media/mtp_device_map_service.h', | |
| 151 ], | |
| 152 }, | 131 }, |
| 153 'targets': [ | 132 'targets': [ |
| 154 { | 133 { |
| 155 'target_name': 'dump_file_system', | 134 'target_name': 'dump_file_system', |
| 156 'type': 'executable', | 135 'type': 'executable', |
| 157 'sources': [ | 136 'sources': [ |
| 158 '../fileapi/dump_file_system.cc', | 137 '../fileapi/dump_file_system.cc', |
| 159 ], | 138 ], |
| 160 'dependencies': [ | 139 'dependencies': [ |
| 161 '../../base/base.gyp:base', | 140 '../../base/base.gyp:base', |
| 162 '../support/webkit_support.gyp:webkit_storage', | 141 '../support/webkit_support.gyp:webkit_storage', |
| 163 ], | 142 ], |
| 164 }, | 143 }, |
| 165 ], | 144 ], |
| 166 } | 145 } |
| OLD | NEW |