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

Unified Diff: components/exo/BUILD.gn

Issue 1544073002: GN: Add assert that //components/exo is referenced only on supported platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: switch to enable_wayland_server Created 5 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 | no next file » | 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 6d2689f698a9eb09484d30bfafbd7ba2eaf5fbe7..b61ea24ef023b6981456d16b4429a30d15ca8c5a 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -5,6 +5,8 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
+assert(enable_wayland_server)
+
source_set("exo") {
sources = [
"buffer.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698