summaryrefslogtreecommitdiffstats
path: root/sql/sql.gyp
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-22 22:02:18 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-22 22:02:18 +0000
commita7ec1294ceb761f5275ec9219fc85f7c30c95552 (patch)
tree3c7109bd2a770f2a2ef947b327bfcf3dda00518e /sql/sql.gyp
parentad635b110cbc859e863672a41f1e697d1a8d603d (diff)
downloadchromium_src-a7ec1294ceb761f5275ec9219fc85f7c30c95552.zip
chromium_src-a7ec1294ceb761f5275ec9219fc85f7c30c95552.tar.gz
chromium_src-a7ec1294ceb761f5275ec9219fc85f7c30c95552.tar.bz2
[sql] Serialize calls to sqlite3_initialize().
sqlite3_initialize() uses double-check locking, and is thus prone to data races. BUG=248101 Review URL: https://chromiumcodereview.appspot.com/19000007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r--sql/sql.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 4b16673..1ececce 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -13,6 +13,7 @@
'dependencies': [
'../base/base.gyp:base',
'../third_party/sqlite/sqlite.gyp:sqlite',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'export_dependent_settings': [
'../base/base.gyp:base',