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

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

Issue 2449243002: Gtk3 ui: Add libgtk3ui as a separate build component (Closed)
Patch Set: 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
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..c5082dfa237b586d6c191b8d997382d1407bf252 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/libgtk2ui:libgtk3ui",
Dirk Pranke 2016/10/25 23:56:10 You're not really creating a target called libgtk3
Tom (Use chromium acct) 2016/10/26 18:20:01 Ah, well I guess it had to be done eventually, yay
"//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/libgtk2ui:libgtk3ui" ]
public_configs = [ ":gtkprint3_internal_config" ]
}

Powered by Google App Engine
This is Rietveld 408576698