1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 # GN version: //ui/accelerated_widget_mac
12 'target_name': 'accelerated_widget_mac',
13 'type': '<(component)',
15 'accelerated_widget_mac.h',
16 'accelerated_widget_mac.mm',
17 'accelerated_widget_mac_export.h',
18 'display_link_mac.cc',
20 'io_surface_context.h',
21 'io_surface_context.mm',
23 'io_surface_layer.mm',
24 'io_surface_texture.h',
25 'io_surface_texture.mm',
28 'surface_handle_types.cc',
29 'surface_handle_types.h',
32 'ACCELERATED_WIDGET_MAC_IMPLEMENTATION',
35 '<(DEPTH)/base/base.gyp:base',
36 '<(DEPTH)/skia/skia.gyp:skia',
37 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
38 '<(DEPTH)/ui/events/events.gyp:events_base',
39 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
40 '<(DEPTH)/ui/gl/gl.gyp:gl',
44 # Required by io_surface_texture.mm.
45 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
46 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
47 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',