| epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 1 | # 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 | # | 
| Thiago Farina | 4c93a12 | 2015-02-03 13:12:54 -0200 | [diff] [blame] | 9 | # Full documentation at https://skia.org. | 
| epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 10 | # | 
 | 11 | { | 
 | 12 |   'targets': [ | 
 | 13 |     { | 
| epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 14 |       'target_name': 'alltargets', | 
| epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 15 |       'type': 'none', | 
 | 16 |       'dependencies': [ | 
| epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 17 |         'gyp/everything.gyp:everything', | 
| epoger@google.com | 9c875d3 | 2012-10-18 16:10:56 +0000 | [diff] [blame] | 18 |         'gyp/most.gyp:most', | 
| borenet@google.com | dd3d08e | 2012-06-27 19:04:39 +0000 | [diff] [blame] | 19 |       ], | 
| epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 20 |     }, | 
| epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 21 |   ], | 
 | 22 | } |