OLD | NEW |
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 'includes': [ 'record.gypi' ], | 6 'includes': [ 'record.gypi' ], |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 '../include/config', | 8 '../include/config', |
9 '../include/core', | 9 '../include/core', |
10 '../include/record', | 10 '../include/record', |
| 11 '../src/utils', |
11 ], | 12 ], |
12 'direct_dependent_settings': { | 13 'direct_dependent_settings': { |
13 'include_dirs': [ | 14 'include_dirs': [ |
14 '../include/record', # Public headers. | 15 '../include/record', # Public headers. |
15 ], | 16 ], |
16 }, | 17 }, |
17 }] | 18 }] |
18 } | 19 } |
OLD | NEW |