summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-28 16:50:07 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-28 15:53:49 +0000
commit532f1de0471285729c3fbf8936f3b1a4db667fb5 (patch)
tree1db2a90143cf8351ce9a27876dac1ea5ae4aebbc
parent18e8433a4639a1c3f54e7f3c1218e1dee3796e9c (diff)
downloadqtwebengine-chromium-532f1de0471285729c3fbf8936f3b1a4db667fb5.tar.gz
FIXUP: [Backport] Update sqlite
Don't use is_fuchsia Change-Id: I12e8b64ff12657fa3dd87060953cf5ac88e52852 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-rw-r--r--chromium/third_party/sqlite/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/sqlite/BUILD.gn b/chromium/third_party/sqlite/BUILD.gn
index 8d828a96d6e..5e736be9214 100644
--- a/chromium/third_party/sqlite/BUILD.gn
+++ b/chromium/third_party/sqlite/BUILD.gn
@@ -273,7 +273,7 @@ component("chromium_sqlite3") {
]
}
- if (is_posix || is_fuchsia) {
+ if (is_posix) {
defines += [
# Allow xSleep() call on Unix to use usleep() rather than sleep(), so it
# will have microsecond precision. Should only affect contended