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

Unified Diff: gyp/dm.gyp

Issue 206313003: SkRecord strawman (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: IsSmall -> IsLarge: pithier Created 6 years, 9 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/DMRecordTask.cpp ('k') | gyp/record.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 c96281aef6a1490f51ef49536d6c6f52768ef6db..6bce65afb3c0f2bb8d7ff36fb0338b191e52ba12 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -16,6 +16,7 @@
'../src/core',
'../src/effects',
'../src/pipe/utils/',
+ '../src/record',
'../src/utils',
'../src/utils/debugger',
'../tools',
@@ -33,6 +34,7 @@
'../dm/DMExpectationsTask.cpp',
'../dm/DMGpuGMTask.cpp',
'../dm/DMPipeTask.cpp',
+ '../dm/DMRecordTask.cpp',
'../dm/DMReplayTask.cpp',
'../dm/DMReporter.cpp',
'../dm/DMSerializeTask.cpp',
@@ -55,6 +57,7 @@
'flags.gyp:flags',
'jsoncpp.gyp:jsoncpp',
'gputest.gyp:skgputest',
+ 'record.gyp:*',
],
}]
}
« no previous file with comments | « dm/DMRecordTask.cpp ('k') | gyp/record.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698