Index: gyp/tests.gyp |
diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
deleted file mode 100644 |
index 155207ed6f38703360ecf7c448f9ce9022b32e77..0000000000000000000000000000000000000000 |
--- a/gyp/tests.gyp |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-# GYP file to build unit tests. |
-{ |
- 'includes': [ |
- 'apptype_console.gypi', |
- ], |
- 'targets': [ |
- { |
- 'target_name': 'tests', |
- 'type': 'executable', |
- 'includes': [ |
- 'pathops_unittest.gypi', |
- 'tests.gypi', |
- ], |
- 'dependencies': [ 'tools.gyp:crash_handler' ], |
- 'sources': [ |
- '../tests/skia_test.cpp', |
- ], |
- 'conditions': [ |
- [ 'skia_android_framework == 1', { |
- 'libraries': [ |
- '-lskia', |
- ], |
- 'libraries!': [ |
- '-lz', |
- '-llog', |
- ], |
- }], |
- [ 'skia_gpu == 1', { |
- 'include_dirs': [ |
- '../src/gpu', |
- ], |
- }], |
- ], |
- }, |
- ], |
-} |