| 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',
|
|
|