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

Unified Diff: third_party/wayland-protocols/BUILD.gn

Issue 2560493003: wayland-protocols: Add zcr_stylus_v2 protocol for touch based stylus (Closed)
Patch Set: apply v1 update to v2. Created 4 years 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
« no previous file with comments | « no previous file | third_party/wayland-protocols/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/BUILD.gn
diff --git a/third_party/wayland-protocols/BUILD.gn b/third_party/wayland-protocols/BUILD.gn
index 033d6221a3186ea7657a1136f95fa8a14285e1ed..31c8ef803d4ffbcba8c1add5d06043e34001376c 100644
--- a/third_party/wayland-protocols/BUILD.gn
+++ b/third_party/wayland-protocols/BUILD.gn
@@ -178,7 +178,10 @@ source_set("stylus_protocol") {
sources = [
"include/protocol/stylus-unstable-v1-client-protocol.h",
"include/protocol/stylus-unstable-v1-server-protocol.h",
- "protocol/stylus-protocol.c",
+ "include/protocol/stylus-unstable-v2-client-protocol.h",
+ "include/protocol/stylus-unstable-v2-server-protocol.h",
+ "protocol/stylus-protocol-v1.c",
+ "protocol/stylus-protocol-v2.c",
]
deps = [
« no previous file with comments | « no previous file | third_party/wayland-protocols/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698