Chromium Code Reviews| Index: third_party/sqlite/BUILD.gn |
| diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
| index 922136913b7d86d2531ceb4360c1c8166c1186a6..7f8328d062f33c451ac1490ad4484cfc9a3a85ad 100644 |
| --- a/third_party/sqlite/BUILD.gn |
| +++ b/third_party/sqlite/BUILD.gn |
| @@ -100,7 +100,7 @@ if (is_linux) { |
| if (is_ios) { |
| source_set("sqlite_regexp") { |
| - defines += [ |
| + defines = [ |
| # Necessary to statically compile the extension. |
| "SQLITE_CORE", |
| ] |