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

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

Issue 14294005: Add a tool to dump HTML5 filesystem from CUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 '../chromeos/fileapi/remote_file_stream_writer.h', 141 '../chromeos/fileapi/remote_file_stream_writer.h',
142 ], 142 ],
143 'webkit_fileapi_media_sources': [ 143 'webkit_fileapi_media_sources': [
144 '../fileapi/media/device_media_async_file_util.cc', 144 '../fileapi/media/device_media_async_file_util.cc',
145 '../fileapi/media/device_media_async_file_util.h', 145 '../fileapi/media/device_media_async_file_util.h',
146 '../fileapi/media/mtp_device_async_delegate.h', 146 '../fileapi/media/mtp_device_async_delegate.h',
147 '../fileapi/media/mtp_device_map_service.cc', 147 '../fileapi/media/mtp_device_map_service.cc',
148 '../fileapi/media/mtp_device_map_service.h', 148 '../fileapi/media/mtp_device_map_service.h',
149 ], 149 ],
150 }, 150 },
151 'targets': [
152 {
153 'target_name': 'dump_file_system',
154 'type': 'executable',
155 'sources': [
156 'dump_file_system.cc',
157 ],
158 'dependencies': [
159 '../../content/content.gyp:content_common',
160 ],
161 },
162 ],
151 } 163 }
OLDNEW
« webkit/fileapi/dump_file_system.cc ('K') | « webkit/fileapi/dump_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698