4c93a12688
Point them to their equivalent in https://skia.org. BUG=None R=hcm@google.com, jcgregorio@google.com NOTRY=true Review URL: https://codereview.chromium.org/856353004
23 lines
503 B
Python
23 lines
503 B
Python
# 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.
|
|
#
|
|
# Full documentation at https://skia.org.
|
|
#
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'alltargets',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'gyp/everything.gyp:everything',
|
|
'gyp/most.gyp:most',
|
|
],
|
|
},
|
|
],
|
|
}
|