| 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/external_mount_points.cc', | 8 '../fileapi/external_mount_points.cc', |
| 9 '../fileapi/external_mount_points.h', | 9 '../fileapi/external_mount_points.h', |
| 10 '../fileapi/file_observers.h', | 10 '../fileapi/file_observers.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 '../fileapi/media/mtp_device_file_system_config.h', | 72 '../fileapi/media/mtp_device_file_system_config.h', |
| 73 '../fileapi/media/native_media_file_util.cc', | 73 '../fileapi/media/native_media_file_util.cc', |
| 74 '../fileapi/media/native_media_file_util.h', | 74 '../fileapi/media/native_media_file_util.h', |
| 75 '../fileapi/mount_points.cc', | 75 '../fileapi/mount_points.cc', |
| 76 '../fileapi/mount_points.h', | 76 '../fileapi/mount_points.h', |
| 77 '../fileapi/native_file_util.cc', | 77 '../fileapi/native_file_util.cc', |
| 78 '../fileapi/native_file_util.h', | 78 '../fileapi/native_file_util.h', |
| 79 '../fileapi/obfuscated_file_util.cc', | 79 '../fileapi/obfuscated_file_util.cc', |
| 80 '../fileapi/obfuscated_file_util.h', | 80 '../fileapi/obfuscated_file_util.h', |
| 81 '../fileapi/remote_file_system_proxy.h', | 81 '../fileapi/remote_file_system_proxy.h', |
| 82 '../fileapi/remove_operation_delegate.cc', |
| 83 '../fileapi/remove_operation_delegate.h', |
| 82 '../fileapi/sandbox_file_stream_writer.cc', | 84 '../fileapi/sandbox_file_stream_writer.cc', |
| 83 '../fileapi/sandbox_file_stream_writer.h', | 85 '../fileapi/sandbox_file_stream_writer.h', |
| 84 '../fileapi/sandbox_mount_point_provider.cc', | 86 '../fileapi/sandbox_mount_point_provider.cc', |
| 85 '../fileapi/sandbox_mount_point_provider.h', | 87 '../fileapi/sandbox_mount_point_provider.h', |
| 86 '../fileapi/sandbox_quota_observer.cc', | 88 '../fileapi/sandbox_quota_observer.cc', |
| 87 '../fileapi/sandbox_quota_observer.h', | 89 '../fileapi/sandbox_quota_observer.h', |
| 88 '../fileapi/syncable/file_change.cc', | 90 '../fileapi/syncable/file_change.cc', |
| 89 '../fileapi/syncable/file_change.h', | 91 '../fileapi/syncable/file_change.h', |
| 90 '../fileapi/syncable/local_file_change_tracker.cc', | 92 '../fileapi/syncable/local_file_change_tracker.cc', |
| 91 '../fileapi/syncable/local_file_change_tracker.h', | 93 '../fileapi/syncable/local_file_change_tracker.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 ], | 132 ], |
| 131 'webkit_fileapi_media_sources': [ | 133 'webkit_fileapi_media_sources': [ |
| 132 '../fileapi/media/device_media_file_util.cc', | 134 '../fileapi/media/device_media_file_util.cc', |
| 133 '../fileapi/media/device_media_file_util.h', | 135 '../fileapi/media/device_media_file_util.h', |
| 134 '../fileapi/media/mtp_device_delegate.h', | 136 '../fileapi/media/mtp_device_delegate.h', |
| 135 '../fileapi/media/mtp_device_map_service.cc', | 137 '../fileapi/media/mtp_device_map_service.cc', |
| 136 '../fileapi/media/mtp_device_map_service.h', | 138 '../fileapi/media/mtp_device_map_service.h', |
| 137 ], | 139 ], |
| 138 }, | 140 }, |
| 139 } | 141 } |
| OLD | NEW |