OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'use_system_minigbm%': 0, | 7 'use_system_minigbm%': 0, |
8 }, | 8 }, |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_system_minigbm==0', { | 10 ['use_system_minigbm==0', { |
(...skipping 10 matching lines...) Expand all Loading... |
21 'src/exynos.c', | 21 'src/exynos.c', |
22 'src/gbm.c', | 22 'src/gbm.c', |
23 'src/gma500.c', | 23 'src/gma500.c', |
24 'src/helpers.c', | 24 'src/helpers.c', |
25 'src/i915.c', | 25 'src/i915.c', |
26 'src/marvell.c', | 26 'src/marvell.c', |
27 'src/mediatek.c', | 27 'src/mediatek.c', |
28 'src/rockchip.c', | 28 'src/rockchip.c', |
29 'src/tegra.c', | 29 'src/tegra.c', |
30 'src/udl.c', | 30 'src/udl.c', |
| 31 'src/virtio_gpu.c', |
31 ], | 32 ], |
32 'include_dirs': [ | 33 'include_dirs': [ |
33 'src', | 34 'src', |
34 ], | 35 ], |
35 'direct_dependent_settings': { | 36 'direct_dependent_settings': { |
36 'include_dirs': [ | 37 'include_dirs': [ |
37 'src', | 38 'src', |
38 ], | 39 ], |
39 }, | 40 }, |
40 }, | 41 }, |
(...skipping 14 matching lines...) Expand all Loading... |
55 ], | 56 ], |
56 'libraries': [ | 57 'libraries': [ |
57 '<!@(<(pkg-config) --libs-only-l gbm)', | 58 '<!@(<(pkg-config) --libs-only-l gbm)', |
58 ], | 59 ], |
59 }, | 60 }, |
60 }, | 61 }, |
61 ], | 62 ], |
62 }], | 63 }], |
63 ], | 64 ], |
64 } | 65 } |
OLD | NEW |