Index: third_party/sqlite/README.chromium |
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium |
index dd729b80e45608e15d50e575a9572244cbf6ecdc..d53d8ba2c653b70aee20c36e68ae83fa138d7a84 100644 |
--- a/third_party/sqlite/README.chromium |
+++ b/third_party/sqlite/README.chromium |
@@ -70,6 +70,7 @@ attach-integer.patch |
webdb.patch |
test.patch |
mac_time_machine.patch |
+system-sqlite.patch |
So, e.g. you could do this to apply all our patches to vanilla SQLite: |
@@ -83,6 +84,7 @@ patch -p0 < ../sqlite/icu-shell.patch |
patch -p0 < ../sqlite/webdb.patch |
patch -p0 < ../sqlite/test.patch |
patch -p0 < ../sqlite/mac_time_machine.patch |
+patch -p0 < ../sqlite/system-sqlite.patch |
This will only be the case if all changes we make also update the corresponding |
patch files. Therefore please remember to do that whenever you make a change! |