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

Unified Diff: ui/ui_unittests.gypi

Issue 8391006: aura: Set up the mock compositor to get gfx_unittests green on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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
« ui/gfx/test_suite.cc ('K') | « ui/gfx/test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« ui/gfx/test_suite.cc ('K') | « ui/gfx/test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698