1 { 2 'includes': [ 3 'common.gypi', 4 ], 5 'targets': [ 6 { 7 'target_name': 'experimental', 8 'type': 'static_library', 9 'include_dirs': [ 10 '../include/config', 11 '../include/core', 12 ], 13 'sources': [ 14 '../experimental/SkSetPoly3To3.cpp', 15 '../experimental/SkSetPoly3To3_A.cpp', 16 '../experimental/SkSetPoly3To3_D.cpp', 17 ], 18 'direct_dependent_settings': { 19 'include_dirs': [ 20 '../experimental', 21 ], 22 }, 23 }, 24 ], 25 } 26 27 # Local Variables: 28 # tab-width:2 29 # indent-tabs-mode:nil 30 # End: 31 # vim: set expandtab tabstop=2 shiftwidth=2: 32