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

Unified Diff: build/config/ui.gni

Issue 1293073006: Make gtk2/gtk3 compile time switchable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecation warning. Created 5 years, 4 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/config/linux/gtk3/BUILD.gn ('k') | build/linux/system.gyp » ('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 ca2f26521fc504148d344d6845845b3cfec42999..9a536e064502e1e4b35d928cae2b10afc84bd7cc 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -35,6 +35,9 @@ declare_args() {
# Whether the entire browser uses toolkit-views on Mac instead of Cocoa.
mac_views_browser = false
+
+ # Whether we should use GTKv3 instead of GTKv2.
+ use_gtk3 = false
}
# Additional dependent variables -----------------------------------------------
« no previous file with comments | « build/config/linux/gtk3/BUILD.gn ('k') | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698