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

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

Issue 15371005: Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi (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
« no previous file with comments | « webkit/fileapi/upload_file_system_file_element_reader_unittest.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',
11 '../fileapi/directory_entry.h', 11 '../fileapi/directory_entry.h',
12 '../fileapi/external_mount_points.cc', 12 '../fileapi/external_mount_points.cc',
13 '../fileapi/external_mount_points.h', 13 '../fileapi/external_mount_points.h',
14 '../fileapi/file_observers.h', 14 '../fileapi/file_observers.h',
15 '../fileapi/file_permission_policy.cc', 15 '../fileapi/file_permission_policy.cc',
16 '../fileapi/file_permission_policy.h', 16 '../fileapi/file_permission_policy.h',
17 '../fileapi/file_stream_writer.h', 17 '../fileapi/file_stream_writer.h',
18 '../fileapi/file_system_context.cc', 18 '../fileapi/file_system_context.cc',
19 '../fileapi/file_system_context.h', 19 '../fileapi/file_system_context.h',
20 '../fileapi/file_system_file_stream_reader.cc', 20 '../fileapi/file_system_file_stream_reader.cc',
21 '../fileapi/file_system_file_stream_reader.h', 21 '../fileapi/file_system_file_stream_reader.h',
22 '../fileapi/file_system_file_util.cc',
23 '../fileapi/file_system_file_util.h',
24 '../fileapi/file_system_operation.h', 22 '../fileapi/file_system_operation.h',
25 '../fileapi/file_system_operation_context.cc', 23 '../fileapi/file_system_operation_context.cc',
26 '../fileapi/file_system_operation_context.h', 24 '../fileapi/file_system_operation_context.h',
27 '../fileapi/file_system_options.cc', 25 '../fileapi/file_system_options.cc',
28 '../fileapi/file_system_options.h', 26 '../fileapi/file_system_options.h',
29 '../fileapi/file_system_task_runners.cc', 27 '../fileapi/file_system_task_runners.cc',
30 '../fileapi/file_system_task_runners.h', 28 '../fileapi/file_system_task_runners.h',
31 '../fileapi/file_system_types.h', 29 '../fileapi/file_system_types.h',
32 '../fileapi/file_system_url.cc', 30 '../fileapi/file_system_url.cc',
33 '../fileapi/file_system_url.h', 31 '../fileapi/file_system_url.h',
34 '../fileapi/file_system_util.cc', 32 '../fileapi/file_system_util.cc',
35 '../fileapi/file_system_util.h', 33 '../fileapi/file_system_util.h',
36 '../fileapi/file_writer_delegate.cc', 34 '../fileapi/file_writer_delegate.cc',
37 '../fileapi/file_writer_delegate.h', 35 '../fileapi/file_writer_delegate.h',
38 '../fileapi/isolated_context.cc', 36 '../fileapi/isolated_context.cc',
39 '../fileapi/isolated_context.h', 37 '../fileapi/isolated_context.h',
40 '../fileapi/isolated_file_util.cc',
41 '../fileapi/isolated_file_util.h',
42 '../fileapi/isolated_mount_point_provider.cc', 38 '../fileapi/isolated_mount_point_provider.cc',
43 '../fileapi/isolated_mount_point_provider.h', 39 '../fileapi/isolated_mount_point_provider.h',
44 '../fileapi/local_file_stream_writer.cc', 40 '../fileapi/local_file_stream_writer.cc',
45 '../fileapi/local_file_stream_writer.h', 41 '../fileapi/local_file_stream_writer.h',
46 '../fileapi/local_file_system_operation.cc', 42 '../fileapi/local_file_system_operation.cc',
47 '../fileapi/local_file_system_operation.h', 43 '../fileapi/local_file_system_operation.h',
48 '../fileapi/local_file_util.cc',
49 '../fileapi/local_file_util.h',
50 '../fileapi/mount_points.cc', 44 '../fileapi/mount_points.cc',
51 '../fileapi/mount_points.h', 45 '../fileapi/mount_points.h',
52 '../fileapi/native_file_util.cc',
53 '../fileapi/native_file_util.h',
54 '../fileapi/remote_file_system_proxy.h', 46 '../fileapi/remote_file_system_proxy.h',
55 '../fileapi/remove_operation_delegate.cc', 47 '../fileapi/remove_operation_delegate.cc',
56 '../fileapi/remove_operation_delegate.h', 48 '../fileapi/remove_operation_delegate.h',
57 '../fileapi/syncable/file_change.cc', 49 '../fileapi/syncable/file_change.cc',
58 '../fileapi/syncable/file_change.h', 50 '../fileapi/syncable/file_change.h',
59 '../fileapi/syncable/local_file_change_tracker.cc', 51 '../fileapi/syncable/local_file_change_tracker.cc',
60 '../fileapi/syncable/local_file_change_tracker.h', 52 '../fileapi/syncable/local_file_change_tracker.h',
61 '../fileapi/syncable/local_file_sync_context.cc', 53 '../fileapi/syncable/local_file_sync_context.cc',
62 '../fileapi/syncable/local_file_sync_context.h', 54 '../fileapi/syncable/local_file_sync_context.h',
63 '../fileapi/syncable/local_file_sync_status.cc', 55 '../fileapi/syncable/local_file_sync_status.cc',
(...skipping 10 matching lines...) Expand all
74 '../fileapi/syncable/sync_status_code.h', 66 '../fileapi/syncable/sync_status_code.h',
75 '../fileapi/syncable/syncable_file_operation_runner.cc', 67 '../fileapi/syncable/syncable_file_operation_runner.cc',
76 '../fileapi/syncable/syncable_file_operation_runner.h', 68 '../fileapi/syncable/syncable_file_operation_runner.h',
77 '../fileapi/syncable/syncable_file_system_operation.cc', 69 '../fileapi/syncable/syncable_file_system_operation.cc',
78 '../fileapi/syncable/syncable_file_system_operation.h', 70 '../fileapi/syncable/syncable_file_system_operation.h',
79 '../fileapi/syncable/syncable_file_system_util.cc', 71 '../fileapi/syncable/syncable_file_system_util.cc',
80 '../fileapi/syncable/syncable_file_system_util.h', 72 '../fileapi/syncable/syncable_file_system_util.h',
81 '../fileapi/task_runner_bound_observer_list.h', 73 '../fileapi/task_runner_bound_observer_list.h',
82 '../fileapi/test_mount_point_provider.cc', 74 '../fileapi/test_mount_point_provider.cc',
83 '../fileapi/test_mount_point_provider.h', 75 '../fileapi/test_mount_point_provider.h',
84 '../fileapi/transient_file_util.cc',
85 '../fileapi/transient_file_util.h',
86 '../fileapi/upload_file_system_file_element_reader.cc', 76 '../fileapi/upload_file_system_file_element_reader.cc',
87 '../fileapi/upload_file_system_file_element_reader.h', 77 '../fileapi/upload_file_system_file_element_reader.h',
88 '../fileapi/webfilewriter_base.cc', 78 '../fileapi/webfilewriter_base.cc',
89 '../fileapi/webfilewriter_base.h', 79 '../fileapi/webfilewriter_base.h',
90 ], 80 ],
91 'webkit_fileapi_chromeos_sources': [ 81 'webkit_fileapi_chromeos_sources': [
92 '../chromeos/fileapi/async_file_stream.h', 82 '../chromeos/fileapi/async_file_stream.h',
93 '../chromeos/fileapi/cros_mount_point_provider.cc', 83 '../chromeos/fileapi/cros_mount_point_provider.cc',
94 '../chromeos/fileapi/cros_mount_point_provider.h', 84 '../chromeos/fileapi/cros_mount_point_provider.h',
95 '../chromeos/fileapi/file_access_permissions.cc', 85 '../chromeos/fileapi/file_access_permissions.cc',
(...skipping 12 matching lines...) Expand all
108 'sources': [ 98 'sources': [
109 '../fileapi/dump_file_system.cc', 99 '../fileapi/dump_file_system.cc',
110 ], 100 ],
111 'dependencies': [ 101 'dependencies': [
112 '../../base/base.gyp:base', 102 '../../base/base.gyp:base',
113 '../support/webkit_support.gyp:webkit_storage', 103 '../support/webkit_support.gyp:webkit_storage',
114 ], 104 ],
115 }, 105 },
116 ], 106 ],
117 } 107 }
OLDNEW
« no previous file with comments | « webkit/fileapi/upload_file_system_file_element_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698