Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: third_party/minigbm/minigbm.gyp

Issue 2029783003: Roll src/third_party/minigbm 1e229399..f9e7c4c8 (13 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update relevant gn/gyp files Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/minigbm/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/minigbm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698