Description[sqlite] Remove WebDatabase externs and depend on what you use.
WebDatabase used an extern "C" section to declare the monkey-patching
symbols it uses from our patched SQLite VFS code. Switch to the items
exported from sqlite3.h.
Additionally, various modules were satisfying an implicit dependency on
icu via SQLite's static library (SQLite needs it for the REGEXP override
in sqlite/src/ext/icu/icu.c). Change the modules depending on the
sqlite library to also depend on icu, so that sqlite can work with
component build.
BUG=489444
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201093
Patch Set 1 #Patch Set 2 : Doc the #define #
Messages
Total messages: 15 (5 generated)
|