commit-bot@chromium.org | 4333751 | 2014-04-21 17:08:19 +0000 | [diff] [blame] | 1 | # Source list for SkRecord |
2 | # The parent gyp/gypi file must define | ||||
3 | # 'skia_src_path' e.g. skia/trunk/src | ||||
4 | # The Skia build defines this in common_variables.gypi. | ||||
5 | { | ||||
6 | 'sources': [ | ||||
7 | '<(skia_src_path)/record/SkRecordDraw.cpp', | ||||
8 | '<(skia_src_path)/record/SkRecordOpts.cpp', | ||||
9 | '<(skia_src_path)/record/SkRecorder.cpp', | ||||
10 | '<(skia_src_path)/record/SkRecording.cpp', | ||||
11 | ] | ||||
12 | } |