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

Unified Diff: third_party/wayland-protocols/README.chromium

Issue 2896943002: Add "stylus-tools" Wayland protocol. (Closed)
Patch Set: formatting 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 side-by-side diff with in-line comments
Download patch
Index: third_party/wayland-protocols/README.chromium
diff --git a/third_party/wayland-protocols/README.chromium b/third_party/wayland-protocols/README.chromium
index 035d45b84630ed42cd2b08c511eee8082377a84d..d20efb8aeeed03e50182e24e371d043baf3f6789 100644
--- a/third_party/wayland-protocols/README.chromium
+++ b/third_party/wayland-protocols/README.chromium
@@ -58,4 +58,7 @@ To import a new snapshot of wayland-protocols:
wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1.xml > protocol/keyboard-configuration-protocol.c
wayland-scanner server-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protocol.h
wayland-scanner client-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protocol.h
+ wayland-scanner code < unstable/annotation/annotation-unstable-v1.xml > protocol/annotation-protocol.c
+ wayland-scanner server-header < unstable/annotation/annotation-unstable-v1.xml > include/protocol/annotation-unstable-v1-server-protocol.h
+ wayland-scanner client-header < unstable/annotation/annotation-unstable-v1.xml > include/protocol/annotation-unstable-v1-client-protocol.h
- Update this README to reflect the new version number.

Powered by Google App Engine
This is Rietveld 408576698