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