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

Unified Diff: components/exo/BUILD.gn

Issue 2404513002: exo: Implement zcr_linux_explicit_synchronization_v1
Patch Set: rebase, pull in cl 2443823002 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | components/exo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index bc63830913e5468e92f26b78095e7afada485c19..7c797d76f033c8feeb12942d57e0d1bd5e3dcbd7 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -136,6 +136,10 @@ source_set("unit_tests") {
"//ui/wm:wm",
]
+ if (is_linux) {
+ deps += [ "//third_party/libsync:libsync" ]
+ }
+
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
« no previous file with comments | « AUTHORS ('k') | components/exo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698