| Index: Source/modules/modules.gypi | 
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi | 
| index ee6b69802e4e6969b2bddba8c5dc80da2aacb4ac..2eeec6eb2e51183780cf60fbcdcb99283770f5ae 100644 | 
| --- a/Source/modules/modules.gypi | 
| +++ b/Source/modules/modules.gypi | 
| @@ -709,6 +709,18 @@ | 
| 'webdatabase/SQLTransactionSyncCallback.h', | 
| 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', | 
| 'webdatabase/WorkerGlobalScopeWebDatabase.h', | 
| +      'webdatabase/sqlite/SQLValue.cpp', | 
| +      'webdatabase/sqlite/SQLiteAuthorizer.cpp', | 
| +      'webdatabase/sqlite/SQLiteDatabase.cpp', | 
| +      'webdatabase/sqlite/SQLiteDatabase.h', | 
| +      'webdatabase/sqlite/SQLiteFileSystem.cpp', | 
| +      'webdatabase/sqlite/SQLiteFileSystem.h', | 
| +      'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 
| +      'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 
| +      'webdatabase/sqlite/SQLiteStatement.cpp', | 
| +      'webdatabase/sqlite/SQLiteStatement.h', | 
| +      'webdatabase/sqlite/SQLiteTransaction.cpp', | 
| +      'webdatabase/sqlite/SQLiteTransaction.h', | 
| 'webmidi/MIDIAccess.cpp', | 
| 'webmidi/MIDIAccess.h', | 
| 'webmidi/MIDIAccessPromise.cpp', | 
|  |