Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index 409d7737f22b31e45f761db0f6e624a1b615e786..76d4bcad7ee2efd7e2228ccb202f561c91127ccc 100644 |
--- a/ui/views/views.gyp |
+++ b/ui/views/views.gyp |
@@ -495,6 +495,7 @@ |
'../../third_party/icu/icu.gyp:icui18n', |
'../../third_party/icu/icu.gyp:icuuc', |
'../base/strings/ui_strings.gyp:ui_strings', |
+ '../gfx/compositor/compositor.gyp:compositor', |
'../gfx/compositor/compositor.gyp:compositor_test_support', |
'../ui.gyp:gfx_resources', |
'../ui.gyp:ui', |
@@ -598,15 +599,6 @@ |
['exclude', 'widget/native_widget_aura_unittest.cc'], |
], |
}], |
- ['use_webkit_compositor==1', { |
- 'dependencies': [ |
- '../gfx/compositor/compositor.gyp:compositor', |
- ], |
- }, { # use_webkit_compositor!=1 |
- 'dependencies': [ |
- '../gfx/compositor/compositor.gyp:test_compositor', |
- ], |
- }], |
], |
}, # target_name: views_unittests |
{ |