epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 1 | # Build EVERYTHING provided by Skia. |
| 2 | # (Start with the "most" target, and then add targets that we intentionally |
| 3 | # left out of "most". See most.gyp for an explanation of which targets are |
| 4 | # left out of "most".) |
| 5 | # |
| 6 | # We used to call this the 'all' target, but in SOME cases that |
| 7 | # conflicted with an automatically-generated 'all' target. |
| 8 | # See https://code.google.com/p/skia/issues/detail?id=932 |
| 9 | # |
| 10 | { |
| 11 | 'targets': [ |
| 12 | { |
| 13 | 'target_name': 'everything', |
| 14 | 'type': 'none', |
mtklein@google.com | d36522d | 2013-10-16 13:02:15 +0000 | [diff] [blame] | 15 | 'dependencies': [ |
| 16 | 'most.gyp:most', |
mtklein@google.com | d36522d | 2013-10-16 13:02:15 +0000 | [diff] [blame] | 17 | ], |
epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 18 | 'conditions': [ |
borenet@google.com | d30cb83 | 2013-08-24 15:50:43 +0000 | [diff] [blame] | 19 | ['skia_os in ("ios", "android", "chromeos") or (skia_os == "mac" and skia_arch_width == 32)', { |
epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 20 | # debugger is not supported on this platform |
| 21 | }, { |
scroggo@google.com | e917962 | 2013-11-14 15:46:25 +0000 | [diff] [blame] | 22 | 'dependencies': [ |
| 23 | 'debugger.gyp:debugger', |
| 24 | 'pdfviewer.gyp:pdfviewer', |
commit-bot@chromium.org | 44a3877 | 2013-12-05 13:45:19 +0000 | [diff] [blame] | 25 | #'v8.gyp:SkV8Example', |
commit-bot@chromium.org | 6f458fc | 2014-03-11 22:57:50 +0000 | [diff] [blame] | 26 | #'webtry.gyp:webtry', |
scroggo@google.com | e917962 | 2013-11-14 15:46:25 +0000 | [diff] [blame] | 27 | ], |
epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 28 | }], |
epoger@google.com | 6714ea4 | 2012-10-25 16:32:07 +0000 | [diff] [blame] | 29 | ], |
| 30 | }, |
| 31 | ], |
| 32 | } |