1 # Copyright 2015 Google Inc. 2 # 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 5 # GYP file to build experimental directory. 6 { 7 'targets': [ 8 { 9 'target_name': 'experimental', 10 'type': 'static_library', 11 'include_dirs': [ 12 '../include/config', 13 '../include/core', 14 ], 15 'sources': [ 16 '../experimental/SkSetPoly3To3.cpp', 17 '../experimental/SkSetPoly3To3_A.cpp', 18 '../experimental/SkSetPoly3To3_D.cpp', 19 ], 20 'direct_dependent_settings': { 21 'include_dirs': [ 22 '../experimental', 23 ], 24 }, 25 }, 26 ], 27 } 28