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

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

Issue 10386069: Add RegisterMountPointProvider and TestMountPointProvider for testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding sandbox_mpp change 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'quota_file_util.cc', 77 'quota_file_util.cc',
78 'quota_file_util.h', 78 'quota_file_util.h',
79 'sandbox_mount_point_provider.cc', 79 'sandbox_mount_point_provider.cc',
80 'sandbox_mount_point_provider.h', 80 'sandbox_mount_point_provider.h',
81 'test_mount_point_provider.cc',
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': [
87 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 89 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
88 ], 90 ],
89 }], 91 }],
90 ['chromeos==1', { 92 ['chromeos==1', {
91 'sources': [ 93 'sources': [
92 '../chromeos/fileapi/async_file_stream.h', 94 '../chromeos/fileapi/async_file_stream.h',
93 '../chromeos/fileapi/cros_mount_point_provider.cc', 95 '../chromeos/fileapi/cros_mount_point_provider.cc',
94 '../chromeos/fileapi/cros_mount_point_provider.h', 96 '../chromeos/fileapi/cros_mount_point_provider.h',
95 '../chromeos/fileapi/file_access_permissions.cc', 97 '../chromeos/fileapi/file_access_permissions.cc',
96 '../chromeos/fileapi/file_access_permissions.h', 98 '../chromeos/fileapi/file_access_permissions.h',
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/test_mount_point_provider.cc ('K') | « 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