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

Unified Diff: build/linux/BUILD.gn

Issue 1410883007: headless: Add gn settings for embedded build and headless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep use_cups overridable. Created 5 years, 1 month 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/ui.gni ('k') | media/media_options.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/BUILD.gn
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
index 754859a56107899c74c26dc47dc495a89b4dde1b..a66d86c841e5e629d8c53921e2fee5b53bd118bf 100644
--- a/build/linux/BUILD.gn
+++ b/build/linux/BUILD.gn
@@ -30,7 +30,7 @@ if (use_brlapi) {
functions = gypi_values.libbrlapi_functions
}
}
-if (is_desktop_linux) {
+if (use_gio) {
pkg_config("gio_config") {
packages = [ "gio-2.0" ]
« no previous file with comments | « build/config/ui.gni ('k') | media/media_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698