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

Unified Diff: gpu/config/BUILD.gn

Issue 692543002: Provide a way to disable libpci dependency. (Closed) Base URL: git://nuxepg2.fr.nds.com/CHROM/chromium-src.git@master
Patch Set: Change include order Created 6 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: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 4dab028213cc494d3f17b87774241356e7951aa8..0d8b3a342aee92cdb9d309c4198520baa8ac7ca3 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -62,7 +62,7 @@ source_set("config") {
]
}
}
- if (is_linux && (use_x11 || use_ozone)) {
+ if (is_linux && use_libpci && (use_x11 || use_ozone)) {
piman 2014/10/29 21:01:51 I think you need to declare use_libpci in build/co
deps += [
"//build/config/linux:libpci",
]
« AUTHORS ('K') | « build/linux/system.gyp ('k') | gpu/config/gpu_info_collector_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698