diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 20:15:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 20:15:26 +0000 |
commit | 151638f58a5d512ac4e7a3d6c45f0c5ed2436a95 (patch) | |
tree | bc8c4070a1a2d8bcb8a46065f50a1332ad13c104 /build/linux/system.gyp | |
parent | e5d6b471c510805b46137bd91b28ad8d5be5c648 (diff) | |
download | chromium_src-151638f58a5d512ac4e7a3d6c45f0c5ed2436a95.zip chromium_src-151638f58a5d512ac4e7a3d6c45f0c5ed2436a95.tar.gz chromium_src-151638f58a5d512ac4e7a3d6c45f0c5ed2436a95.tar.bz2 |
Linux: Remove unused gcrypt gyp code.
BUG=369973
Review URL: https://codereview.chromium.org/301353009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 9ad356a..7ccd973 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -7,12 +7,8 @@ 'conditions': [ ['sysroot!=""', { 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"', - # libgcrypt-config-wrapper invokes libgcrypt-config directly from the - # sysroot, so there's no need to prefix it with <(chroot_cmd). - 'libgcrypt-config': './libgcrypt-config-wrapper "<(sysroot)"', }, { 'pkg-config': 'pkg-config', - 'libgcrypt-config': 'libgcrypt-config', }], ], @@ -793,27 +789,6 @@ }, }, { - 'target_name': 'libgcrypt', - 'type': 'none', - 'conditions': [ - ['_toolset=="target" and use_cups==1', { - 'direct_dependent_settings': { - 'cflags': [ - '<!@(<(libgcrypt-config) --cflags)', - ], - }, - 'link_settings': { - 'libraries': [ - # libgcrypt-config does not support --libs-only-l options, - # and the result contains -L options, which shouldn't be in - # the entries of 'libraries'. So filter them out. - '<!@(<(libgcrypt-config) --libs | sed -e \'s/-L[^ ]*//g\')', - ], - }, - }], - ], - }, - { 'target_name': 'libpci', 'type': 'static_library', 'cflags': [ |