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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698