Chromium Code Reviews| Index: third_party/sqlite/BUILD.gn |
| diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
| index 3030ddb26d5888c343bd2f4a842cc78cf88a8bf3..8400837db8c2d34243e75288573eb8b5f5a81ac4 100644 |
| --- a/third_party/sqlite/BUILD.gn |
| +++ b/third_party/sqlite/BUILD.gn |
| @@ -39,6 +39,9 @@ if (!use_system_sqlite) { |
| "amalgamation/config.h", |
| "amalgamation/sqlite3.c", |
| "amalgamation/sqlite3.h", |
| + "src/src/recover.c", |
| + "src/src/recover.h", |
| + "src/src/recover_varint.c", |
| ] |
| cflags = [] |