rlz: Add a dependency on dynamic_annotations
There's a bug where libraries using singleton or lazyinstance need to explicitly
depend on this for the components build to work. For normal builds, it should
be a no-op.
Patch from Ryan Sleevi <rsleevi@chromium.org>
BUG=none
TEST='win' trybots compile again
TBR=rogerta
Review URL: https://codereview.appspot.com/5940048
git-svn-id: http://rlz.googlecode.com/svn/trunk@121 10bc0f33-e4bf-9a86-80cf-af638054f0c4
diff --git a/rlz.gyp b/rlz.gyp
index 847060b..ad0daf6 100644
--- a/rlz.gyp
+++ b/rlz.gyp
@@ -29,6 +29,7 @@
'include_dirs': [],
'dependencies': [
'../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'sources': [
'lib/assert.cc',