skia2/gyp/record.gypi
commit-bot@chromium.org 4333751843 Add a .gypi to insulate Chrome from refactorings in src/record.
Rather than listing out sources explicitly in skia_library.gypi, I'll add this new .gypi to its includes.

BUG=skia:2378
R=fmalita@chromium.org, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/242733005

git-svn-id: http://skia.googlecode.com/svn/trunk@14282 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-04-21 17:08:19 +00:00

13 lines
402 B
Python

# Source list for SkRecord
# The parent gyp/gypi file must define
# 'skia_src_path' e.g. skia/trunk/src
# The Skia build defines this in common_variables.gypi.
{
'sources': [
'<(skia_src_path)/record/SkRecordDraw.cpp',
'<(skia_src_path)/record/SkRecordOpts.cpp',
'<(skia_src_path)/record/SkRecorder.cpp',
'<(skia_src_path)/record/SkRecording.cpp',
]
}