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

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

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 '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',
11 '../fileapi/directory_entry.h',
12 '../fileapi/external_mount_points.cc', 11 '../fileapi/external_mount_points.cc',
13 '../fileapi/external_mount_points.h', 12 '../fileapi/external_mount_points.h',
14 '../fileapi/file_observers.h', 13 '../fileapi/file_observers.h',
15 '../fileapi/file_permission_policy.cc', 14 '../fileapi/file_permission_policy.cc',
16 '../fileapi/file_permission_policy.h', 15 '../fileapi/file_permission_policy.h',
17 '../fileapi/file_stream_writer.h', 16 '../fileapi/file_stream_writer.h',
18 '../fileapi/file_system_context.cc', 17 '../fileapi/file_system_context.cc',
19 '../fileapi/file_system_context.h', 18 '../fileapi/file_system_context.h',
20 '../fileapi/file_system_file_stream_reader.cc', 19 '../fileapi/file_system_file_stream_reader.cc',
21 '../fileapi/file_system_file_stream_reader.h', 20 '../fileapi/file_system_file_stream_reader.h',
22 '../fileapi/file_system_operation.h', 21 '../fileapi/file_system_operation.h',
23 '../fileapi/file_system_operation_context.cc', 22 '../fileapi/file_system_operation_context.cc',
24 '../fileapi/file_system_operation_context.h', 23 '../fileapi/file_system_operation_context.h',
25 '../fileapi/file_system_options.cc', 24 '../fileapi/file_system_options.cc',
26 '../fileapi/file_system_options.h', 25 '../fileapi/file_system_options.h',
27 '../fileapi/file_system_task_runners.cc', 26 '../fileapi/file_system_task_runners.cc',
28 '../fileapi/file_system_task_runners.h', 27 '../fileapi/file_system_task_runners.h',
29 '../fileapi/file_system_types.h',
30 '../fileapi/file_system_url.cc',
31 '../fileapi/file_system_url.h',
32 '../fileapi/file_system_util.cc',
33 '../fileapi/file_system_util.h',
34 '../fileapi/file_writer_delegate.cc', 28 '../fileapi/file_writer_delegate.cc',
35 '../fileapi/file_writer_delegate.h', 29 '../fileapi/file_writer_delegate.h',
36 '../fileapi/isolated_context.cc', 30 '../fileapi/isolated_context.cc',
37 '../fileapi/isolated_context.h', 31 '../fileapi/isolated_context.h',
38 '../fileapi/isolated_mount_point_provider.cc', 32 '../fileapi/isolated_mount_point_provider.cc',
39 '../fileapi/isolated_mount_point_provider.h', 33 '../fileapi/isolated_mount_point_provider.h',
40 '../fileapi/local_file_stream_writer.cc', 34 '../fileapi/local_file_stream_writer.cc',
41 '../fileapi/local_file_stream_writer.h', 35 '../fileapi/local_file_stream_writer.h',
42 '../fileapi/local_file_system_operation.cc', 36 '../fileapi/local_file_system_operation.cc',
43 '../fileapi/local_file_system_operation.h', 37 '../fileapi/local_file_system_operation.h',
(...skipping 24 matching lines...) Expand all
68 '../fileapi/syncable/syncable_file_operation_runner.h', 62 '../fileapi/syncable/syncable_file_operation_runner.h',
69 '../fileapi/syncable/syncable_file_system_operation.cc', 63 '../fileapi/syncable/syncable_file_system_operation.cc',
70 '../fileapi/syncable/syncable_file_system_operation.h', 64 '../fileapi/syncable/syncable_file_system_operation.h',
71 '../fileapi/syncable/syncable_file_system_util.cc', 65 '../fileapi/syncable/syncable_file_system_util.cc',
72 '../fileapi/syncable/syncable_file_system_util.h', 66 '../fileapi/syncable/syncable_file_system_util.h',
73 '../fileapi/task_runner_bound_observer_list.h', 67 '../fileapi/task_runner_bound_observer_list.h',
74 '../fileapi/test_mount_point_provider.cc', 68 '../fileapi/test_mount_point_provider.cc',
75 '../fileapi/test_mount_point_provider.h', 69 '../fileapi/test_mount_point_provider.h',
76 '../fileapi/upload_file_system_file_element_reader.cc', 70 '../fileapi/upload_file_system_file_element_reader.cc',
77 '../fileapi/upload_file_system_file_element_reader.h', 71 '../fileapi/upload_file_system_file_element_reader.h',
78 '../fileapi/webfilewriter_base.cc',
79 '../fileapi/webfilewriter_base.h',
80 ], 72 ],
81 'webkit_fileapi_chromeos_sources': [ 73 'webkit_fileapi_chromeos_sources': [
82 '../chromeos/fileapi/async_file_stream.h', 74 '../chromeos/fileapi/async_file_stream.h',
83 '../chromeos/fileapi/cros_mount_point_provider.cc', 75 '../chromeos/fileapi/cros_mount_point_provider.cc',
84 '../chromeos/fileapi/cros_mount_point_provider.h', 76 '../chromeos/fileapi/cros_mount_point_provider.h',
85 '../chromeos/fileapi/file_access_permissions.cc', 77 '../chromeos/fileapi/file_access_permissions.cc',
86 '../chromeos/fileapi/file_access_permissions.h', 78 '../chromeos/fileapi/file_access_permissions.h',
87 '../chromeos/fileapi/file_util_async.h', 79 '../chromeos/fileapi/file_util_async.h',
88 '../chromeos/fileapi/remote_file_system_operation.cc', 80 '../chromeos/fileapi/remote_file_system_operation.cc',
89 '../chromeos/fileapi/remote_file_system_operation.h', 81 '../chromeos/fileapi/remote_file_system_operation.h',
90 '../chromeos/fileapi/remote_file_stream_writer.cc', 82 '../chromeos/fileapi/remote_file_stream_writer.cc',
91 '../chromeos/fileapi/remote_file_stream_writer.h', 83 '../chromeos/fileapi/remote_file_stream_writer.h',
92 ], 84 ],
93 }, 85 },
94 'targets': [ 86 'targets': [
95 { 87 {
96 'target_name': 'dump_file_system', 88 'target_name': 'dump_file_system',
97 'type': 'executable', 89 'type': 'executable',
98 'sources': [ 90 'sources': [
99 '../fileapi/dump_file_system.cc', 91 '../fileapi/dump_file_system.cc',
100 ], 92 ],
101 'dependencies': [ 93 'dependencies': [
102 '../../base/base.gyp:base', 94 '../../base/base.gyp:base',
103 '../support/webkit_support.gyp:webkit_storage', 95 '../support/webkit_support.gyp:webkit_storage',
104 ], 96 ],
105 }, 97 },
106 ], 98 ],
107 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698