Index: ui/gfx/compositor/compositor.gyp |
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp |
index 20c6ab7201c6652429afb9e5dd241213f86a04a8..648d25b3ab30fc99148d0b8c725c0c5352d38f4e 100644 |
--- a/ui/gfx/compositor/compositor.gyp |
+++ b/ui/gfx/compositor/compositor.gyp |
@@ -60,7 +60,8 @@ |
'layer_animator.h', |
'screen_rotation.cc', |
'screen_rotation.h', |
- # This is needed for ui tests, so it's always compiled. |
+ # UI tests need TestWebGraphicsContext3D, so we always build it. |
+ 'test_web_graphics_context_3d.cc', |
'test_web_graphics_context_3d.h', |
], |
'conditions': [ |