Chromium Code Reviews| 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:*', |
| ], |
| }] |
| } |