| 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/file_observers.h', | 8 '../fileapi/file_observers.h', |
| 9 '../fileapi/file_stream_writer.h', | 9 '../fileapi/file_stream_writer.h', |
| 10 '../fileapi/file_system_callback_dispatcher.cc', | 10 '../fileapi/file_system_callback_dispatcher.cc', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 '../fileapi/sandbox_quota_observer.cc', | 79 '../fileapi/sandbox_quota_observer.cc', |
| 80 '../fileapi/sandbox_quota_observer.h', | 80 '../fileapi/sandbox_quota_observer.h', |
| 81 '../fileapi/syncable/file_change.cc', | 81 '../fileapi/syncable/file_change.cc', |
| 82 '../fileapi/syncable/file_change.h', | 82 '../fileapi/syncable/file_change.h', |
| 83 '../fileapi/syncable/local_file_change_tracker.cc', | 83 '../fileapi/syncable/local_file_change_tracker.cc', |
| 84 '../fileapi/syncable/local_file_change_tracker.h', | 84 '../fileapi/syncable/local_file_change_tracker.h', |
| 85 '../fileapi/syncable/local_file_sync_context.cc', | 85 '../fileapi/syncable/local_file_sync_context.cc', |
| 86 '../fileapi/syncable/local_file_sync_context.h', | 86 '../fileapi/syncable/local_file_sync_context.h', |
| 87 '../fileapi/syncable/local_file_sync_status.cc', | 87 '../fileapi/syncable/local_file_sync_status.cc', |
| 88 '../fileapi/syncable/local_file_sync_status.h', | 88 '../fileapi/syncable/local_file_sync_status.h', |
| 89 '../fileapi/syncable/sync_callbacks.h', |
| 89 '../fileapi/syncable/sync_status_code.cc', | 90 '../fileapi/syncable/sync_status_code.cc', |
| 90 '../fileapi/syncable/sync_status_code.h', | 91 '../fileapi/syncable/sync_status_code.h', |
| 91 '../fileapi/syncable/syncable_file_operation_runner.cc', | 92 '../fileapi/syncable/syncable_file_operation_runner.cc', |
| 92 '../fileapi/syncable/syncable_file_operation_runner.h', | 93 '../fileapi/syncable/syncable_file_operation_runner.h', |
| 93 '../fileapi/syncable/syncable_file_system_operation.cc', | 94 '../fileapi/syncable/syncable_file_system_operation.cc', |
| 94 '../fileapi/syncable/syncable_file_system_operation.h', | 95 '../fileapi/syncable/syncable_file_system_operation.h', |
| 95 '../fileapi/syncable/syncable_file_system_util.cc', | 96 '../fileapi/syncable/syncable_file_system_util.cc', |
| 96 '../fileapi/syncable/syncable_file_system_util.h', | 97 '../fileapi/syncable/syncable_file_system_util.h', |
| 97 '../fileapi/task_runner_bound_observer_list.h', | 98 '../fileapi/task_runner_bound_observer_list.h', |
| 98 '../fileapi/test_mount_point_provider.cc', | 99 '../fileapi/test_mount_point_provider.cc', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 115 ], | 116 ], |
| 116 'webkit_fileapi_media_sources': [ | 117 'webkit_fileapi_media_sources': [ |
| 117 '../fileapi/media/device_media_file_util.cc', | 118 '../fileapi/media/device_media_file_util.cc', |
| 118 '../fileapi/media/device_media_file_util.h', | 119 '../fileapi/media/device_media_file_util.h', |
| 119 '../fileapi/media/mtp_device_delegate.h', | 120 '../fileapi/media/mtp_device_delegate.h', |
| 120 '../fileapi/media/mtp_device_map_service.cc', | 121 '../fileapi/media/mtp_device_map_service.cc', |
| 121 '../fileapi/media/mtp_device_map_service.h', | 122 '../fileapi/media/mtp_device_map_service.h', |
| 122 ], | 123 ], |
| 123 }, | 124 }, |
| 124 } | 125 } |
| OLD | NEW |