summaryrefslogtreecommitdiffstats
path: root/sql/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'sql/BUILD.gn')
-rw-r--r--sql/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 57f1b38..8d071a3 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -15,6 +15,8 @@ component("sql") {
"meta_table.h",
"recovery.cc",
"recovery.h",
+ "sql_memory_dump_provider.cc",
+ "sql_memory_dump_provider.h",
"statement.cc",
"statement.h",
"transaction.cc",
@@ -77,6 +79,7 @@ test("sql_unittests") {
"connection_unittest.cc",
"meta_table_unittest.cc",
"recovery_unittest.cc",
+ "sql_memory_dump_provider_unittest.cc",
"sqlite_features_unittest.cc",
"statement_unittest.cc",
"test/paths.cc",