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

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

Issue 2896943002: Add "stylus-tools" Wayland protocol. (Closed)
Patch Set: Moved the property out of aura Created 3 years, 7 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.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v2.xml > include/protocol/gaming-input-unstable-v2-client-protocol.h 51 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v2.xml > include/protocol/gaming-input-unstable-v2-client-protocol.h
52 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol-v1.c 52 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol-v1.c
53 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h 53 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h
54 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h 54 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h
55 wayland-scanner code < unstable/stylus/stylus-unstable-v2.xml > protocol/sty lus-protocol-v2.c 55 wayland-scanner code < unstable/stylus/stylus-unstable-v2.xml > protocol/sty lus-protocol-v2.c
56 wayland-scanner server-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-server-protocol.h 56 wayland-scanner server-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-server-protocol.h
57 wayland-scanner client-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-client-protocol.h 57 wayland-scanner client-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-client-protocol.h
58 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c 58 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c
59 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h 59 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h
60 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h 60 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h
61 wayland-scanner code < unstable/stylus-tools/stylus-tools-unstable-v1.xml > protocol/stylus-tools-protocol.c
62 wayland-scanner server-header < unstable/stylus-tools/stylus-tools-unstable- v1.xml > include/protocol/stylus-tools-unstable-v1-server-protocol.h
63 wayland-scanner client-header < unstable/stylus-tools/stylus-tools-unstable- v1.xml > include/protocol/stylus-tools-unstable-v1-client-protocol.h
61 - Update this README to reflect the new version number. 64 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698