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

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: Fix chrome/test/BUILD.gn Created 5 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/linux/BUILD.gn
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
index 754859a56107899c74c26dc47dc495a89b4dde1b..df753ee016fe68f051f0756c0be21b5fffbb90fd 100644
--- a/build/linux/BUILD.gn
+++ b/build/linux/BUILD.gn
@@ -11,7 +11,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "system.gyp" ])
-use_system_fontconfig = !is_chromecast
+use_system_fontconfig = !is_chromecast && !is_headless
jam 2015/10/26 17:05:32 why?
Sami 2015/10/26 18:09:06 Right, I suppose that choice is really orthogonal.
# If brlapi isn't needed, don't require it to be installed.
if (use_brlapi) {
@@ -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" ]
« build/config/ui.gni ('K') | « build/config/ui.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698