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

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

Issue 14352004: Split Media-related code from IsolatedMountPointProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../fileapi/isolated_mount_point_provider.cc', 62 '../fileapi/isolated_mount_point_provider.cc',
63 '../fileapi/isolated_mount_point_provider.h', 63 '../fileapi/isolated_mount_point_provider.h',
64 '../fileapi/local_file_stream_writer.cc', 64 '../fileapi/local_file_stream_writer.cc',
65 '../fileapi/local_file_stream_writer.h', 65 '../fileapi/local_file_stream_writer.h',
66 '../fileapi/local_file_system_operation.cc', 66 '../fileapi/local_file_system_operation.cc',
67 '../fileapi/local_file_system_operation.h', 67 '../fileapi/local_file_system_operation.h',
68 '../fileapi/local_file_util.cc', 68 '../fileapi/local_file_util.cc',
69 '../fileapi/local_file_util.h', 69 '../fileapi/local_file_util.h',
70 '../fileapi/media/filtering_file_enumerator.cc', 70 '../fileapi/media/filtering_file_enumerator.cc',
71 '../fileapi/media/filtering_file_enumerator.h', 71 '../fileapi/media/filtering_file_enumerator.h',
72 '../fileapi/media/media_file_system_mount_point_provider.cc',
73 '../fileapi/media/media_file_system_mount_point_provider.h',
72 '../fileapi/media/media_path_filter.cc', 74 '../fileapi/media/media_path_filter.cc',
73 '../fileapi/media/media_path_filter.h', 75 '../fileapi/media/media_path_filter.h',
74 '../fileapi/media/mtp_device_file_system_config.h', 76 '../fileapi/media/mtp_device_file_system_config.h',
75 '../fileapi/media/native_media_file_util.cc', 77 '../fileapi/media/native_media_file_util.cc',
76 '../fileapi/media/native_media_file_util.h', 78 '../fileapi/media/native_media_file_util.h',
77 '../fileapi/media/picasa/pmp_column_reader.cc', 79 '../fileapi/media/picasa/pmp_column_reader.cc',
78 '../fileapi/media/picasa/pmp_column_reader.h', 80 '../fileapi/media/picasa/pmp_column_reader.h',
79 '../fileapi/media/picasa/pmp_constants.h', 81 '../fileapi/media/picasa/pmp_constants.h',
80 '../fileapi/media/picasa/pmp_table_reader.cc', 82 '../fileapi/media/picasa/pmp_table_reader.cc',
81 '../fileapi/media/picasa/pmp_table_reader.h', 83 '../fileapi/media/picasa/pmp_table_reader.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'sources': [ 157 'sources': [
156 '../fileapi/dump_file_system.cc', 158 '../fileapi/dump_file_system.cc',
157 ], 159 ],
158 'dependencies': [ 160 'dependencies': [
159 '../../base/base.gyp:base', 161 '../../base/base.gyp:base',
160 '../support/webkit_support.gyp:webkit_storage', 162 '../support/webkit_support.gyp:webkit_storage',
161 ], 163 ],
162 }, 164 },
163 ], 165 ],
164 } 166 }
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