Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ozone / supplement.gypi
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Copyright 2013 Intel Corporation. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 {
7   'variables':  {
8     'ozone_platform_wayland%': 1,
9   },
10   'conditions': [
11     ['<(ozone_platform_wayland) == 1', {
12       'variables':  {
13         'external_ozone_platform_deps': [
14           '<(DEPTH)/ozone/ozone_impl.gyp:wayland',
15         ],
16         'external_ozone_views_files': [
17           '<(DEPTH)/ozone/ui/desktop_aura/desktop_drag_drop_client_wayland.cc',
18           '<(DEPTH)/ozone/ui/desktop_aura/desktop_drag_drop_client_wayland.h',
19           '<(DEPTH)/ozone/ui/desktop_aura/desktop_factory_wayland.cc',
20           '<(DEPTH)/ozone/ui/desktop_aura/desktop_factory_wayland.h',
21           '<(DEPTH)/ozone/ui/desktop_aura/desktop_screen_wayland.cc',
22           '<(DEPTH)/ozone/ui/desktop_aura/desktop_screen_wayland.h',
23           '<(DEPTH)/ozone/ui/desktop_aura/desktop_window_tree_host_ozone.cc',
24           '<(DEPTH)/ozone/ui/desktop_aura/desktop_window_tree_host_ozone.h',
25           '<(DEPTH)/ozone/ui/desktop_aura/ozone_util.cc',
26           '<(DEPTH)/ozone/ui/desktop_aura/ozone_util.h',
27           '<(DEPTH)/ozone/ui/desktop_aura/window_tree_host_delegate_wayland.cc',
28           '<(DEPTH)/ozone/ui/desktop_aura/window_tree_host_delegate_wayland.h',
29         ],
30         'external_ozone_platforms': [
31           'wayland'
32         ],
33         'ozone_platform%': 'wayland',
34       },
35     }],
36   ],
37 }