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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . 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
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 073a3b609bb88c3e435108facb4fdf6b41f46cd2..e5c9e51cca34b8e48fc208abdbedc666796a6850 100644
--- a/third_party/WebKit/Source/modules/webdatabase/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webdatabase/BUILD.gn
@@ -46,14 +46,18 @@ blink_modules_sources("webdatabase") {
"SQLStatement.h",
"SQLStatementBackend.cpp",
"SQLStatementBackend.h",
+ "SQLStatementCallback.h",
+ "SQLStatementErrorCallback.h",
"SQLTransaction.cpp",
"SQLTransaction.h",
"SQLTransactionBackend.cpp",
"SQLTransactionBackend.h",
+ "SQLTransactionCallback.h",
"SQLTransactionClient.cpp",
"SQLTransactionClient.h",
"SQLTransactionCoordinator.cpp",
"SQLTransactionCoordinator.h",
+ "SQLTransactionErrorCallback.h",
"SQLTransactionState.h",
"SQLTransactionStateMachine.cpp",
"SQLTransactionStateMachine.h",
« no previous file with comments | « third_party/WebKit/Source/modules/storage/BUILD.gn ('k') | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698