summaryrefslogtreecommitdiffstats
path: root/build/linux
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 23:09:46 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 23:09:46 +0000
commit75e8f940cb3e6c29aed4c80dd9a88c5186843068 (patch)
treed68fa89c5c6b27a4521b73ed0962850679f2e7ff /build/linux
parenta468b3860b40c4d3135caed99b40263ceccf3c04 (diff)
downloadchromium_src-75e8f940cb3e6c29aed4c80dd9a88c5186843068.zip
chromium_src-75e8f940cb3e6c29aed4c80dd9a88c5186843068.tar.gz
chromium_src-75e8f940cb3e6c29aed4c80dd9a88c5186843068.tar.bz2
Revert 109528 - Use XFixes to update the clipboard sequence number.
BUG=73478 TEST=manual testing Review URL: http://codereview.chromium.org/8501002 TBR=dcheng@chromium.org Review URL: http://codereview.chromium.org/8524014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/linux')
-rw-r--r--build/linux/system.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index a2b57cc..77c7de1 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -328,27 +328,6 @@
],
},
{
- 'target_name': 'xfixes',
- 'type': 'none',
- 'conditions': [
- ['_toolset=="target"', {
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(<(pkg-config) --cflags xfixes)',
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other xfixes)',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l xfixes)',
- ],
- },
- }],
- ],
- },
- {
'target_name': 'libgcrypt',
'type': 'none',
'conditions': [