summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 18:29:10 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 18:29:10 +0000
commit46530d9e8bb9c5d96fc31c979678fe3b63320824 (patch)
tree28f7b4f4e12576ecb6d41230f174772a4274fa77 /ui
parent62ec7b89dc355e78db24896cacd001ba195537f2 (diff)
downloadchromium_src-46530d9e8bb9c5d96fc31c979678fe3b63320824.zip
chromium_src-46530d9e8bb9c5d96fc31c979678fe3b63320824.tar.gz
chromium_src-46530d9e8bb9c5d96fc31c979678fe3b63320824.tar.bz2
Fix views_examples/chrome and other targets that depend on the 'gl' component in component build..
TBR=darin@chromium.org BUG=none TEST=views_examples/chrome runs with component build Review URL: http://codereview.chromium.org/7831024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/gl/gl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/gl/gl.gyp b/ui/gfx/gl/gl.gyp
index af328fe..65b949e 100644
--- a/ui/gfx/gl/gl.gyp
+++ b/ui/gfx/gl/gl.gyp
@@ -13,6 +13,7 @@
'type': '<(component)',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/ui/ui.gyp:ui',
],