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

Unified Diff: gpu/tools/tools.gyp

Issue 148643002: Hide X11 dependencies when use_x11=0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Fix: remove blank lines Created 6 years, 10 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 | « chrome/chrome_exe.gypi ('k') | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/tools/tools.gyp
diff --git a/gpu/tools/tools.gyp b/gpu/tools/tools.gyp
index d34f628abccf0378071ff6465e72d005d1185bf4..f659d7228ce24a42a7d0f8a4cf51994a7c4491b3 100644
--- a/gpu/tools/tools.gyp
+++ b/gpu/tools/tools.gyp
@@ -9,7 +9,7 @@
'targets': [
],
'conditions': [
- ['OS == "linux" and target_arch != "arm"', {
+ ['OS == "linux" and target_arch != "arm" and use_x11==1', {
'targets': [
{
'target_name': 'compositor_model_bench',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698