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

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

Issue 2397843002: wayland-protocols: Add protocol for explicit synchronization support.
Patch Set: rebase Created 4 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 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.7 3 Version: 1.7
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 25 matching lines...) Expand all
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 < unstable/vsync-feedback/vsync-feedback-unstable-v1.xm l > protocol/vsync-feedback-protocol.c 37 wayland-scanner code < unstable/vsync-feedback/vsync-feedback-unstable-v1.xm l > protocol/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 < unstable/gaming-input/gaming-input-unstable-v1.xml > protocol/gaming-input-protocol.c 40 wayland-scanner code < unstable/gaming-input/gaming-input-unstable-v1.xml > protocol/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 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 42 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-client-protocol.h
43 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol.c 43 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol.c
44 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h 44 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h
45 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h 45 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h
46 wayland-scanner code < unstable/linux-explicit-synchronization/linux-explici t-synchronization-unstable-v1.xml > protocol/linux-explicit-synchronization-prot ocol.c
47 wayland-scanner server-header < unstable/linux-explicit-synchronization/linu x-explicit-synchronization-unstable-v1.xml > include/protocol/linux-explicit-syn chronization-unstable-v1-server-protocol.h
48 wayland-scanner client-header < unstable/linux-explicit-synchronization/linu x-explicit-synchronization-unstable-v1.xml > include/protocol/linux-explicit-syn chronization-unstable-v1-client-protocol.h
46 - Update this README to reflect the new version number. 49 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698