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

Side by Side Diff: gyp/record.gyp

Issue 227673011: More SkRecord TODOs: (Closed) Base URL: https://skia.googlesource.com/skia.git@tests
Patch Set: Created 6 years, 8 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
OLDNEW
1 # An experimental library for faster recording of SkCanvas commands. 1 # An experimental library for faster recording of SkCanvas commands.
2 { 2 {
3 'targets': [{ 3 'targets': [{
4 'target_name': 'record', 4 'target_name': 'record',
5 'type': 'static_library', 5 'type': 'static_library',
6 'include_dirs': [ 6 'include_dirs': [
7 '../include/config', 7 '../include/config',
8 '../include/core', 8 '../include/core',
9 ], 9 ],
10 'direct_dependent_settings': {
11 'include_dirs': [
12 '../src/record',
13 ],
14 },
10 'sources': [ 15 'sources': [
11 '../src/record/SkRecorder.cpp', 16 '../src/record/SkRecorder.cpp',
12 ], 17 ],
13 }] 18 }]
14 } 19 }
OLDNEW
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/tests.gypi » ('j') | tests/RecorderTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698