- add sources.
[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_platforms': [
17           'wayland'
18         ],
19         'ozone_platform%': 'wayland',
20       },
21     }],
22   ],
23 }