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

Side by Side Diff: gyp/record.gypi

Issue 331573004: Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put back Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « gyp/record.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Source list for SkRecord 1 # TODO: cleanup references in Chrome build and remove
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 { 2 {
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 } 3 }
OLDNEW
« no previous file with comments | « gyp/record.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698