Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 4f7edcc9c6990496dd7b85d52345c0db330ac02d..d2f220666bd52d02cf8bcb5507c3a3335f155acb 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -42,6 +42,11 @@ |
'INFOPLIST_FILE': 'app/app-Info.plist', |
}, |
'conditions': [ |
+ ['use_aura==1 and use_webkit_compositor==0', { |
+ 'dependencies': [ |
+ '../ui/gfx/compositor/compositor.gyp:test_compositor', |
+ ], |
+ }], |
['OS == "android"', { |
# Don't put the 'chrome' target in 'all' on android |
'suppress_wildcard': 1, |