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

Unified Diff: build/common.gypi

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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 | « build/all.gyp ('k') | build/filename_rules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 10105c8a12fa53090b6d6dcbdb10839328eb27f9..9739cc19e94e9e02a5ceec7a8aaab2f68ce6da4a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -518,9 +518,6 @@
'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)',
'enable_task_manager%': '<(enable_task_manager)',
- # Whether to build for Wayland display server
- 'use_wayland%': 0,
-
# Use system yasm instead of bundled one.
'use_system_yasm%': 0,
@@ -1207,9 +1204,6 @@
['use_xi2_mt!=0', {
'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
}],
- ['use_wayland==1', {
- 'defines': ['USE_WAYLAND=1', 'WL_EGL_PLATFORM=1'],
- }],
['file_manager_extension==1', {
'defines': ['FILE_MANAGER_EXTENSION=1'],
}],
« no previous file with comments | « build/all.gyp ('k') | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698