| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index f9f96165effffd745054c410d7189955982a89ab..246be7f0fd69c4ad78758d44b05a3b855f4dff20 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -302,8 +302,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',
|
| @@ -665,7 +663,7 @@
|
| 'sources/': [
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
|
| - ],
|
| + ],
|
| }],
|
| ['OS!="mac"', {
|
| 'dependencies': [
|
| @@ -856,6 +854,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',
|
| ],
|
|
|