| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 57e9c0b6661f62e93f739f9bd509214f5aba7d4d..f212cbfad7e5e28823b4a490075dc3f954b90b10 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',
|
| @@ -661,7 +659,7 @@
|
| 'sources/': [
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
|
| ['exclude', '../ui/aura/test/test_desktop_delegate.h'],
|
| - ],
|
| + ],
|
| }],
|
| ['OS!="mac"', {
|
| 'dependencies': [
|
| @@ -793,6 +791,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + '../ui/gfx/compositor/compositor.gyp:compositor',
|
| '../ui/ui.gyp:gfx_resources',
|
| '../ui/ui.gyp:ui',
|
| '../ui/ui.gyp:ui_resources',
|
| @@ -854,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',
|
| ],
|
|
|