summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 03:38:06 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 03:38:06 +0000
commit5127a3c11c943cd865a3cbdc44e9ddc88ea39b95 (patch)
tree2ea29816b6d680f36e86fb0120e717e7fe030cb5 /gpu
parent77ae2c12bab3957027b55c53afc8ec67b772b667 (diff)
downloadchromium_src-5127a3c11c943cd865a3cbdc44e9ddc88ea39b95.zip
chromium_src-5127a3c11c943cd865a3cbdc44e9ddc88ea39b95.tar.gz
chromium_src-5127a3c11c943cd865a3cbdc44e9ddc88ea39b95.tar.bz2
Clean up dependencies on X11 libraries
This converts the remaining targets that depend on X11 libraries over to depending on targets from build/linux/system.gyp instead of adding the libraries manually to the link line. This ensures that the link line is generated with pkg-config and makes the dependencies a bit tighter by getting rid of the all_dependent_settings entry in ui/ui.gyp BUG=339518 Review URL: https://codereview.chromium.org/151713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/tools/tools.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/tools/tools.gyp b/gpu/tools/tools.gyp
index 05807a61..d34f628 100644
--- a/gpu/tools/tools.gyp
+++ b/gpu/tools/tools.gyp
@@ -16,6 +16,7 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../../build/linux/system.gyp:x11',
'../../ui/gl/gl.gyp:gl',
],
'libraries': [