| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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_browser_fileapi_sources': [ | 7 'webkit_browser_fileapi_sources': [ |
| 8 '../browser/fileapi/async_file_util.h', | 8 '../browser/fileapi/async_file_util.h', |
| 9 '../browser/fileapi/async_file_util_adapter.cc', | 9 '../browser/fileapi/async_file_util_adapter.cc', |
| 10 '../browser/fileapi/async_file_util_adapter.h', | 10 '../browser/fileapi/async_file_util_adapter.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../browser/fileapi/open_file_system_mode.h', | 67 '../browser/fileapi/open_file_system_mode.h', |
| 68 '../browser/fileapi/recursive_operation_delegate.cc', | 68 '../browser/fileapi/recursive_operation_delegate.cc', |
| 69 '../browser/fileapi/recursive_operation_delegate.h', | 69 '../browser/fileapi/recursive_operation_delegate.h', |
| 70 '../browser/fileapi/remote_file_system_proxy.h', | 70 '../browser/fileapi/remote_file_system_proxy.h', |
| 71 '../browser/fileapi/remove_operation_delegate.cc', | 71 '../browser/fileapi/remove_operation_delegate.cc', |
| 72 '../browser/fileapi/remove_operation_delegate.h', | 72 '../browser/fileapi/remove_operation_delegate.h', |
| 73 '../browser/fileapi/sandbox_directory_database.cc', | 73 '../browser/fileapi/sandbox_directory_database.cc', |
| 74 '../browser/fileapi/sandbox_directory_database.h', | 74 '../browser/fileapi/sandbox_directory_database.h', |
| 75 '../browser/fileapi/sandbox_file_stream_writer.cc', | 75 '../browser/fileapi/sandbox_file_stream_writer.cc', |
| 76 '../browser/fileapi/sandbox_file_stream_writer.h', | 76 '../browser/fileapi/sandbox_file_stream_writer.h', |
| 77 '../browser/fileapi/sandbox_isolated_origin_database.cc', |
| 78 '../browser/fileapi/sandbox_isolated_origin_database.h', |
| 77 '../browser/fileapi/sandbox_mount_point_provider.cc', | 79 '../browser/fileapi/sandbox_mount_point_provider.cc', |
| 78 '../browser/fileapi/sandbox_mount_point_provider.h', | 80 '../browser/fileapi/sandbox_mount_point_provider.h', |
| 79 '../browser/fileapi/sandbox_origin_database.cc', | 81 '../browser/fileapi/sandbox_origin_database.cc', |
| 80 '../browser/fileapi/sandbox_origin_database.h', | 82 '../browser/fileapi/sandbox_origin_database.h', |
| 83 '../browser/fileapi/sandbox_origin_database_interface.cc', |
| 84 '../browser/fileapi/sandbox_origin_database_interface.h', |
| 81 '../browser/fileapi/sandbox_quota_observer.cc', | 85 '../browser/fileapi/sandbox_quota_observer.cc', |
| 82 '../browser/fileapi/sandbox_quota_observer.h', | 86 '../browser/fileapi/sandbox_quota_observer.h', |
| 83 '../browser/fileapi/syncable/file_change.cc', | 87 '../browser/fileapi/syncable/file_change.cc', |
| 84 '../browser/fileapi/syncable/file_change.h', | 88 '../browser/fileapi/syncable/file_change.h', |
| 85 '../browser/fileapi/syncable/local_file_change_tracker.cc', | 89 '../browser/fileapi/syncable/local_file_change_tracker.cc', |
| 86 '../browser/fileapi/syncable/local_file_change_tracker.h', | 90 '../browser/fileapi/syncable/local_file_change_tracker.h', |
| 87 '../browser/fileapi/syncable/local_file_sync_context.cc', | 91 '../browser/fileapi/syncable/local_file_sync_context.cc', |
| 88 '../browser/fileapi/syncable/local_file_sync_context.h', | 92 '../browser/fileapi/syncable/local_file_sync_context.h', |
| 89 '../browser/fileapi/syncable/local_file_sync_status.cc', | 93 '../browser/fileapi/syncable/local_file_sync_status.cc', |
| 90 '../browser/fileapi/syncable/local_file_sync_status.h', | 94 '../browser/fileapi/syncable/local_file_sync_status.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'sources': [ | 136 'sources': [ |
| 133 'dump_file_system.cc', | 137 'dump_file_system.cc', |
| 134 ], | 138 ], |
| 135 'dependencies': [ | 139 'dependencies': [ |
| 136 '<(DEPTH)/base/base.gyp:base', | 140 '<(DEPTH)/base/base.gyp:base', |
| 137 '../support/webkit_support.gyp:webkit_storage', | 141 '../support/webkit_support.gyp:webkit_storage', |
| 138 ], | 142 ], |
| 139 }, | 143 }, |
| 140 ], | 144 ], |
| 141 } | 145 } |
| OLD | NEW |