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

Unified Diff: build/config/BUILD.gn

Issue 2741783007: Convert ENABLE_WAYLAND_SERVER to a build flag. (Closed)
Patch Set: errrrr Created 3 years, 9 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
« no previous file with comments | « no previous file | 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 2a05a0e7b1aac4f88a2c88142b487a392b5992fc..9c6e0a56a5443c88e0ba4c84c7f7a55805383fe3 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -125,9 +125,6 @@ config("feature_flags") {
if (!enable_nacl) {
defines += [ "DISABLE_NACL" ]
}
- if (enable_wayland_server) {
- defines += [ "ENABLE_WAYLAND_SERVER=1" ]
- }
if (safe_browsing_mode == 1) {
defines += [ "FULL_SAFE_BROWSING" ]
defines += [ "SAFE_BROWSING_CSD" ]
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698