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

Unified Diff: third_party/wayland-protocols/wayland-protocols.gyp

Issue 2030023003: exo: Remove support for scaler interface from wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove auto-generated code 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland-protocols/unstable/scaler/scaler.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/wayland-protocols.gyp
diff --git a/third_party/wayland-protocols/wayland-protocols.gyp b/third_party/wayland-protocols/wayland-protocols.gyp
index 7aa263fe40134c6f58cc73e98e719b667ecc09de..3d5e5b058085dd1129321b69ab43d75e3b080805 100644
--- a/third_party/wayland-protocols/wayland-protocols.gyp
+++ b/third_party/wayland-protocols/wayland-protocols.gyp
@@ -45,26 +45,6 @@
},
},
{
- 'target_name': 'scaler_protocol',
- 'type': 'static_library',
- 'dependencies' : [
- '../wayland/wayland.gyp:wayland_util',
- ],
- 'sources': [
- 'include/protocol/scaler-client-protocol.h',
- 'include/protocol/scaler-server-protocol.h',
- 'protocol/scaler-protocol.c',
- ],
- 'include_dirs': [
- 'include/protocol',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include/protocol',
- ],
- },
- },
- {
'target_name': 'viewporter_protocol',
'type': 'static_library',
'dependencies' : [
« no previous file with comments | « third_party/wayland-protocols/unstable/scaler/scaler.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698