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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another build fi Created 5 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index e2ee391398b98d27e0177fb0371dc44d0edb8f92..55a844f2ebfd80f54ffeb29b68e1a1ee95dec038 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -217,6 +217,12 @@ source_set("ui") {
".",
"//chrome")
}
+ if (enable_wayland_server) {
+ deps += [
+ "//components/exo",
+ "//components/exo/wayland",
+ ]
+ }
} else { # Not ash.
sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources,
".",

Powered by Google App Engine
This is Rietveld 408576698