summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/gyp/skpskgr_test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/gyp/skpskgr_test.gyp')
-rwxr-xr-xchromium/third_party/skia/gyp/skpskgr_test.gyp40
1 files changed, 0 insertions, 40 deletions
diff --git a/chromium/third_party/skia/gyp/skpskgr_test.gyp b/chromium/third_party/skia/gyp/skpskgr_test.gyp
deleted file mode 100755
index 5af0bfb6965..00000000000
--- a/chromium/third_party/skia/gyp/skpskgr_test.gyp
+++ /dev/null
@@ -1,40 +0,0 @@
-# GYP file to build unit tests.
-{
- 'includes': [
- 'apptype_console.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'skpskgr_test',
- 'type': 'executable',
- 'suppress_wildcard': '1',
- 'include_dirs' : [
- '../src/core',
- '../src/effects',
- '../src/lazy',
- '../src/pathops',
- '../src/pdf',
- '../src/pipe/utils',
- '../src/utils',
- '../tools/',
- ],
- 'sources': [
- '../tests/SkpSkGrTest.cpp',
- '../tests/Test.cpp',
- '../tests/skia_test.cpp',
- '../tests/Test.h',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'flags.gyp:flags',
- ],
- 'conditions': [
- [ 'skia_gpu == 1', {
- 'include_dirs': [
- '../src/gpu',
- ],
- }],
- ],
- },
- ],
-}