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

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: uploaded the test results Created 5 years, 6 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 02bff649e6a4e61fe3065039d3d97844f1004a92..f5252f1e87bdbde0f595f446ff3fe6e6234d9f39 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -156,6 +156,7 @@
'quota/DeprecatedStorageQuota.idl',
'quota/StorageErrorCallback.idl',
'quota/StorageInfo.idl',
+ 'quota/StorageManager.idl',
'quota/StorageQuota.idl',
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
@@ -1100,12 +1101,16 @@
'quota/DeprecatedStorageQuota.h',
'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
'quota/DeprecatedStorageQuotaCallbacksImpl.h',
+ 'quota/DurableStorageController.cpp',
+ 'quota/DurableStorageController.h',
'quota/NavigatorStorageQuota.cpp',
'quota/NavigatorStorageQuota.h',
'quota/StorageErrorCallback.cpp',
'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