| 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 | # | 
| epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 9 | # Full documentation at https://sites.google.com/site/skiadocs/ | 
| 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 | } | 
 | 23 |  | 
 | 24 | # Local Variables: | 
 | 25 | # tab-width:2 | 
 | 26 | # indent-tabs-mode:nil | 
 | 27 | # End: | 
 | 28 | # vim: set expandtab tabstop=2 shiftwidth=2: |