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

Unified Diff: third_party/minigbm/BUILD.gn

Issue 2444993002: Roll src/third_party/minigbm f9e7c4c8..3345977b. (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/minigbm/BUILD.gn
diff --git a/third_party/minigbm/BUILD.gn b/third_party/minigbm/BUILD.gn
index 002cc0c78d68b53d4da589dfe1e1fd9f6ea2a54d..d96d51fbe80da3b81574a389afbc8c7d4cea14c3 100644
--- a/third_party/minigbm/BUILD.gn
+++ b/third_party/minigbm/BUILD.gn
@@ -25,10 +25,13 @@ if (!use_system_minigbm) {
shared_library("minigbm") {
sources = [
+ "src/amdgpu.c",
"src/cirrus.c",
+ "src/drv.c",
"src/evdi.c",
"src/exynos.c",
"src/gbm.c",
+ "src/gbm_helpers.c",
"src/gma500.c",
"src/helpers.c",
"src/i915.c",
@@ -37,6 +40,7 @@ if (!use_system_minigbm) {
"src/rockchip.c",
"src/tegra.c",
"src/udl.c",
+ "src/vgem.c",
"src/virtio_gpu.c",
]
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698