blob: adfd4623ae57889c34d8516031b5f8f069ec8a99 [file] [log] [blame]
commit-bot@chromium.org43337512014-04-21 17:08:19 +00001# 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}