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 'io_surface_context.h',
19 'io_surface_context.mm',
21 'io_surface_layer.mm',
22 'io_surface_texture.h',
23 'io_surface_texture.mm',
26 'surface_handle_types.cc',
27 'surface_handle_types.h',
30 'ACCELERATED_WIDGET_MAC_IMPLEMENTATION',
33 '<(DEPTH)/base/base.gyp:base',
34 '<(DEPTH)/skia/skia.gyp:skia',
35 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
36 '<(DEPTH)/ui/events/events.gyp:events_base',
37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
38 '<(DEPTH)/ui/gl/gl.gyp:gl',
42 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',