OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'webkit_storage_browser', | 8 'target_name': 'webkit_storage_browser', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'browser/fileapi/mount_points.h', | 147 'browser/fileapi/mount_points.h', |
148 'browser/fileapi/native_file_util.cc', | 148 'browser/fileapi/native_file_util.cc', |
149 'browser/fileapi/native_file_util.h', | 149 'browser/fileapi/native_file_util.h', |
150 'browser/fileapi/obfuscated_file_util.cc', | 150 'browser/fileapi/obfuscated_file_util.cc', |
151 'browser/fileapi/obfuscated_file_util.h', | 151 'browser/fileapi/obfuscated_file_util.h', |
152 'browser/fileapi/open_file_system_mode.h', | 152 'browser/fileapi/open_file_system_mode.h', |
153 'browser/fileapi/recursive_operation_delegate.cc', | 153 'browser/fileapi/recursive_operation_delegate.cc', |
154 'browser/fileapi/recursive_operation_delegate.h', | 154 'browser/fileapi/recursive_operation_delegate.h', |
155 'browser/fileapi/remove_operation_delegate.cc', | 155 'browser/fileapi/remove_operation_delegate.cc', |
156 'browser/fileapi/remove_operation_delegate.h', | 156 'browser/fileapi/remove_operation_delegate.h', |
157 'browser/fileapi/sandbox_context.cc', | |
158 'browser/fileapi/sandbox_context.h', | |
159 'browser/fileapi/sandbox_directory_database.cc', | 157 'browser/fileapi/sandbox_directory_database.cc', |
160 'browser/fileapi/sandbox_directory_database.h', | 158 'browser/fileapi/sandbox_directory_database.h', |
161 'browser/fileapi/sandbox_file_stream_writer.cc', | 159 'browser/fileapi/sandbox_file_stream_writer.cc', |
162 'browser/fileapi/sandbox_file_stream_writer.h', | 160 'browser/fileapi/sandbox_file_stream_writer.h', |
163 'browser/fileapi/sandbox_file_system_backend.cc', | 161 'browser/fileapi/sandbox_file_system_backend.cc', |
164 'browser/fileapi/sandbox_file_system_backend.h', | 162 'browser/fileapi/sandbox_file_system_backend.h', |
| 163 'browser/fileapi/sandbox_file_system_backend_delegate.cc', |
| 164 'browser/fileapi/sandbox_file_system_backend_delegate.h', |
165 'browser/fileapi/sandbox_isolated_origin_database.cc', | 165 'browser/fileapi/sandbox_isolated_origin_database.cc', |
166 'browser/fileapi/sandbox_isolated_origin_database.h', | 166 'browser/fileapi/sandbox_isolated_origin_database.h', |
167 'browser/fileapi/sandbox_origin_database.cc', | 167 'browser/fileapi/sandbox_origin_database.cc', |
168 'browser/fileapi/sandbox_origin_database.h', | 168 'browser/fileapi/sandbox_origin_database.h', |
169 'browser/fileapi/sandbox_origin_database_interface.cc', | 169 'browser/fileapi/sandbox_origin_database_interface.cc', |
170 'browser/fileapi/sandbox_origin_database_interface.h', | 170 'browser/fileapi/sandbox_origin_database_interface.h', |
171 'browser/fileapi/sandbox_quota_observer.cc', | 171 'browser/fileapi/sandbox_quota_observer.cc', |
172 'browser/fileapi/sandbox_quota_observer.h', | 172 'browser/fileapi/sandbox_quota_observer.h', |
173 'browser/fileapi/task_runner_bound_observer_list.h', | 173 'browser/fileapi/task_runner_bound_observer_list.h', |
174 'browser/fileapi/test_file_system_backend.cc', | 174 'browser/fileapi/test_file_system_backend.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'browser/fileapi/dump_file_system.cc', | 212 'browser/fileapi/dump_file_system.cc', |
213 ], | 213 ], |
214 'dependencies': [ | 214 'dependencies': [ |
215 '<(DEPTH)/base/base.gyp:base', | 215 '<(DEPTH)/base/base.gyp:base', |
216 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 216 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
217 'webkit_storage_browser', | 217 'webkit_storage_browser', |
218 ], | 218 ], |
219 }, | 219 }, |
220 ], | 220 ], |
221 } | 221 } |
OLD | NEW |