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

Unified Diff: ui/gfx/compositor/compositor.gyp

Issue 8873038: Allow compositor_unittests to compile on posix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index f5c6f358007e6f17f3e23bc0204c481a3b828806..4418928622b750998df66a9d7ddce6119601521e 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -202,7 +202,7 @@
'conditions': [
# We allow on platforms without a compositor (such as OS_WIN).
# They will use compositor_stub.cc.
- ['toolkit_views == 1', {
+ ['toolkit_views == 1 or os_posix==1', {
'dependencies': [
'<(DEPTH)/skia/skia.gyp:skia',
'compositor',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698