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

Unified Diff: BUILD.gn

Issue 2695823006: Remove libgtk3ui from gn_all (Closed)
Patch Set: Created 3 years, 10 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/browser/ui/libgtkui/BUILD.gn » ('j') | 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 613a34031b4e0cf0b3f2709efbd5d216356a4b53..9af027377bcc6a51d2a97895504c401eaee4b9ed 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -365,12 +365,6 @@ 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 | chrome/browser/ui/libgtkui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698