Index: third_party/WebKit/Source/modules/webdatabase/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/webdatabase/BUILD.gn b/third_party/WebKit/Source/modules/webdatabase/BUILD.gn |
index c2d3d6c9cccbc95d0c94dd6c0a07faefd23a79d0..073a3b609bb88c3e435108facb4fdf6b41f46cd2 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/webdatabase/BUILD.gn |
@@ -39,7 +39,9 @@ blink_modules_sources("webdatabase") { |
"SQLError.cpp", |
"SQLError.h", |
"SQLResultSet.cpp", |
+ "SQLResultSet.h", |
"SQLResultSetRowList.cpp", |
+ "SQLResultSetRowList.h", |
"SQLStatement.cpp", |
"SQLStatement.h", |
"SQLStatementBackend.cpp", |
@@ -58,6 +60,7 @@ blink_modules_sources("webdatabase") { |
"StorageLog.h", |
"sqlite/SQLLog.h", |
"sqlite/SQLValue.cpp", |
+ "sqlite/SQLValue.h", |
"sqlite/SQLiteAuthorizer.cpp", |
"sqlite/SQLiteDatabase.cpp", |
"sqlite/SQLiteDatabase.h", |