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 | # |
| 9 | # Full documentation at http://code.google.com/p/skia/wiki/DocRoot |
| 10 | # |
| 11 | { |
| 12 | 'targets': [ |
| 13 | { |
| 14 | # Use this target to build everything provided by Skia. |
| 15 | 'target_name': 'all', |
| 16 | 'type': 'none', |
| 17 | 'dependencies': [ |
| 18 | 'gyp/bench.gyp:bench', |
| 19 | 'gyp/gm.gyp:gm', |
| 20 | 'gyp/SampleApp.gyp:SampleApp', |
| 21 | 'gyp/tests.gyp:tests', |
| 22 | 'gyp/tools.gyp:tools', |
djsollen@google.com | e7290ef | 2012-06-29 18:26:27 +0000 | [diff] [blame] | 23 | 'gyp/debugger.gyp:debugger', |
epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 24 | ], |
borenet@google.com | dd3d08e | 2012-06-27 19:04:39 +0000 | [diff] [blame] | 25 | 'conditions': [ |
borenet@google.com | 7ef3929 | 2012-07-18 14:59:54 +0000 | [diff] [blame] | 26 | ['skia_os == "android" and android_make_apk == 1', { |
borenet@google.com | dd3d08e | 2012-06-27 19:04:39 +0000 | [diff] [blame] | 27 | 'dependencies': [ |
| 28 | 'gyp/android_system.gyp:SkiaAndroidApp', |
| 29 | ], |
| 30 | }], |
| 31 | ], |
epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 32 | }, |
epoger@google.com | 1e8e056 | 2011-06-07 14:48:41 +0000 | [diff] [blame] | 33 | ], |
| 34 | } |
| 35 | |
| 36 | # Local Variables: |
| 37 | # tab-width:2 |
| 38 | # indent-tabs-mode:nil |
| 39 | # End: |
| 40 | # vim: set expandtab tabstop=2 shiftwidth=2: |