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

Unified Diff: build/config/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs 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
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index bfb0de770dd7ede4c356fe677c93ffb8b108917b..643d4d9db4c6997e3c47ffb8091abdaa4e9a10b6 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -230,6 +230,9 @@ config("feature_flags") {
if (enable_topchrome_md) {
defines += [ "ENABLE_TOPCHROME_MD=1" ]
}
+ if (enable_wayland_server) {
+ defines += [ "ENABLE_WAYLAND_SERVER=1" ]
+ }
if (proprietary_codecs) {
defines += [ "USE_PROPRIETARY_CODECS" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698