forked from intel/ozone-wayland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ozone_impl.gyp
33 lines (32 loc) · 893 Bytes
/
ozone_impl.gyp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2013 The Chromium Authors. All rights reserved.
# Copyright 2013 Intel Corporation. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
'target_name': 'wayland',
'type': '<(component)',
'dependencies': [
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'wayland/wayland.gyp:wayland_toolkit'
],
'include_dirs': [
'..',
],
'includes': [
'ui/ui.gypi',
'media/video.gypi',
],
'defines': [
'OZONE_WAYLAND_IMPLEMENTATION',
],
'sources': [
'platform/ozone_export_wayland.h',
'platform/ozone_platform_wayland.cc',
'platform/ozone_platform_wayland.h',
],
},
]
}