| Index: Source/modules/modules.gypi
 | 
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
 | 
| index c4a5f088037174f938e5ba94afb4354355caf899..5db7bdcdd9ee96b2ad8d27999ecaa36abae2d842 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',
 | 
| @@ -1258,6 +1259,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',
 | 
| 
 |