Index: views/views.gyp |
diff --git a/views/views.gyp b/views/views.gyp |
index 98f3d643412b814b12e7d857b811d06d410a4b4d..24997c837854b8d52c1cf1bcbdadbaa08fe7215c 100644 |
--- a/views/views.gyp |
+++ b/views/views.gyp |
@@ -300,8 +300,6 @@ |
'ime/text_input_client.h', |
'ime/text_input_type_tracker.h', |
'ime/text_input_type_tracker.cc', |
- 'layer_property_setter.cc', |
- 'layer_property_setter.h', |
'layout/box_layout.cc', |
'layout/box_layout.h', |
'layout/fill_layout.cc', |
@@ -664,7 +662,7 @@ |
'sources/': [ |
['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
- ], |
+ ], |
}], |
['OS!="mac"', { |
'dependencies': [ |
@@ -855,6 +853,7 @@ |
'../ui/ui.gyp:ui', |
'../ui/ui.gyp:ui_resources', |
'../ui/ui.gyp:ui_resources_standard', |
+ '../ui/gfx/compositor/compositor.gyp:compositor', |
'views', |
'views_desktop_lib', |
], |