Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: sql/sql.gyp

Issue 19000007: [sql] Serialize calls to sqlite3_initialize(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/connection.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 944defd6bc932fd994aca347f6a1c8727278aa7d..a6cc09f4cdd16e14a07dcf64a44fee22c2817955 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',
Alexander Potapenko 2013/07/12 12:35:44 Why do you need a dependency on the dynamic annota
Scott Hess - ex-Googler 2013/07/12 17:29:26 It's necessary for the lazy initializer. I think,
],
'export_dependent_settings': [
'../base/base.gyp:base',
« no previous file with comments | « sql/connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698