aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 14:49:50 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 14:49:50 +0000
commitaaf7343e16c4bf9f9c6f07968689669fe6ba71d7 (patch)
treeb1de9d98fbedfe025db75eeab526f31eb6a680c6 /gyp/utils.gyp
parent0a01f5a2c44f3d6a7fa2d3c837f46894d9b29e5d (diff)
Remove third-party cityhash, unused since r8992
R=djsollen@google.com Review URL: https://codereview.chromium.org/15027013 git-svn-id: http://skia.googlecode.com/svn/trunk@9059 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp14
1 files changed, 0 insertions, 14 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 169bfbf849..a1820c0517 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -5,9 +5,6 @@
'product_name': 'skia_utils',
'type': 'static_library',
'standalone_static_library': 1,
- 'dependencies': [
- 'cityhash.gyp:cityhash',
- ],
'include_dirs': [
'../include/config',
'../include/core',
@@ -64,8 +61,6 @@
'../src/utils/SkBitSet.h',
'../src/utils/SkBoundaryPatch.cpp',
'../src/utils/SkCamera.cpp',
- '../src/utils/SkCityHash.cpp',
- '../src/utils/SkCityHash.h',
'../src/utils/SkCubicInterval.cpp',
'../src/utils/SkCullPoints.cpp',
'../src/utils/SkDeferredCanvas.cpp',
@@ -195,15 +190,6 @@
],
'sources!': [
'../src/utils/SkThreadUtils_pthread_linux.cpp',
- '../src/utils/SkCityHash.cpp',
- '../src/utils/SkCityHash.h',
- ],
- 'dependencies!': [
- # CityHash is not supported on NaCl because the NaCl toolchain is
- # missing byteswap.h which is needed by CityHash.
- # TODO(borenet): Find a way to either provide this dependency or
- # replace it.
- 'cityhash.gyp:cityhash',
],
}],
[ 'skia_os == "android"', {