summaryrefslogtreecommitdiffstats
path: root/sql/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'sql/BUILD.gn')
-rw-r--r--sql/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 58097b7..b79eca8 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -8,6 +8,8 @@ component("sql") {
sources = [
"connection.cc",
"connection.h",
+ "connection_memory_dump_provider.cc",
+ "connection_memory_dump_provider.h",
"error_delegate_util.cc",
"error_delegate_util.h",
"init_status.h",