diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 12:50:18 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 12:50:18 +0000 |
commit | 50b0e15ecb589edc1f318f07c1822c66afe5b5e7 (patch) | |
tree | ca20aa322eff3147e2762dd10bd958e0e5fdc2b6 /skia | |
parent | 8190078be19fd97246d7b35b6592cc649663f0d4 (diff) | |
download | chromium_src-50b0e15ecb589edc1f318f07c1822c66afe5b5e7.zip chromium_src-50b0e15ecb589edc1f318f07c1822c66afe5b5e7.tar.gz chromium_src-50b0e15ecb589edc1f318f07c1822c66afe5b5e7.tar.bz2 |
roll skia to 3912
mirror of https://chromiumcodereview.appspot.com/10310126/
Review URL: https://chromiumcodereview.appspot.com/10391105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index ea106f5..988fed2 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -409,8 +409,6 @@ '../third_party/skia/src/gpu/GrTDArray.h', '../third_party/skia/src/gpu/GrTHashCache.h', '../third_party/skia/src/gpu/GrTLList.h', - '../third_party/skia/src/gpu/GrTesselatedPathRenderer.cpp', - '../third_party/skia/src/gpu/GrTesselatedPathRenderer.h', '../third_party/skia/src/gpu/GrTextStrike.cpp', '../third_party/skia/src/gpu/GrTextStrike.h', '../third_party/skia/src/gpu/GrTextStrike_impl.h', @@ -1005,7 +1003,6 @@ ], 'dependencies': [ 'skia_opts', - 'skia_libtess', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../third_party/sfntly/sfntly.gyp:sfntly', '../third_party/zlib/zlib.gyp:zlib', @@ -1222,48 +1219,6 @@ ], }, { - 'target_name': 'skia_libtess', - 'type': 'static_library', - 'variables': { - 'optimize': 'max', - }, - 'include_dirs': [ - '../third_party/skia/third_party/glu', - ], - 'sources': [ - '../third_party/skia/third_party/glu/sk_glu.h', - '../third_party/skia/third_party/glu/gluos.h', - '../third_party/skia/third_party/glu/libtess/dict-list.h', - '../third_party/skia/third_party/glu/libtess/dict.c', - '../third_party/skia/third_party/glu/libtess/dict.h', - '../third_party/skia/third_party/glu/libtess/geom.c', - '../third_party/skia/third_party/glu/libtess/geom.h', - '../third_party/skia/third_party/glu/libtess/memalloc.c', - '../third_party/skia/third_party/glu/libtess/memalloc.h', - '../third_party/skia/third_party/glu/libtess/mesh.c', - '../third_party/skia/third_party/glu/libtess/mesh.h', - '../third_party/skia/third_party/glu/libtess/normal.c', - '../third_party/skia/third_party/glu/libtess/normal.h', - '../third_party/skia/third_party/glu/libtess/priorityq-heap.h', - '../third_party/skia/third_party/glu/libtess/priorityq-sort.h', - '../third_party/skia/third_party/glu/libtess/priorityq.c', - '../third_party/skia/third_party/glu/libtess/priorityq.h', - '../third_party/skia/third_party/glu/libtess/render.c', - '../third_party/skia/third_party/glu/libtess/render.h', - '../third_party/skia/third_party/glu/libtess/sweep.c', - '../third_party/skia/third_party/glu/libtess/sweep.h', - '../third_party/skia/third_party/glu/libtess/tess.c', - '../third_party/skia/third_party/glu/libtess/tess.h', - '../third_party/skia/third_party/glu/libtess/tessmono.c', - '../third_party/skia/third_party/glu/libtess/tessmono.h', - ], - 'direct_dependent_settings': { - 'include_dirs': [ - '../third_party/skia/third_party/glu', - ], - }, - }, - { 'target_name': 'image_operations_bench', 'type': 'executable', 'dependencies': [ |