diff options
author | zachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-22 13:29:20 +0000 |
---|---|---|
committer | zachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-22 13:29:20 +0000 |
commit | 904f86e6aae156df06c2d1a02cf7e91ecfda5d86 (patch) | |
tree | 36a9064f69560fb6206731eb793d2841dcd06b39 /gyp | |
parent | a54aaf7fba0dae99305715b8f9d46a875eb6b5a6 (diff) |
Revert "migrate skpdiff to tools"
This reverts commit 58a7ec70ce6b4548793a2ddc37c63d3d44edbc36.
git-svn-id: http://skia.googlecode.com/svn/trunk@10226 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 6387fc0aea..4cbdf4b1ba 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -21,7 +21,6 @@ 'render_pdfs', 'render_pictures', 'skdiff', - 'skpdiff', 'skhello', 'skimage', ], @@ -52,54 +51,6 @@ ], }, { - 'target_name': 'skpdiff', - 'type': 'executable', - 'sources': [ - '../tools/skpdiff/skpdiff_main.cpp', - '../tools/skpdiff/SkDiffContext.cpp', - '../tools/skpdiff/SkImageDiffer.cpp', - '../tools/skpdiff/SkPMetric.cpp', - '../tools/skpdiff/skpdiff_util.cpp', - '../tools/flags/SkCommandLineFlags.cpp', - ], - 'include_dirs': [ - '../tools/flags' - ], - 'dependencies': [ - 'skia_lib.gyp:skia_lib', - ], - 'cflags': [ - '-O3', - ], - 'conditions': [ - ['skia_opencl', { - 'sources': [ - '../tools/skpdiff/SkCLImageDiffer.cpp', - '../tools/skpdiff/SkDifferentPixelsMetric_opencl.cpp', - ], - 'conditions': [ - [ 'skia_os == "mac"', { - 'link_settings': { - 'libraries': [ - '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework', - ] - } - }, { - 'link_settings': { - 'libraries': [ - '-lOpenCL', - ], - }, - }], - ], - }, { # !skia_opencl - 'sources': [ - '../tools/skpdiff/SkDifferentPixelsMetric_cpu.cpp', - ], - }], - ], - }, - { 'target_name': 'skimagediff', 'type': 'executable', 'sources': [ |