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

Unified Diff: Source/modules/modules.gypi

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update comment Created 5 years, 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index f6d0f77b38ad9faf0c644ddd055fe3e3cc120a2a..cc8f28305f874344b602d459ae3e7878d5d863db 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -164,6 +164,7 @@
'quota/DeprecatedStorageQuota.idl',
'quota/StorageErrorCallback.idl',
'quota/StorageInfo.idl',
+ 'quota/StorageManager.idl',
'quota/StorageQuota.idl',
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
@@ -1247,6 +1248,8 @@
'quota/StorageErrorCallback.h',
'quota/StorageInfo.cpp',
'quota/StorageInfo.h',
+ 'quota/StorageManager.cpp',
+ 'quota/StorageManager.h',
'quota/StorageQuota.cpp',
'quota/StorageQuota.h',
'quota/StorageQuotaCallback.h',

Powered by Google App Engine
This is Rietveld 408576698