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

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

Issue 15442002: Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/test_mount_point_provider.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',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../fileapi/local_file_stream_writer.cc', 50 '../fileapi/local_file_stream_writer.cc',
51 '../fileapi/local_file_stream_writer.h', 51 '../fileapi/local_file_stream_writer.h',
52 '../fileapi/local_file_system_operation.cc', 52 '../fileapi/local_file_system_operation.cc',
53 '../fileapi/local_file_system_operation.h', 53 '../fileapi/local_file_system_operation.h',
54 '../fileapi/local_file_util.cc', 54 '../fileapi/local_file_util.cc',
55 '../fileapi/local_file_util.h', 55 '../fileapi/local_file_util.h',
56 '../fileapi/mount_points.cc', 56 '../fileapi/mount_points.cc',
57 '../fileapi/mount_points.h', 57 '../fileapi/mount_points.h',
58 '../fileapi/native_file_util.cc', 58 '../fileapi/native_file_util.cc',
59 '../fileapi/native_file_util.h', 59 '../fileapi/native_file_util.h',
60 '../fileapi/obfuscated_file_util.cc',
61 '../fileapi/obfuscated_file_util.h',
62 '../fileapi/recursive_operation_delegate.cc', 60 '../fileapi/recursive_operation_delegate.cc',
63 '../fileapi/recursive_operation_delegate.h', 61 '../fileapi/recursive_operation_delegate.h',
64 '../fileapi/remote_file_system_proxy.h', 62 '../fileapi/remote_file_system_proxy.h',
65 '../fileapi/remove_operation_delegate.cc', 63 '../fileapi/remove_operation_delegate.cc',
66 '../fileapi/remove_operation_delegate.h', 64 '../fileapi/remove_operation_delegate.h',
67 '../fileapi/sandbox_directory_database.cc',
68 '../fileapi/sandbox_directory_database.h',
69 '../fileapi/sandbox_file_stream_writer.cc',
70 '../fileapi/sandbox_file_stream_writer.h',
71 '../fileapi/sandbox_mount_point_provider.cc',
72 '../fileapi/sandbox_mount_point_provider.h',
73 '../fileapi/sandbox_origin_database.cc',
74 '../fileapi/sandbox_origin_database.h',
75 '../fileapi/sandbox_quota_observer.cc',
76 '../fileapi/sandbox_quota_observer.h',
77 '../fileapi/syncable/file_change.cc', 65 '../fileapi/syncable/file_change.cc',
78 '../fileapi/syncable/file_change.h', 66 '../fileapi/syncable/file_change.h',
79 '../fileapi/syncable/local_file_change_tracker.cc', 67 '../fileapi/syncable/local_file_change_tracker.cc',
80 '../fileapi/syncable/local_file_change_tracker.h', 68 '../fileapi/syncable/local_file_change_tracker.h',
81 '../fileapi/syncable/local_file_sync_context.cc', 69 '../fileapi/syncable/local_file_sync_context.cc',
82 '../fileapi/syncable/local_file_sync_context.h', 70 '../fileapi/syncable/local_file_sync_context.h',
83 '../fileapi/syncable/local_file_sync_status.cc', 71 '../fileapi/syncable/local_file_sync_status.cc',
84 '../fileapi/syncable/local_file_sync_status.h', 72 '../fileapi/syncable/local_file_sync_status.h',
85 '../fileapi/syncable/local_origin_change_observer.h', 73 '../fileapi/syncable/local_origin_change_observer.h',
86 '../fileapi/syncable/sync_callbacks.h', 74 '../fileapi/syncable/sync_callbacks.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'sources': [ 116 'sources': [
129 '../fileapi/dump_file_system.cc', 117 '../fileapi/dump_file_system.cc',
130 ], 118 ],
131 'dependencies': [ 119 'dependencies': [
132 '../../base/base.gyp:base', 120 '../../base/base.gyp:base',
133 '../support/webkit_support.gyp:webkit_storage', 121 '../support/webkit_support.gyp:webkit_storage',
134 ], 122 ],
135 }, 123 },
136 ], 124 ],
137 } 125 }
OLDNEW
« no previous file with comments | « webkit/fileapi/test_mount_point_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698