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

Unified Diff: gpu/config/BUILD.gn

Issue 462433002: make it possible to disable the use of libpci on linux again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: document the linux_link_* settings Created 6 years, 4 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/linux/system.gyp ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 30984e308a38a1fc5491152103c848fa622a486e..b46d984074e6222366c3daf88360e0e65411d3b3 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
dnicoara 2014/08/12 16:12:52 I don't think you need this anymore.
Mostyn Bramley-Moore 2014/08/12 18:18:46 Done.
import("//build/config/ui.gni")
source_set("config") {
@@ -59,7 +60,7 @@ source_set("config") {
]
}
}
- if (is_linux) {
+ if (is_linux && (use_x11 || use_ozone)) {
deps += [
"//build/config/linux:libpci",
]
« no previous file with comments | « build/linux/system.gyp ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698