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

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

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/features.gni ('k') | build/json_schema_compile.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index bc5bde33d0f95c957403a3f5e789422affd5b710..8939ad8eed9c91776daf41ea4c2ffdc5667e7b6f 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -56,6 +56,10 @@ pkg_config("dbus") {
packages = [ "dbus-1" ]
}
+pkg_config("gnome_keyring") {
+ packages = [ "gnome-keyring-1" ]
+}
+
if (use_evdev_gestures) {
pkg_config("libevdev-cros") {
packages = [ "libevdev-cros" ]
@@ -95,6 +99,10 @@ config("xrandr") {
libs = [ "xrandr" ]
}
+config("xscrnsaver") {
+ libs = [ "Xss" ]
+}
+
config("libcap") {
libs = [ "cap" ]
}
« no previous file with comments | « build/config/features.gni ('k') | build/json_schema_compile.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698