| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 '../fileapi/local_file_stream_writer.cc', | 50 '../fileapi/local_file_stream_writer.cc', |
| 51 '../fileapi/local_file_stream_writer.h', | 51 '../fileapi/local_file_stream_writer.h', |
| 52 '../fileapi/local_file_system_operation.cc', | 52 '../fileapi/local_file_system_operation.cc', |
| 53 '../fileapi/local_file_system_operation.h', | 53 '../fileapi/local_file_system_operation.h', |
| 54 '../fileapi/local_file_util.cc', | 54 '../fileapi/local_file_util.cc', |
| 55 '../fileapi/local_file_util.h', | 55 '../fileapi/local_file_util.h', |
| 56 '../fileapi/mount_points.cc', | 56 '../fileapi/mount_points.cc', |
| 57 '../fileapi/mount_points.h', | 57 '../fileapi/mount_points.h', |
| 58 '../fileapi/native_file_util.cc', | 58 '../fileapi/native_file_util.cc', |
| 59 '../fileapi/native_file_util.h', | 59 '../fileapi/native_file_util.h', |
| 60 '../fileapi/obfuscated_file_util.cc', | |
| 61 '../fileapi/obfuscated_file_util.h', | |
| 62 '../fileapi/recursive_operation_delegate.cc', | 60 '../fileapi/recursive_operation_delegate.cc', |
| 63 '../fileapi/recursive_operation_delegate.h', | 61 '../fileapi/recursive_operation_delegate.h', |
| 64 '../fileapi/remote_file_system_proxy.h', | 62 '../fileapi/remote_file_system_proxy.h', |
| 65 '../fileapi/remove_operation_delegate.cc', | 63 '../fileapi/remove_operation_delegate.cc', |
| 66 '../fileapi/remove_operation_delegate.h', | 64 '../fileapi/remove_operation_delegate.h', |
| 67 '../fileapi/sandbox_directory_database.cc', | |
| 68 '../fileapi/sandbox_directory_database.h', | |
| 69 '../fileapi/sandbox_file_stream_writer.cc', | |
| 70 '../fileapi/sandbox_file_stream_writer.h', | |
| 71 '../fileapi/sandbox_mount_point_provider.cc', | |
| 72 '../fileapi/sandbox_mount_point_provider.h', | |
| 73 '../fileapi/sandbox_origin_database.cc', | |
| 74 '../fileapi/sandbox_origin_database.h', | |
| 75 '../fileapi/sandbox_quota_observer.cc', | |
| 76 '../fileapi/sandbox_quota_observer.h', | |
| 77 '../fileapi/syncable/file_change.cc', | 65 '../fileapi/syncable/file_change.cc', |
| 78 '../fileapi/syncable/file_change.h', | 66 '../fileapi/syncable/file_change.h', |
| 79 '../fileapi/syncable/local_file_change_tracker.cc', | 67 '../fileapi/syncable/local_file_change_tracker.cc', |
| 80 '../fileapi/syncable/local_file_change_tracker.h', | 68 '../fileapi/syncable/local_file_change_tracker.h', |
| 81 '../fileapi/syncable/local_file_sync_context.cc', | 69 '../fileapi/syncable/local_file_sync_context.cc', |
| 82 '../fileapi/syncable/local_file_sync_context.h', | 70 '../fileapi/syncable/local_file_sync_context.h', |
| 83 '../fileapi/syncable/local_file_sync_status.cc', | 71 '../fileapi/syncable/local_file_sync_status.cc', |
| 84 '../fileapi/syncable/local_file_sync_status.h', | 72 '../fileapi/syncable/local_file_sync_status.h', |
| 85 '../fileapi/syncable/local_origin_change_observer.h', | 73 '../fileapi/syncable/local_origin_change_observer.h', |
| 86 '../fileapi/syncable/sync_callbacks.h', | 74 '../fileapi/syncable/sync_callbacks.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'sources': [ | 116 'sources': [ |
| 129 '../fileapi/dump_file_system.cc', | 117 '../fileapi/dump_file_system.cc', |
| 130 ], | 118 ], |
| 131 'dependencies': [ | 119 'dependencies': [ |
| 132 '../../base/base.gyp:base', | 120 '../../base/base.gyp:base', |
| 133 '../support/webkit_support.gyp:webkit_storage', | 121 '../support/webkit_support.gyp:webkit_storage', |
| 134 ], | 122 ], |
| 135 }, | 123 }, |
| 136 ], | 124 ], |
| 137 } | 125 } |
| OLD | NEW |