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

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

Issue 2404513002: exo: Implement zcr_linux_explicit_synchronization_v1
Patch Set: Created 4 years, 2 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/BUILD.gn
diff --git a/third_party/wayland-protocols/BUILD.gn b/third_party/wayland-protocols/BUILD.gn
index 84c81563f25647be4ecc68a73a1ddb9454de1e37..e734290bf44642a47d0562f7032efb4321ea0afc 100644
--- a/third_party/wayland-protocols/BUILD.gn
+++ b/third_party/wayland-protocols/BUILD.gn
@@ -190,3 +190,24 @@ source_set("stylus_protocol") {
public_configs = [ ":stylus_protocol_config" ]
}
+
+config("explicit_fencing_protocol_config") {
+ include_dirs = [ "include/protocol" ]
+}
+
+source_set("explicit_fencing_protocol") {
+ sources = [
+ "include/protocol/explicit-fencing-unstable-v1-client-protocol.h",
+ "include/protocol/explicit-fencing-unstable-v1-server-protocol.h",
+ "protocol/explicit-fencing-protocol.c",
+ ]
+
+ deps = [
+ "//third_party/wayland:wayland_util",
+ ]
+
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
+
+ public_configs = [ ":explicit_fencing_protocol_config" ]
+}

Powered by Google App Engine
This is Rietveld 408576698