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

Unified Diff: build/config/ui.gni

Issue 2498733002: Remove some global UI defines (Closed)
Patch Set: Merge Created 4 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/config/BUILD.gn ('k') | chrome/browser/renderer_preferences_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 1212ad2cc8b495e46e781ebe0ef784a735645a32..0f78dd9f0b5418dd1fc7213802bbfb033ad480cd 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -54,9 +54,6 @@ declare_args() {
# Enable experimental vulkan backend.
enable_vulkan = false
-
- # Allow aura to access x11 clipboard.
- enable_clipboard_aurax11 = false
}
# Additional dependent variables -----------------------------------------------
@@ -67,8 +64,6 @@ declare_args() {
# with the Aura window manager.
ui_compositor_image_transport = use_aura && is_linux
-use_default_render_theme = use_aura && !is_android
-
# Indicates if the UI toolkit depends on X11.
use_x11 = is_linux && !use_ozone
@@ -87,9 +82,6 @@ if (is_linux && !use_ozone) {
# Whether to use atk, the Accessibility ToolKit library
use_atk = is_desktop_linux && use_x11
-
-use_clipboard_aurax11 =
- (is_desktop_linux && use_aura && use_x11) || enable_clipboard_aurax11
# =============================================
# PLEASE DO NOT ADD MORE FLAGS TO THIS FILE
# =============================================
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/renderer_preferences_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698