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

Unified Diff: webkit/storage_browser.gyp

Issue 136573007: Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 6 years, 11 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/quota_manager_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 c474c5605bee13294035d584722ecd8653c90b7e..e299dc9c3be774e190cb5d854a6ea1cb2e521ea4 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -199,6 +199,8 @@
'browser/quota/quota_database.h',
'browser/quota/quota_manager.cc',
'browser/quota/quota_manager.h',
+ 'browser/quota/quota_manager_proxy.cc',
+ 'browser/quota/quota_manager_proxy.h',
'browser/quota/quota_task.cc',
'browser/quota/quota_task.h',
'browser/quota/quota_temporary_storage_evictor.cc',
« no previous file with comments | « webkit/browser/quota/quota_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698