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