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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'browser/fileapi/transient_file_util.cc', | 192 'browser/fileapi/transient_file_util.cc', |
193 'browser/fileapi/transient_file_util.h', | 193 'browser/fileapi/transient_file_util.h', |
194 'browser/fileapi/upload_file_system_file_element_reader.cc', | 194 'browser/fileapi/upload_file_system_file_element_reader.cc', |
195 'browser/fileapi/upload_file_system_file_element_reader.h', | 195 'browser/fileapi/upload_file_system_file_element_reader.h', |
196 'browser/quota/quota_callbacks.h', | 196 'browser/quota/quota_callbacks.h', |
197 'browser/quota/quota_client.h', | 197 'browser/quota/quota_client.h', |
198 'browser/quota/quota_database.cc', | 198 'browser/quota/quota_database.cc', |
199 'browser/quota/quota_database.h', | 199 'browser/quota/quota_database.h', |
200 'browser/quota/quota_manager.cc', | 200 'browser/quota/quota_manager.cc', |
201 'browser/quota/quota_manager.h', | 201 'browser/quota/quota_manager.h', |
| 202 'browser/quota/quota_manager_proxy.cc', |
| 203 'browser/quota/quota_manager_proxy.h', |
202 'browser/quota/quota_task.cc', | 204 'browser/quota/quota_task.cc', |
203 'browser/quota/quota_task.h', | 205 'browser/quota/quota_task.h', |
204 'browser/quota/quota_temporary_storage_evictor.cc', | 206 'browser/quota/quota_temporary_storage_evictor.cc', |
205 'browser/quota/quota_temporary_storage_evictor.h', | 207 'browser/quota/quota_temporary_storage_evictor.h', |
206 'browser/quota/special_storage_policy.cc', | 208 'browser/quota/special_storage_policy.cc', |
207 'browser/quota/special_storage_policy.h', | 209 'browser/quota/special_storage_policy.h', |
208 'browser/quota/usage_tracker.cc', | 210 'browser/quota/usage_tracker.cc', |
209 'browser/quota/usage_tracker.h', | 211 'browser/quota/usage_tracker.h', |
210 ], | 212 ], |
211 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 213 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
(...skipping 20 matching lines...) Expand all Loading... |
232 'browser/fileapi/dump_file_system.cc', | 234 'browser/fileapi/dump_file_system.cc', |
233 ], | 235 ], |
234 'dependencies': [ | 236 'dependencies': [ |
235 '<(DEPTH)/base/base.gyp:base', | 237 '<(DEPTH)/base/base.gyp:base', |
236 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 238 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
237 'webkit_storage_browser', | 239 'webkit_storage_browser', |
238 ], | 240 ], |
239 }, | 241 }, |
240 ], | 242 ], |
241 } | 243 } |
OLD | NEW |