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

Unified Diff: third_party/mesa/mesa.gyp

Issue 1423563007: third_party: Add wayland_drm_protocol target to third_party/mesa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@libffi-arm
Patch Set: fix copy-n-paste mistake Created 5 years, 1 month 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 | « third_party/mesa/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 6e349468ab2c1b9aaf02aad9afb37bd52bdda89f..37350ab1ef96c09b43162a8b4a4cd326b52e4798 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -762,5 +762,29 @@
},
],
}],
+ [ 'OS=="linux"', {
+ 'targets': [
+ {
+ 'target_name': 'wayland_drm_protocol',
+ 'type': 'static_library',
+ 'dependencies' : [
+ '../wayland/wayland.gyp:wayland_util',
+ ],
+ 'include_dirs': [
+ '<(generated_src_dir)/egl/wayland/wayland-drm',
+ ],
+ 'sources': [
+ '<(generated_src_dir)/egl/wayland/wayland-drm/wayland-drm-client-protocol.h',
+ '<(generated_src_dir)/egl/wayland/wayland-drm/wayland-drm-protocol.c',
+ '<(generated_src_dir)/egl/wayland/wayland-drm/wayland-drm-server-protocol.h',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(generated_src_dir)/egl/wayland/wayland-drm',
+ ],
+ },
+ },
+ ],
+ }],
],
}
« no previous file with comments | « third_party/mesa/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698