Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 14796018: Cleanup: Deprecate FileSystemCallbackDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_callback_dispatcher.cc',
21 '../fileapi/file_system_callback_dispatcher.h',
22 '../fileapi/file_system_context.cc', 20 '../fileapi/file_system_context.cc',
23 '../fileapi/file_system_context.h', 21 '../fileapi/file_system_context.h',
24 '../fileapi/file_system_dir_url_request_job.cc', 22 '../fileapi/file_system_dir_url_request_job.cc',
25 '../fileapi/file_system_dir_url_request_job.h', 23 '../fileapi/file_system_dir_url_request_job.h',
26 '../fileapi/file_system_directory_database.cc', 24 '../fileapi/file_system_directory_database.cc',
27 '../fileapi/file_system_directory_database.h', 25 '../fileapi/file_system_directory_database.h',
28 '../fileapi/file_system_file_stream_reader.cc', 26 '../fileapi/file_system_file_stream_reader.cc',
29 '../fileapi/file_system_file_stream_reader.h', 27 '../fileapi/file_system_file_stream_reader.h',
30 '../fileapi/file_system_file_util.cc', 28 '../fileapi/file_system_file_util.cc',
31 '../fileapi/file_system_file_util.h', 29 '../fileapi/file_system_file_util.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'sources': [ 136 'sources': [
139 '../fileapi/dump_file_system.cc', 137 '../fileapi/dump_file_system.cc',
140 ], 138 ],
141 'dependencies': [ 139 'dependencies': [
142 '../../base/base.gyp:base', 140 '../../base/base.gyp:base',
143 '../support/webkit_support.gyp:webkit_storage', 141 '../support/webkit_support.gyp:webkit_storage',
144 ], 142 ],
145 }, 143 },
146 ], 144 ],
147 } 145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698