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

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

Issue 2093803002: wayland-protocols: Add gaming-input-unstable-v1 protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migration
Patch Set: fixed nit, regenerated Created 4 years, 5 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.4 3 Version: 1.4
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
(...skipping 19 matching lines...) Expand all
30 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
31 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
32 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
33 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
34 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
35 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
36 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
37 wayland-scanner code < */vsync-feedback/vsync-feedback-unstable-v1.xml > pro tocol/vsync-feedback-protocol.c 37 wayland-scanner code < */vsync-feedback/vsync-feedback-unstable-v1.xml > pro tocol/vsync-feedback-protocol.c
38 wayland-scanner server-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-server-protocol.h 38 wayland-scanner server-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-server-protocol.h
39 wayland-scanner client-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-client-protocol.h 39 wayland-scanner client-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-client-protocol.h
40 wayland-scanner code < */gaming-input/gaming-input-unstable-v1.xml > protoco l/gaming-input-protocol.c
41 wayland-scanner server-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-server-protocol.h
42 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-client-protocol.h
40 - Update this README to reflect the new version number. 43 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698