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

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

Issue 10823171: Add path filtering to DeviceMediaFileUtil (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'isolated_file_util.cc', 65 'isolated_file_util.cc',
66 'isolated_file_util.h', 66 'isolated_file_util.h',
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_stream_writer.cc', 71 'local_file_stream_writer.cc',
72 'local_file_stream_writer.h', 72 'local_file_stream_writer.h',
73 'local_file_system_operation.cc', 73 'local_file_system_operation.cc',
74 'local_file_system_operation.h', 74 'local_file_system_operation.h',
75 'media/filtering_file_enumerator.cc',
76 'media/filtering_file_enumerator.h',
75 'media/media_file_system_config.h', 77 'media/media_file_system_config.h',
76 'media/media_path_filter.cc', 78 'media/media_path_filter.cc',
77 'media/media_path_filter.h', 79 'media/media_path_filter.h',
78 'media/native_media_file_util.cc', 80 'media/native_media_file_util.cc',
79 'media/native_media_file_util.h', 81 'media/native_media_file_util.h',
80 'native_file_util.cc', 82 'native_file_util.cc',
81 'native_file_util.h', 83 'native_file_util.h',
82 'obfuscated_file_util.cc', 84 'obfuscated_file_util.cc',
83 'obfuscated_file_util.h', 85 'obfuscated_file_util.h',
84 'sandbox_file_stream_writer.cc', 86 'sandbox_file_stream_writer.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../chromeos/fileapi/remote_file_system_operation.h', 122 '../chromeos/fileapi/remote_file_system_operation.h',
121 '../chromeos/fileapi/remote_file_system_proxy.h', 123 '../chromeos/fileapi/remote_file_system_proxy.h',
122 '../chromeos/fileapi/remote_file_stream_writer.cc', 124 '../chromeos/fileapi/remote_file_stream_writer.cc',
123 '../chromeos/fileapi/remote_file_stream_writer.h', 125 '../chromeos/fileapi/remote_file_stream_writer.h',
124 ], 126 ],
125 }], 127 }],
126 ], 128 ],
127 }, 129 },
128 ], 130 ],
129 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698