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

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

Issue 11804005: Cleanup file permission check code in FileAPIMessageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros+native-local perm fix Created 7 years, 11 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/file_observers.h', 8 '../fileapi/file_observers.h',
9 '../fileapi/file_permission_policy.cc',
10 '../fileapi/file_permission_policy.h',
9 '../fileapi/file_stream_writer.h', 11 '../fileapi/file_stream_writer.h',
10 '../fileapi/file_system_callback_dispatcher.cc', 12 '../fileapi/file_system_callback_dispatcher.cc',
11 '../fileapi/file_system_callback_dispatcher.h', 13 '../fileapi/file_system_callback_dispatcher.h',
12 '../fileapi/file_system_context.cc', 14 '../fileapi/file_system_context.cc',
13 '../fileapi/file_system_context.h', 15 '../fileapi/file_system_context.h',
14 '../fileapi/file_system_dir_url_request_job.cc', 16 '../fileapi/file_system_dir_url_request_job.cc',
15 '../fileapi/file_system_dir_url_request_job.h', 17 '../fileapi/file_system_dir_url_request_job.h',
16 '../fileapi/file_system_directory_database.cc', 18 '../fileapi/file_system_directory_database.cc',
17 '../fileapi/file_system_directory_database.h', 19 '../fileapi/file_system_directory_database.h',
18 '../fileapi/file_system_file_stream_reader.cc', 20 '../fileapi/file_system_file_stream_reader.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 ], 124 ],
123 'webkit_fileapi_media_sources': [ 125 'webkit_fileapi_media_sources': [
124 '../fileapi/media/device_media_file_util.cc', 126 '../fileapi/media/device_media_file_util.cc',
125 '../fileapi/media/device_media_file_util.h', 127 '../fileapi/media/device_media_file_util.h',
126 '../fileapi/media/mtp_device_delegate.h', 128 '../fileapi/media/mtp_device_delegate.h',
127 '../fileapi/media/mtp_device_map_service.cc', 129 '../fileapi/media/mtp_device_map_service.cc',
128 '../fileapi/media/mtp_device_map_service.h', 130 '../fileapi/media/mtp_device_map_service.h',
129 ], 131 ],
130 }, 132 },
131 } 133 }
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