Index: third_party/sqlite/BUILD.gn |
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
index 62efc0a2a8479b28286d2fff5b4697570a872d00..686863b1b38463a98caa2c275cc1016f42c0b765 100644 |
--- a/third_party/sqlite/BUILD.gn |
+++ b/third_party/sqlite/BUILD.gn |
@@ -8,8 +8,8 @@ config("sqlite_config") { |
source_set("sqlite") { |
sources = [ |
- "amalgamation/sqlite3.h", |
"amalgamation/sqlite3.c", |
+ "amalgamation/sqlite3.h", |
# fts2.c currently has a lot of conflicts when added to |
# the amalgamation. It is probably not worth fixing that. |