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', |