Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: gyp/tests.gyp

Issue 423073011: Stop building tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/most.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « gyp/most.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698