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

Unified Diff: gyp/dm.gyp

Issue 47773002: DM: add --pipe (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: epoger Created 7 years, 2 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/README ('k') | no next file » | 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 aa903a415d6ef67a4cf2061979bb37bf149f6226..80838a98ec8c224c1d7528cc4aad29a1337087fa 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -11,6 +11,7 @@
'../gm',
'../src/core',
'../src/effects',
+ '../src/pipe/utils/',
'../src/utils',
'../src/utils/debugger',
],
@@ -20,6 +21,7 @@
'../dm/DMComparisonTask.cpp',
'../dm/DMCpuTask.cpp',
'../dm/DMGpuTask.cpp',
+ '../dm/DMPipeTask.cpp',
'../dm/DMReplayTask.cpp',
'../dm/DMReporter.cpp',
'../dm/DMSerializeTask.cpp',
@@ -30,7 +32,7 @@
'../gm/gm.cpp',
'../gm/gm_expectations.cpp',
- # TODO: split these out as a library in src/utils/debugger.
+ '../src/pipe/utils/SamplePipeControllers.cpp',
'../src/utils/debugger/SkDebugCanvas.cpp',
'../src/utils/debugger/SkDrawCommand.cpp',
'../src/utils/debugger/SkObjectParser.cpp',
« no previous file with comments | « dm/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698