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

Unified Diff: build/config/linux/gtk3/BUILD.gn

Issue 2449243002: Gtk3 ui: Add libgtk3ui as a separate build component (Closed)
Patch Set: Add theme_properties dep to //chrome/browser/ui Created 4 years, 2 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/gtk2/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/gtk3/BUILD.gn
diff --git a/build/config/linux/gtk3/BUILD.gn b/build/config/linux/gtk3/BUILD.gn
index db218edc4d28b2ebe29dbd429c49d001a76ed00d..69974c1e6c5da266e4d1ac1895916cf0e5b2b198 100644
--- a/build/config/linux/gtk3/BUILD.gn
+++ b/build/config/linux/gtk3/BUILD.gn
@@ -25,7 +25,7 @@ pkg_config("gtk3_internal_config") {
# parts that explicitly need GTK are whitelisted on this target.
group("gtk3") {
visibility = [
- "//chrome/browser/ui/libgtk2ui",
+ "//chrome/browser/ui/libgtkui:libgtk3ui",
"//gpu/gles2_conform_support:gles2_conform_test_windowless",
"//remoting/host",
"//remoting/host/it2me:common",
@@ -42,6 +42,6 @@ pkg_config("gtkprint3_internal_config") {
}
group("gtkprint3") {
- visibility = [ "//chrome/browser/ui/libgtk2ui" ]
+ visibility = [ "//chrome/browser/ui/libgtkui:libgtk3ui" ]
public_configs = [ ":gtkprint3_internal_config" ]
}
« no previous file with comments | « build/config/linux/gtk2/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698