forked from intel/ozone-wayland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupplement.gypi
37 lines (36 loc) · 1.48 KB
/
supplement.gypi
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
34
35
36
37
# 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.
{
'variables': {
'ozone_platform_wayland%': 1,
},
'conditions': [
['<(ozone_platform_wayland) == 1', {
'variables': {
'external_ozone_platform_deps': [
'<(DEPTH)/ozone/ozone_impl.gyp:wayland',
],
'external_ozone_views_files': [
'<(DEPTH)/ozone/ui/desktop_aura/desktop_drag_drop_client_wayland.cc',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_drag_drop_client_wayland.h',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_factory_wayland.cc',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_factory_wayland.h',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_screen_wayland.cc',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_screen_wayland.h',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_window_tree_host_wayland.cc',
'<(DEPTH)/ozone/ui/desktop_aura/desktop_window_tree_host_wayland.h',
'<(DEPTH)/ozone/ui/desktop_aura/ozone_util.cc',
'<(DEPTH)/ozone/ui/desktop_aura/ozone_util.h',
'<(DEPTH)/ozone/ui/desktop_aura/window_tree_host_delegate_wayland.cc',
'<(DEPTH)/ozone/ui/desktop_aura/window_tree_host_delegate_wayland.h',
],
'external_ozone_platforms': [
'wayland'
],
'ozone_platform%': 'wayland',
},
}],
],
}