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

Side by Side Diff: third_party/wayland-protocols/README.chromium

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 unified diff | Download patch
OLDNEW
1 Name: wayland-protocols 1 Name: wayland-protocols
2 URL: http://wayland.freedesktop.org/ 2 URL: http://wayland.freedesktop.org/
3 Version: 1.1 3 Version: 1.1
4 License: MIT 4 License: MIT
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 wayland-protocols contains Wayland protocols that adds functionality not 9 wayland-protocols contains Wayland protocols that adds functionality not
10 available in the Wayland core protocol. Such protocols either adds 10 available in the Wayland core protocol. Such protocols either adds
11 completely new functionality, or extends the functionality of some other 11 completely new functionality, or extends the functionality of some other
12 protocol either in Wayland core, or some other protocol in 12 protocol either in Wayland core, or some other protocol in
13 wayland-protocols. 13 wayland-protocols.
14 14
15 To import a new snapshot of wayland-protocols: 15 To import a new snapshot of wayland-protocols:
16 - Checkout the latest release tag: git checkout 1.1 16 - Checkout the latest release tag: git checkout 1.1
17 - Change the DEPS entry to the newly checked out commit. 17 - Change the DEPS entry to the newly checked out commit.
18 - Update generated files: 18 - Update generated files:
19 wayland-scanner code < src/*/xdg-shell/xdg-shell*.xml > protocol/xdg-shell-p rotocol.c 19 wayland-scanner code < src/*/xdg-shell/xdg-shell*.xml > protocol/xdg-shell-p rotocol.c
20 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h 20 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h
21 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h 21 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5 .xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h
22 wayland-scanner code < src/*/linux-dmabuf/linux-dmabuf*.xml > protocol/linux -dmabuf-protocol.c 22 wayland-scanner code < src/*/linux-dmabuf/linux-dmabuf*.xml > protocol/linux -dmabuf-protocol.c
23 wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h 23 wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h
24 wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h 24 wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h
25 wayland-scanner code < src/*/viewporter/viewporter.xml > protocol/viewporter -protocol.c 25 wayland-scanner code < src/*/viewporter/viewporter.xml > protocol/viewporter -protocol.c
26 wayland-scanner server-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-server-protocol.h 26 wayland-scanner server-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-server-protocol.h
27 wayland-scanner client-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-client-protocol.h 27 wayland-scanner client-header < src/stable/viewporter/viewporter.xml > inclu de/protocol/viewporter-client-protocol.h
28 wayland-scanner code < */scaler/scaler.xml > protocol/scaler-protocol.c
29 wayland-scanner server-header < unstable/scaler/scaler.xml > include/protoco l/scaler-server-protocol.h
30 wayland-scanner client-header < unstable/scaler/scaler.xml > include/protoco l/scaler-client-protocol.h
31 wayland-scanner code < */secure-output/secure-output-unstable-v1.xml > proto col/secure-output-protocol.c 28 wayland-scanner code < */secure-output/secure-output-unstable-v1.xml > proto col/secure-output-protocol.c
32 wayland-scanner server-header < unstable/secure-output/secure-output-unstabl e-v1.xml > include/protocol/secure-output-unstable-v1-server-protocol.h 29 wayland-scanner server-header < unstable/secure-output/secure-output-unstabl e-v1.xml > include/protocol/secure-output-unstable-v1-server-protocol.h
33 wayland-scanner client-header < unstable/secure-output/secure-output-unstabl e-v1.xml > include/protocol/secure-output-unstable-v1-client-protocol.h 30 wayland-scanner client-header < unstable/secure-output/secure-output-unstabl e-v1.xml > include/protocol/secure-output-unstable-v1-client-protocol.h
34 wayland-scanner code < */alpha-compositing/alpha-compositing-unstable-v1.xml > protocol/alpha-compositing-protocol.c 31 wayland-scanner code < */alpha-compositing/alpha-compositing-unstable-v1.xml > protocol/alpha-compositing-protocol.c
35 wayland-scanner server-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-server-protoco l.h 32 wayland-scanner server-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-server-protoco l.h
36 wayland-scanner client-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-client-protoco l.h 33 wayland-scanner client-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-client-protoco l.h
37 wayland-scanner code < */remote-shell/remote-shell-unstable-v1.xml > protoco l/remote-shell-protocol.c 34 wayland-scanner code < */remote-shell/remote-shell-unstable-v1.xml > protoco l/remote-shell-protocol.c
38 wayland-scanner server-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-server-protocol.h 35 wayland-scanner server-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-server-protocol.h
39 wayland-scanner client-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-client-protocol.h 36 wayland-scanner client-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-client-protocol.h
40 - Update this README to reflect the new version number. 37 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/wayland-protocols/BUILD.gn ('k') | third_party/wayland-protocols/include/protocol/scaler-client-protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698