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

Side by Side Diff: webkit/storage_browser.gyp

Issue 218793002: Provide monitoring of usage for a storage type and origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 6 years, 8 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/quota/usage_tracker_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 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'browser/quota/quota_manager.cc', 198 'browser/quota/quota_manager.cc',
199 'browser/quota/quota_manager.h', 199 'browser/quota/quota_manager.h',
200 'browser/quota/quota_manager_proxy.cc', 200 'browser/quota/quota_manager_proxy.cc',
201 'browser/quota/quota_manager_proxy.h', 201 'browser/quota/quota_manager_proxy.h',
202 'browser/quota/quota_task.cc', 202 'browser/quota/quota_task.cc',
203 'browser/quota/quota_task.h', 203 'browser/quota/quota_task.h',
204 'browser/quota/quota_temporary_storage_evictor.cc', 204 'browser/quota/quota_temporary_storage_evictor.cc',
205 'browser/quota/quota_temporary_storage_evictor.h', 205 'browser/quota/quota_temporary_storage_evictor.h',
206 'browser/quota/special_storage_policy.cc', 206 'browser/quota/special_storage_policy.cc',
207 'browser/quota/special_storage_policy.h', 207 'browser/quota/special_storage_policy.h',
208 'browser/quota/storage_monitor.cc',
209 'browser/quota/storage_monitor.h',
210 'browser/quota/storage_observer.cc',
211 'browser/quota/storage_observer.h',
208 'browser/quota/usage_tracker.cc', 212 'browser/quota/usage_tracker.cc',
209 'browser/quota/usage_tracker.h', 213 'browser/quota/usage_tracker.h',
210 ], 214 ],
211 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 215 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
212 'msvs_disabled_warnings': [ 4267, ], 216 'msvs_disabled_warnings': [ 4267, ],
213 217
214 'conditions': [ 218 'conditions': [
215 ['chrome_multiple_dll!=1', { 219 ['chrome_multiple_dll!=1', {
216 'dependencies': [ 220 'dependencies': [
217 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 221 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
(...skipping 14 matching lines...) Expand all
232 'browser/fileapi/dump_file_system.cc', 236 'browser/fileapi/dump_file_system.cc',
233 ], 237 ],
234 'dependencies': [ 238 'dependencies': [
235 '<(DEPTH)/base/base.gyp:base', 239 '<(DEPTH)/base/base.gyp:base',
236 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 240 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
237 'webkit_storage_browser', 241 'webkit_storage_browser',
238 ], 242 ],
239 }, 243 },
240 ], 244 ],
241 } 245 }
OLDNEW
« no previous file with comments | « webkit/browser/quota/usage_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698