aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-07-15 08:06:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-15 08:06:29 -0700
commit4524813cbc34368b640af7ad4a5ce6901d0a7388 (patch)
tree2ab3f871d7fec7019f027dd34c40fe6767a3d9a9 /gyp
parentf0c84407ae12e0483af26881ec9e22de97563fef (diff)
experimental: remove old PDF benchmarking tools
Diffstat (limited to 'gyp')
-rw-r--r--gyp/experimental.gyp31
1 files changed, 0 insertions, 31 deletions
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 8ea6f3d0f8..3cd5a59c24 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -23,36 +23,5 @@
],
},
},
- {
- 'target_name': 'multipage_pdf_profiler',
- 'type': 'executable',
- 'sources': [
- '../experimental/tools/multipage_pdf_profiler.cpp',
- '../experimental/tools/PageCachingDocument.cpp',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'pdf.gyp:pdf',
- 'tools.gyp:proc_stats',
- 'tools.gyp:sk_tool_utils',
- ],
- },
- {
- 'target_name': 'skp_to_pdf_md5',
- 'type': 'executable',
- 'sources': [
- '../experimental/tools/skp_to_pdf_md5.cpp',
- '../experimental/tools/SkDmuxWStream.cpp',
- ],
- 'include_dirs': [
- '../src/core',
- '../tools/flags',
- ],
- 'dependencies': [
- 'pdf.gyp:pdf',
- 'skia_lib.gyp:skia_lib',
- 'tools.gyp:sk_tool_utils',
- ],
- },
],
}