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 ----------------------------------------------- |