OLD | NEW |
---|---|
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'experimental', | 4 'target_name': 'experimental', |
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 'sources': [ | 10 'sources': [ |
11 '../experimental/SkSetPoly3To3.cpp', | 11 '../experimental/SkSetPoly3To3.cpp', |
12 '../experimental/SkSetPoly3To3_A.cpp', | 12 '../experimental/SkSetPoly3To3_A.cpp', |
13 '../experimental/SkSetPoly3To3_D.cpp', | 13 '../experimental/SkSetPoly3To3_D.cpp', |
14 ], | 14 ], |
15 'dependencies': [ | |
16 'SkiaExamples.gyp:HelloSkia' | |
sglez
2013/06/05 16:15:32
Is this OK?
This is the way I managed to have a ni
| |
17 ], | |
15 'direct_dependent_settings': { | 18 'direct_dependent_settings': { |
16 'include_dirs': [ | 19 'include_dirs': [ |
17 '../experimental', | 20 '../experimental', |
18 ], | 21 ], |
19 }, | 22 }, |
20 }, | 23 }, |
21 ], | 24 ], |
22 } | 25 } |
23 | 26 |
24 # Local Variables: | 27 # Local Variables: |
25 # tab-width:2 | 28 # tab-width:2 |
26 # indent-tabs-mode:nil | 29 # indent-tabs-mode:nil |
27 # End: | 30 # End: |
28 # vim: set expandtab tabstop=2 shiftwidth=2: | 31 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |