| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 25c3ce1386ac3fc0dc57b8e63a20394400662d3c..1ccca229e19cdfde130e4bcdb5d2813da2c370bd 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -299,8 +299,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',
|
| @@ -662,7 +660,7 @@
|
| 'sources/': [
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
|
| - ],
|
| + ],
|
| }],
|
| ['OS!="mac"', {
|
| 'dependencies': [
|
| @@ -853,6 +851,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',
|
| ],
|
|
|