| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 467d196fb54131ab386876d5e7148068cfd2c84b..4370df3a17c4db577fedda56ee14c39c0768189f 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -301,8 +301,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',
|
| ],
|
|
|