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

Unified Diff: BUILD.gn

Issue 2455863002: Add libgtk3ui to gn_all (Reland) (Closed)
Patch Set: Revert build/config/ui.gni Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 0fa9b598754c23c08eefcb039aa529a6752b8197..1e56a6c15c33941d11519141ff1941ea7e680574 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -357,6 +357,12 @@ group("both_gn_and_gyp") {
]
}
+ if (is_linux && !is_chromeos && !is_chromecast && !use_ozone) {
+ # TODO(thomasanderson): Remove this once we build using
+ # GTK3 by default. (crbug.com/132847, crbug.com/79722)
+ deps += [ "//chrome/browser/ui/libgtkui:libgtk3ui" ]
+ }
+
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698