Chromium Code Reviews| Index: sql/BUILD.gn |
| diff --git a/sql/BUILD.gn b/sql/BUILD.gn |
| index 58097b7a63d42088ebfdb54784d3642e6acac620..b79eca878741fb396d74512b45c4ed5e95d3a1eb 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", |