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

Unified Diff: gyp/dm.gyp

Issue 179233005: DM: make GPU tasks multithreaded again. Big refactor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: default 1 GPU thread 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/DMWriteTask.cpp ('k') | gyp/utils.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 db509938dbc914e70231b72779cd0bef06b7ff0a..c96281aef6a1490f51ef49536d6c6f52768ef6db 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -29,9 +29,9 @@
'sources': [
'../dm/DM.cpp',
'../dm/DMBenchTask.cpp',
- '../dm/DMCpuTask.cpp',
+ '../dm/DMCpuGMTask.cpp',
'../dm/DMExpectationsTask.cpp',
- '../dm/DMGpuTask.cpp',
+ '../dm/DMGpuGMTask.cpp',
'../dm/DMPipeTask.cpp',
'../dm/DMReplayTask.cpp',
'../dm/DMReporter.cpp',
« no previous file with comments | « dm/DMWriteTask.cpp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698