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

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

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index d7c1d9c930ea916621ec0f67118aa37f26b4ec5f..d600598e0e5dfe744f10be2663a09f76c5d2b904 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -97,7 +97,7 @@ config("xext") {
}
config("xrandr") {
- libs = [ "xrandr" ]
+ libs = [ "Xrandr" ]
}
config("xscrnsaver") {
@@ -108,6 +108,10 @@ config("libcap") {
libs = [ "cap" ]
}
+config("xi") {
+ libs = [ "Xi" ]
+}
+
config("libresolv") {
libs = [ "resolv" ]
}
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/BUILD.gn » ('j') | ui/shell_dialogs/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698