blob: 34c0528709ac8c4ffeb78e2177e269c509886ea9 [file] [log] [blame]
epoger@google.com1e8e0562011-06-07 14:48:41 +00001# 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#
epoger@google.com6714ea42012-10-25 16:32:07 +00009# Full documentation at https://sites.google.com/site/skiadocs/
epoger@google.com1e8e0562011-06-07 14:48:41 +000010#
11{
12 'targets': [
13 {
epoger@google.com6714ea42012-10-25 16:32:07 +000014 'target_name': 'alltargets',
epoger@google.com1e8e0562011-06-07 14:48:41 +000015 'type': 'none',
16 'dependencies': [
epoger@google.com6714ea42012-10-25 16:32:07 +000017 'gyp/everything.gyp:everything',
epoger@google.com9c875d32012-10-18 16:10:56 +000018 'gyp/most.gyp:most',
borenet@google.comdd3d08e2012-06-27 19:04:39 +000019 ],
epoger@google.com1e8e0562011-06-07 14:48:41 +000020 },
epoger@google.com1e8e0562011-06-07 14:48:41 +000021 ],
22}
23
24# Local Variables:
25# tab-width:2
26# indent-tabs-mode:nil
27# End:
28# vim: set expandtab tabstop=2 shiftwidth=2: