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

Side by Side Diff: webkit/storage_browser.gyp

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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
« no previous file with comments | « webkit/browser/storage_browser_export.h ('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
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 # GN version: //webkit/browser:storage
12 'target_name': 'storage',
13 'type': '<(component)',
14 'variables': { 'enable_wexit_time_destructors': 1, },
15 'dependencies': [
16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/base.gyp:base_i18n',
18 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
19 '<(DEPTH)/net/net.gyp:net',
20 '<(DEPTH)/sql/sql.gyp:sql',
21 '<(DEPTH)/storage/storage_common.gyp:storage_common',
22 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
23 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
24 '<(DEPTH)/url/url.gyp:url_lib',
25 ],
26 'defines': ['STORAGE_BROWSER_IMPLEMENTATION'],
27 'sources': [
28 'browser/blob/blob_data_handle.cc',
29 'browser/blob/blob_data_handle.h',
30 'browser/blob/blob_storage_context.cc',
31 'browser/blob/blob_storage_context.h',
32 'browser/blob/blob_url_request_job.cc',
33 'browser/blob/blob_url_request_job.h',
34 'browser/blob/blob_url_request_job_factory.cc',
35 'browser/blob/blob_url_request_job_factory.h',
36 'browser/blob/file_stream_reader.cc',
37 'browser/blob/file_stream_reader.h',
38 'browser/blob/local_file_stream_reader.cc',
39 'browser/blob/local_file_stream_reader.h',
40 'browser/blob/view_blob_internals_job.cc',
41 'browser/blob/view_blob_internals_job.h',
42 'browser/database/database_quota_client.cc',
43 'browser/database/database_quota_client.h',
44 'browser/database/database_tracker.cc',
45 'browser/database/database_tracker.h',
46 'browser/database/database_util.cc',
47 'browser/database/database_util.h',
48 'browser/database/databases_table.cc',
49 'browser/database/databases_table.h',
50 'browser/database/vfs_backend.cc',
51 'browser/database/vfs_backend.h',
52 'browser/fileapi/async_file_util.h',
53 'browser/fileapi/async_file_util_adapter.cc',
54 'browser/fileapi/async_file_util_adapter.h',
55 'browser/fileapi/copy_or_move_file_validator.h',
56 'browser/fileapi/copy_or_move_operation_delegate.cc',
57 'browser/fileapi/copy_or_move_operation_delegate.h',
58 'browser/fileapi/dragged_file_util.cc',
59 'browser/fileapi/dragged_file_util.h',
60 'browser/fileapi/external_mount_points.cc',
61 'browser/fileapi/external_mount_points.h',
62 'browser/fileapi/file_observers.h',
63 'browser/fileapi/file_permission_policy.h',
64 'browser/fileapi/file_stream_writer.h',
65 'browser/fileapi/file_system_backend.h',
66 'browser/fileapi/file_system_context.cc',
67 'browser/fileapi/file_system_context.h',
68 'browser/fileapi/file_system_dir_url_request_job.cc',
69 'browser/fileapi/file_system_dir_url_request_job.h',
70 'browser/fileapi/file_system_file_stream_reader.cc',
71 'browser/fileapi/file_system_file_stream_reader.h',
72 'browser/fileapi/file_system_file_util.cc',
73 'browser/fileapi/file_system_file_util.h',
74 'browser/fileapi/file_system_operation.h',
75 'browser/fileapi/file_system_operation_context.cc',
76 'browser/fileapi/file_system_operation_context.h',
77 'browser/fileapi/file_system_operation_impl.cc',
78 'browser/fileapi/file_system_operation_impl.h',
79 'browser/fileapi/file_system_operation_runner.cc',
80 'browser/fileapi/file_system_operation_runner.h',
81 'browser/fileapi/file_system_options.cc',
82 'browser/fileapi/file_system_options.h',
83 'browser/fileapi/file_system_quota_client.cc',
84 'browser/fileapi/file_system_quota_client.h',
85 'browser/fileapi/file_system_quota_util.h',
86 'browser/fileapi/file_system_url.cc',
87 'browser/fileapi/file_system_url.h',
88 'browser/fileapi/file_system_url_request_job.cc',
89 'browser/fileapi/file_system_url_request_job.h',
90 'browser/fileapi/file_system_url_request_job_factory.cc',
91 'browser/fileapi/file_system_url_request_job_factory.h',
92 'browser/fileapi/file_system_usage_cache.cc',
93 'browser/fileapi/file_system_usage_cache.h',
94 'browser/fileapi/file_writer_delegate.cc',
95 'browser/fileapi/file_writer_delegate.h',
96 'browser/fileapi/isolated_context.cc',
97 'browser/fileapi/isolated_context.h',
98 'browser/fileapi/isolated_file_system_backend.cc',
99 'browser/fileapi/isolated_file_system_backend.h',
100 'browser/fileapi/local_file_stream_writer.cc',
101 'browser/fileapi/local_file_stream_writer.h',
102 'browser/fileapi/local_file_util.cc',
103 'browser/fileapi/local_file_util.h',
104 'browser/fileapi/mount_points.cc',
105 'browser/fileapi/mount_points.h',
106 'browser/fileapi/native_file_util.cc',
107 'browser/fileapi/native_file_util.h',
108 'browser/fileapi/obfuscated_file_util.cc',
109 'browser/fileapi/obfuscated_file_util.h',
110 'browser/fileapi/open_file_system_mode.h',
111 'browser/fileapi/plugin_private_file_system_backend.cc',
112 'browser/fileapi/plugin_private_file_system_backend.h',
113 'browser/fileapi/quota/open_file_handle.cc',
114 'browser/fileapi/quota/open_file_handle.h',
115 'browser/fileapi/quota/open_file_handle_context.cc',
116 'browser/fileapi/quota/open_file_handle_context.h',
117 'browser/fileapi/quota/quota_backend_impl.cc',
118 'browser/fileapi/quota/quota_backend_impl.h',
119 'browser/fileapi/quota/quota_reservation.cc',
120 'browser/fileapi/quota/quota_reservation.h',
121 'browser/fileapi/quota/quota_reservation_buffer.cc',
122 'browser/fileapi/quota/quota_reservation_buffer.h',
123 'browser/fileapi/quota/quota_reservation_manager.cc',
124 'browser/fileapi/quota/quota_reservation_manager.h',
125 'browser/fileapi/recursive_operation_delegate.cc',
126 'browser/fileapi/recursive_operation_delegate.h',
127 'browser/fileapi/remove_operation_delegate.cc',
128 'browser/fileapi/remove_operation_delegate.h',
129 'browser/fileapi/sandbox_directory_database.cc',
130 'browser/fileapi/sandbox_directory_database.h',
131 'browser/fileapi/sandbox_file_stream_writer.cc',
132 'browser/fileapi/sandbox_file_stream_writer.h',
133 'browser/fileapi/sandbox_file_system_backend.cc',
134 'browser/fileapi/sandbox_file_system_backend.h',
135 'browser/fileapi/sandbox_file_system_backend_delegate.cc',
136 'browser/fileapi/sandbox_file_system_backend_delegate.h',
137 'browser/fileapi/sandbox_isolated_origin_database.cc',
138 'browser/fileapi/sandbox_isolated_origin_database.h',
139 'browser/fileapi/sandbox_origin_database.cc',
140 'browser/fileapi/sandbox_origin_database.h',
141 'browser/fileapi/sandbox_origin_database_interface.cc',
142 'browser/fileapi/sandbox_origin_database_interface.h',
143 'browser/fileapi/sandbox_prioritized_origin_database.cc',
144 'browser/fileapi/sandbox_prioritized_origin_database.h',
145 'browser/fileapi/sandbox_quota_observer.cc',
146 'browser/fileapi/sandbox_quota_observer.h',
147 'browser/fileapi/task_runner_bound_observer_list.h',
148 'browser/fileapi/timed_task_helper.cc',
149 'browser/fileapi/timed_task_helper.h',
150 'browser/fileapi/transient_file_util.cc',
151 'browser/fileapi/transient_file_util.h',
152 'browser/quota/quota_callbacks.h',
153 'browser/quota/quota_client.h',
154 'browser/quota/quota_database.cc',
155 'browser/quota/quota_database.h',
156 'browser/quota/quota_manager.cc',
157 'browser/quota/quota_manager.h',
158 'browser/quota/quota_manager_proxy.cc',
159 'browser/quota/quota_manager_proxy.h',
160 'browser/quota/quota_task.cc',
161 'browser/quota/quota_task.h',
162 'browser/quota/quota_temporary_storage_evictor.cc',
163 'browser/quota/quota_temporary_storage_evictor.h',
164 'browser/quota/special_storage_policy.cc',
165 'browser/quota/special_storage_policy.h',
166 'browser/quota/storage_monitor.cc',
167 'browser/quota/storage_monitor.h',
168 'browser/quota/storage_observer.cc',
169 'browser/quota/storage_observer.h',
170 'browser/quota/usage_tracker.cc',
171 'browser/quota/usage_tracker.h',
172 'browser/storage_browser_export.h',
173 ],
174 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
175 'msvs_disabled_warnings': [ 4267, ],
176
177 'conditions': [
178 ['chrome_multiple_dll!=1', {
179 'dependencies': [
180 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
181 ],
182 }],
183 ],
184 },
185 {
186 # GN version: //webkit/browser:dump_file_system
187 'target_name': 'dump_file_system',
188 'type': 'executable',
189 'sources': [
190 'browser/fileapi/dump_file_system.cc',
191 ],
192 'dependencies': [
193 '<(DEPTH)/base/base.gyp:base',
194 '<(DEPTH)/storage/storage_common.gyp:storage_common',
195 'storage',
196 ],
197 },
198 ],
199 }
OLDNEW
« no previous file with comments | « webkit/browser/storage_browser_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698