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

Unified Diff: build/config/ui.gni

Issue 1011363002: Revert of Enable toolkit_views=1 by default on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « build/common.gypi ('k') | no next file » | 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 c0d75614c89f82f1c9dd53d7b31683be55f071c8..46154a335e0ade67ec497e74717b7770e696e776 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -28,7 +28,7 @@
use_aura = is_win || is_linux
# True means the UI is built using the "views" framework.
- toolkit_views = is_mac || is_win || is_chromeos || use_aura
+ toolkit_views = is_win || is_chromeos || use_aura
# Whether we should use glib, a low level C utility library.
use_glib = is_linux && !use_ozone
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698