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

Unified Diff: build/config/linux/gtk/gtk.gni

Issue 2670623002: Reland of Linux UI: Switch to the Gtk3 theme (Closed)
Patch Set: Only enable on 64-bit builds Created 3 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 | « no previous file | chrome/installer/linux/debian/expected_deps_x64_jessie » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/gtk/gtk.gni
diff --git a/build/config/linux/gtk/gtk.gni b/build/config/linux/gtk/gtk.gni
index b3fd973d51298fdfe44b5db220cd807327e60701..0521a8cd48cdfc5d66871b11d1761c2fd5b984e7 100644
--- a/build/config/linux/gtk/gtk.gni
+++ b/build/config/linux/gtk/gtk.gni
@@ -7,6 +7,9 @@
# //build/config/linux/gtk and it will switch for you.
declare_args() {
- # Whether to compile agains GTKv3 instead of GTKv2.
- use_gtk3 = false
+ # Whether to compile against GTKv3 instead of GTKv2.
+ # TODO(thomasanderson): Currently, the 32-bit clusterfuzz schroot does not
+ # have libgtk-3-0 installed. set use_gtk3 = true on all architectures when
+ # the package is added (crbug.com/699669).
+ use_gtk3 = target_cpu == "x64"
}
« no previous file with comments | « no previous file | chrome/installer/linux/debian/expected_deps_x64_jessie » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698