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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/quota/usage_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_browser.gyp
diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
index 76cb84f427fd878c57f480e0a7d12ec5ffe8ed13..93635bf6aadb08dcbd2b81941fc00763bbd30152 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -205,6 +205,10 @@
'browser/quota/quota_temporary_storage_evictor.h',
'browser/quota/special_storage_policy.cc',
'browser/quota/special_storage_policy.h',
+ 'browser/quota/storage_monitor.cc',
+ 'browser/quota/storage_monitor.h',
+ 'browser/quota/storage_observer.cc',
+ 'browser/quota/storage_observer.h',
'browser/quota/usage_tracker.cc',
'browser/quota/usage_tracker.h',
],
« 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