Index: ui/ui_unittests.gypi |
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi |
index a550de25bdd11f70e244ce777e056b1d46fb1afb..91b9dfa84c57d34c783796faad13eea81d227fa4 100644 |
--- a/ui/ui_unittests.gypi |
+++ b/ui/ui_unittests.gypi |
@@ -180,6 +180,8 @@ |
['use_aura==1', { |
'dependencies': [ |
'aura/aura.gyp:aura', |
+ 'gfx/compositor/compositor.gyp:compositor', |
jonathan.backer
2011/10/25 20:13:53
It's only necessary to pull in compositor if you'r
sadrul
2011/10/25 20:28:42
That's what I thought too, but without this, I get
|
+ 'gfx/compositor/compositor.gyp:compositor_test_support', |
], |
}], |
], |