Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # An experimental library for faster recording of SkCanvas commands. | |
| 2 { | |
| 3 'targets': [{ | |
| 4 'target_name': 'record', | |
| 5 'type': 'static_library', | |
| 6 'include_dirs': [ | |
| 7 '../include/config', | |
| 8 '../include/core', | |
| 9 ], | |
| 10 'sources': [ | |
| 11 '../src/record/SkRecorder.cpp', | |
| 12 ], | |
| 13 }] | |
| 14 } | |
| OLD | NEW |