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

Unified Diff: gyp/dm.gyp

Issue 179403010: Revert of Let DM run unit tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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 | « dm/DMTestTask.cpp ('k') | gyp/tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 55f5f9bd148a482186bd51aa38323140eba002bc..3cc51a09ba9991bcbc3ba8f33145e93d7b5e8c30 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -9,7 +9,6 @@
'include_dirs': [
'../dm',
'../gm',
- '../tests',
'../src/images',
'../src/lazy',
'../src/core',
@@ -19,11 +18,7 @@
'../src/utils/debugger',
'../tools',
],
- 'includes': [
- 'gmslides.gypi',
- 'pathops_unittest.gypi',
- 'tests.gypi',
- ],
+ 'includes': [ 'gmslides.gypi' ],
'sources': [
'../dm/DM.cpp',
'../dm/DMCpuTask.cpp',
@@ -35,7 +30,6 @@
'../dm/DMSerializeTask.cpp',
'../dm/DMTask.cpp',
'../dm/DMTaskRunner.cpp',
- '../dm/DMTestTask.cpp',
'../dm/DMTileGridTask.cpp',
'../dm/DMUtil.cpp',
'../dm/DMWriteTask.cpp',
« no previous file with comments | « dm/DMTestTask.cpp ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698