| 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', | 
| 11       '../fileapi/copy_or_move_file_validator.h', | 11       '../fileapi/copy_or_move_file_validator.h', | 
| 12       '../fileapi/cross_operation_delegate.cc', | 12       '../fileapi/cross_operation_delegate.cc', | 
| 13       '../fileapi/cross_operation_delegate.h', | 13       '../fileapi/cross_operation_delegate.h', | 
| 14       '../fileapi/external_mount_points.cc', | 14       '../fileapi/external_mount_points.cc', | 
| 15       '../fileapi/external_mount_points.h', | 15       '../fileapi/external_mount_points.h', | 
| 16       '../fileapi/file_observers.h', | 16       '../fileapi/file_observers.h', | 
| 17       '../fileapi/file_permission_policy.cc', | 17       '../fileapi/file_permission_policy.cc', | 
| 18       '../fileapi/file_permission_policy.h', | 18       '../fileapi/file_permission_policy.h', | 
| 19       '../fileapi/file_stream_writer.h', | 19       '../fileapi/file_stream_writer.h', | 
| 20       '../fileapi/file_system_context.cc', | 20       '../fileapi/file_system_context.cc', | 
| 21       '../fileapi/file_system_context.h', | 21       '../fileapi/file_system_context.h', | 
| 22       '../fileapi/file_system_dir_url_request_job.cc', | 22       '../fileapi/file_system_dir_url_request_job.cc', | 
| 23       '../fileapi/file_system_dir_url_request_job.h', | 23       '../fileapi/file_system_dir_url_request_job.h', | 
| 24       '../fileapi/file_system_file_stream_reader.cc', | 24       '../fileapi/file_system_file_stream_reader.cc', | 
| 25       '../fileapi/file_system_file_stream_reader.h', | 25       '../fileapi/file_system_file_stream_reader.h', | 
| 26       '../fileapi/file_system_file_util.cc', | 26       '../fileapi/file_system_file_util.cc', | 
| 27       '../fileapi/file_system_file_util.h', | 27       '../fileapi/file_system_file_util.h', | 
| 28       '../fileapi/file_system_mount_point_provider.h', |  | 
| 29       '../fileapi/file_system_operation.h', | 28       '../fileapi/file_system_operation.h', | 
| 30       '../fileapi/file_system_operation_context.cc', | 29       '../fileapi/file_system_operation_context.cc', | 
| 31       '../fileapi/file_system_operation_context.h', | 30       '../fileapi/file_system_operation_context.h', | 
| 32       '../fileapi/file_system_options.cc', | 31       '../fileapi/file_system_options.cc', | 
| 33       '../fileapi/file_system_options.h', | 32       '../fileapi/file_system_options.h', | 
| 34       '../fileapi/file_system_quota_client.cc', | 33       '../fileapi/file_system_quota_client.cc', | 
| 35       '../fileapi/file_system_quota_client.h', | 34       '../fileapi/file_system_quota_client.h', | 
| 36       '../fileapi/file_system_quota_util.h', | 35       '../fileapi/file_system_quota_util.h', | 
| 37       '../fileapi/file_system_task_runners.cc', | 36       '../fileapi/file_system_task_runners.cc', | 
| 38       '../fileapi/file_system_task_runners.h', | 37       '../fileapi/file_system_task_runners.h', | 
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 136       'sources': [ | 135       'sources': [ | 
| 137         '../fileapi/dump_file_system.cc', | 136         '../fileapi/dump_file_system.cc', | 
| 138       ], | 137       ], | 
| 139       'dependencies': [ | 138       'dependencies': [ | 
| 140         '../../base/base.gyp:base', | 139         '../../base/base.gyp:base', | 
| 141         '../support/webkit_support.gyp:webkit_storage', | 140         '../support/webkit_support.gyp:webkit_storage', | 
| 142       ], | 141       ], | 
| 143     }, | 142     }, | 
| 144   ], | 143   ], | 
| 145 } | 144 } | 
| OLD | NEW | 
|---|