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

Unified Diff: Source/modules/modules.gypi

Issue 133503002: Quota: Implement StorageQuotaClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index c5e1ee5b7a49ea7dac2cf2d791ed28a20440c8d3..8bd25bef30aca6014275ac9a213fc1175f7ebced 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -525,6 +525,8 @@
'quota/StorageQuota.cpp',
'quota/StorageQuota.h',
'quota/StorageQuotaCallback.h',
+ 'quota/StorageQuotaClient.cpp',
+ 'quota/StorageQuotaClient.h',
'quota/StorageUsageCallback.h',
'quota/WebStorageQuotaCallbacksImpl.cpp',
'quota/WebStorageQuotaCallbacksImpl.h',
« no previous file with comments | « no previous file | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698