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

Unified Diff: build/config/ui.gni

Issue 983823004: MacViews: Fix missing browser assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@titlebar
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
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 46154a335e0ade67ec497e74717b7770e696e776..c4b7b9fa7c1787b96a23f154a3749c0fbce8fd8b 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -30,6 +30,9 @@ declare_args() {
# True means the UI is built using the "views" framework.
toolkit_views = is_win || is_chromeos || use_aura
+ # Whether the browser is non-native (using Views Toolkit) on Mac.
+ mac_views_browser = false
+
# Whether we should use glib, a low level C utility library.
use_glib = is_linux && !use_ozone
}

Powered by Google App Engine
This is Rietveld 408576698