| Index: ui/compositor/compositor.gyp
|
| diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
|
| index 76cb687e21e72d8bfb7cd1d41a3930e03016d241..4601593077bb3f0f4435958cc35423a0267bc743 100644
|
| --- a/ui/compositor/compositor.gyp
|
| +++ b/ui/compositor/compositor.gyp
|
| @@ -62,6 +62,16 @@
|
| 'layer_tree_owner.cc',
|
| 'layer_tree_owner.h',
|
| 'layer_type.h',
|
| + 'mac/accelerated_widget_mac.mm',
|
| + 'mac/accelerated_widget_mac.h',
|
| + 'mac/io_surface_context_mac.h',
|
| + 'mac/io_surface_context_mac.mm',
|
| + 'mac/io_surface_layer_mac.h',
|
| + 'mac/io_surface_layer_mac.mm',
|
| + 'mac/io_surface_texture_mac.h',
|
| + 'mac/io_surface_texture_mac.mm',
|
| + 'mac/surface_handle_types_mac.cc',
|
| + 'mac/surface_handle_types_mac.h',
|
| 'reflector.h',
|
| 'scoped_animation_duration_scale_mode.cc',
|
| 'scoped_animation_duration_scale_mode.h',
|
| @@ -80,6 +90,17 @@
|
| '<(angle_path)/src/angle.gyp:libGLESv2',
|
| ],
|
| }],
|
| + ['OS=="mac"', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
|
| + '<(DEPTH)/ui/events/events.gyp:events_base',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
|
| + ],
|
| + },
|
| + }],
|
| ],
|
| },
|
| {
|
|
|