2011-06-07 14:48:41 +00:00
|
|
|
# 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.
|
|
|
|
#
|
2015-02-03 15:12:54 +00:00
|
|
|
# Full documentation at https://skia.org.
|
2011-06-07 14:48:41 +00:00
|
|
|
#
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
2012-10-25 16:32:07 +00:00
|
|
|
'target_name': 'alltargets',
|
2011-06-07 14:48:41 +00:00
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2012-10-25 16:32:07 +00:00
|
|
|
'gyp/everything.gyp:everything',
|
2012-10-18 16:10:56 +00:00
|
|
|
'gyp/most.gyp:most',
|
2012-06-27 19:04:39 +00:00
|
|
|
],
|
2011-06-07 14:48:41 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|