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

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

Issue 10387054: Implement SandboxFileWriter and rewrite FileWriterDelegate to use it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comment Created 8 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'fileapi', 8 'target_name': 'fileapi',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'isolated_mount_point_provider.cc', 67 'isolated_mount_point_provider.cc',
68 'isolated_mount_point_provider.h', 68 'isolated_mount_point_provider.h',
69 'local_file_util.cc', 69 'local_file_util.cc',
70 'local_file_util.h', 70 'local_file_util.h',
71 'local_file_writer.cc', 71 'local_file_writer.cc',
72 'local_file_writer.h', 72 'local_file_writer.h',
73 'native_file_util.cc', 73 'native_file_util.cc',
74 'native_file_util.h', 74 'native_file_util.h',
75 'obfuscated_file_util.cc', 75 'obfuscated_file_util.cc',
76 'obfuscated_file_util.h', 76 'obfuscated_file_util.h',
77 'sandbox_file_writer.cc',
78 'sandbox_file_writer.h',
77 'sandbox_mount_point_provider.cc', 79 'sandbox_mount_point_provider.cc',
78 'sandbox_mount_point_provider.h', 80 'sandbox_mount_point_provider.h',
79 'test_mount_point_provider.cc', 81 'test_mount_point_provider.cc',
80 'test_mount_point_provider.h', 82 'test_mount_point_provider.h',
81 'webfilewriter_base.cc', 83 'webfilewriter_base.cc',
82 'webfilewriter_base.h', 84 'webfilewriter_base.h',
83 ], 85 ],
84 'conditions': [ 86 'conditions': [
85 ['inside_chromium_build==0', { 87 ['inside_chromium_build==0', {
86 'dependencies': [ 88 'dependencies': [
(...skipping 10 matching lines...) Expand all
97 '../chromeos/fileapi/file_util_async.h', 99 '../chromeos/fileapi/file_util_async.h',
98 '../chromeos/fileapi/remote_file_system_operation.cc', 100 '../chromeos/fileapi/remote_file_system_operation.cc',
99 '../chromeos/fileapi/remote_file_system_operation.h', 101 '../chromeos/fileapi/remote_file_system_operation.h',
100 '../chromeos/fileapi/remote_file_system_proxy.h', 102 '../chromeos/fileapi/remote_file_system_proxy.h',
101 ], 103 ],
102 }], 104 }],
103 ], 105 ],
104 }, 106 },
105 ], 107 ],
106 } 108 }
OLDNEW
« webkit/fileapi/sandbox_file_writer.cc ('K') | « webkit/fileapi/sandbox_file_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698