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

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

Issue 14885021: Cleanup: Prefix HTML5 Sandbox FileSystem related files with 'sandbox_' (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
« no previous file with comments | « webkit/fileapi/sandbox_origin_database_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', 20 '../fileapi/file_system_callback_dispatcher.cc',
21 '../fileapi/file_system_callback_dispatcher.h', 21 '../fileapi/file_system_callback_dispatcher.h',
22 '../fileapi/file_system_context.cc', 22 '../fileapi/file_system_context.cc',
23 '../fileapi/file_system_context.h', 23 '../fileapi/file_system_context.h',
24 '../fileapi/file_system_dir_url_request_job.cc', 24 '../fileapi/file_system_dir_url_request_job.cc',
25 '../fileapi/file_system_dir_url_request_job.h', 25 '../fileapi/file_system_dir_url_request_job.h',
26 '../fileapi/file_system_directory_database.cc',
27 '../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',
32 '../fileapi/file_system_mount_point_provider.h', 30 '../fileapi/file_system_mount_point_provider.h',
33 '../fileapi/file_system_operation.h', 31 '../fileapi/file_system_operation.h',
34 '../fileapi/file_system_operation_context.cc', 32 '../fileapi/file_system_operation_context.cc',
35 '../fileapi/file_system_operation_context.h', 33 '../fileapi/file_system_operation_context.h',
36 '../fileapi/file_system_options.cc', 34 '../fileapi/file_system_options.cc',
37 '../fileapi/file_system_options.h', 35 '../fileapi/file_system_options.h',
38 '../fileapi/file_system_origin_database.cc',
39 '../fileapi/file_system_origin_database.h',
40 '../fileapi/file_system_quota_client.cc', 36 '../fileapi/file_system_quota_client.cc',
41 '../fileapi/file_system_quota_client.h', 37 '../fileapi/file_system_quota_client.h',
42 '../fileapi/file_system_quota_util.h', 38 '../fileapi/file_system_quota_util.h',
43 '../fileapi/file_system_task_runners.cc', 39 '../fileapi/file_system_task_runners.cc',
44 '../fileapi/file_system_task_runners.h', 40 '../fileapi/file_system_task_runners.h',
45 '../fileapi/file_system_types.h', 41 '../fileapi/file_system_types.h',
46 '../fileapi/file_system_url.cc', 42 '../fileapi/file_system_url.cc',
47 '../fileapi/file_system_url.h', 43 '../fileapi/file_system_url.h',
48 '../fileapi/file_system_url_request_job.cc', 44 '../fileapi/file_system_url_request_job.cc',
49 '../fileapi/file_system_url_request_job.h', 45 '../fileapi/file_system_url_request_job.h',
(...skipping 21 matching lines...) Expand all
71 '../fileapi/mount_points.h', 67 '../fileapi/mount_points.h',
72 '../fileapi/native_file_util.cc', 68 '../fileapi/native_file_util.cc',
73 '../fileapi/native_file_util.h', 69 '../fileapi/native_file_util.h',
74 '../fileapi/obfuscated_file_util.cc', 70 '../fileapi/obfuscated_file_util.cc',
75 '../fileapi/obfuscated_file_util.h', 71 '../fileapi/obfuscated_file_util.h',
76 '../fileapi/recursive_operation_delegate.cc', 72 '../fileapi/recursive_operation_delegate.cc',
77 '../fileapi/recursive_operation_delegate.h', 73 '../fileapi/recursive_operation_delegate.h',
78 '../fileapi/remote_file_system_proxy.h', 74 '../fileapi/remote_file_system_proxy.h',
79 '../fileapi/remove_operation_delegate.cc', 75 '../fileapi/remove_operation_delegate.cc',
80 '../fileapi/remove_operation_delegate.h', 76 '../fileapi/remove_operation_delegate.h',
77 '../fileapi/sandbox_directory_database.cc',
78 '../fileapi/sandbox_directory_database.h',
81 '../fileapi/sandbox_file_stream_writer.cc', 79 '../fileapi/sandbox_file_stream_writer.cc',
82 '../fileapi/sandbox_file_stream_writer.h', 80 '../fileapi/sandbox_file_stream_writer.h',
83 '../fileapi/sandbox_mount_point_provider.cc', 81 '../fileapi/sandbox_mount_point_provider.cc',
84 '../fileapi/sandbox_mount_point_provider.h', 82 '../fileapi/sandbox_mount_point_provider.h',
83 '../fileapi/sandbox_origin_database.cc',
84 '../fileapi/sandbox_origin_database.h',
85 '../fileapi/sandbox_quota_observer.cc', 85 '../fileapi/sandbox_quota_observer.cc',
86 '../fileapi/sandbox_quota_observer.h', 86 '../fileapi/sandbox_quota_observer.h',
87 '../fileapi/syncable/file_change.cc', 87 '../fileapi/syncable/file_change.cc',
88 '../fileapi/syncable/file_change.h', 88 '../fileapi/syncable/file_change.h',
89 '../fileapi/syncable/local_file_change_tracker.cc', 89 '../fileapi/syncable/local_file_change_tracker.cc',
90 '../fileapi/syncable/local_file_change_tracker.h', 90 '../fileapi/syncable/local_file_change_tracker.h',
91 '../fileapi/syncable/local_file_sync_context.cc', 91 '../fileapi/syncable/local_file_sync_context.cc',
92 '../fileapi/syncable/local_file_sync_context.h', 92 '../fileapi/syncable/local_file_sync_context.h',
93 '../fileapi/syncable/local_file_sync_status.cc', 93 '../fileapi/syncable/local_file_sync_status.cc',
94 '../fileapi/syncable/local_file_sync_status.h', 94 '../fileapi/syncable/local_file_sync_status.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'sources': [ 138 'sources': [
139 '../fileapi/dump_file_system.cc', 139 '../fileapi/dump_file_system.cc',
140 ], 140 ],
141 'dependencies': [ 141 'dependencies': [
142 '../../base/base.gyp:base', 142 '../../base/base.gyp:base',
143 '../support/webkit_support.gyp:webkit_storage', 143 '../support/webkit_support.gyp:webkit_storage',
144 ], 144 ],
145 }, 145 },
146 ], 146 ],
147 } 147 }
OLDNEW
« no previous file with comments | « webkit/fileapi/sandbox_origin_database_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698