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

Unified Diff: third_party/sqlite/BUILD.gn

Issue 1748183004: [sqlite] Remove recover.c from amalgamation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzzzsql_ios_recover_review0
Patch Set: Created 4 years, 10 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/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 = []

Powered by Google App Engine
This is Rietveld 408576698