| 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', |
| 11 '../browser/fileapi/copy_or_move_file_validator.h', | 11 '../browser/fileapi/copy_or_move_file_validator.h', |
| 12 '../browser/fileapi/cross_operation_delegate.cc', | 12 '../browser/fileapi/copy_or_move_operation_delegate.cc', |
| 13 '../browser/fileapi/cross_operation_delegate.h', | 13 '../browser/fileapi/copy_or_move_operation_delegate.h', |
| 14 '../browser/fileapi/external_mount_points.cc', | 14 '../browser/fileapi/external_mount_points.cc', |
| 15 '../browser/fileapi/external_mount_points.h', | 15 '../browser/fileapi/external_mount_points.h', |
| 16 '../browser/fileapi/file_observers.h', | 16 '../browser/fileapi/file_observers.h', |
| 17 '../browser/fileapi/file_permission_policy.cc', | 17 '../browser/fileapi/file_permission_policy.cc', |
| 18 '../browser/fileapi/file_permission_policy.h', | 18 '../browser/fileapi/file_permission_policy.h', |
| 19 '../browser/fileapi/file_stream_writer.h', | 19 '../browser/fileapi/file_stream_writer.h', |
| 20 '../browser/fileapi/file_system_context.cc', | 20 '../browser/fileapi/file_system_context.cc', |
| 21 '../browser/fileapi/file_system_context.h', | 21 '../browser/fileapi/file_system_context.h', |
| 22 '../browser/fileapi/file_system_dir_url_request_job.cc', | 22 '../browser/fileapi/file_system_dir_url_request_job.cc', |
| 23 '../browser/fileapi/file_system_dir_url_request_job.h', | 23 '../browser/fileapi/file_system_dir_url_request_job.h', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'sources': [ | 136 'sources': [ |
| 137 'dump_file_system.cc', | 137 'dump_file_system.cc', |
| 138 ], | 138 ], |
| 139 'dependencies': [ | 139 'dependencies': [ |
| 140 '<(DEPTH)/base/base.gyp:base', | 140 '<(DEPTH)/base/base.gyp:base', |
| 141 '../support/webkit_support.gyp:webkit_storage', | 141 '../support/webkit_support.gyp:webkit_storage', |
| 142 ], | 142 ], |
| 143 }, | 143 }, |
| 144 ], | 144 ], |
| 145 } | 145 } |
| OLD | NEW |