1# Top-level gyp configuration for Skia. 2# 3# Projects that use Skia should depend on one or more of the targets 4# defined here. 5# 6# More targets are defined within the gyp/ directory, but those are 7# not intended for external use and may change without notice. 8# 9# Full documentation at https://sites.google.com/site/skiadocs/ 10# 11{ 12 'targets': [ 13 { 14 'target_name': 'alltargets', 15 'type': 'none', 16 'dependencies': [ 17 'gyp/everything.gyp:everything', 18 'gyp/most.gyp:most', 19 ], 20 }, 21 ], 22} 23