| # Build ALMOST everything provided by Skia; this should be the default target. |
| # This omits the following targets that many developers won't want to build: |
| # - debugger: this requires QT to build |
| # The minimal set of static libraries for basic Skia functionality. |
| 'SampleApp.gyp:SampleApp', |
| 'pathops_unittest.gyp:*', |
| # 'pdfviewer.gyp:pdfviewer', |
| ['skia_os == "android"', { |
| 'dependencies': [ 'android_system.gyp:SampleApp_APK' ], |
| 'dependencies!': [ 'SampleApp.gyp:SampleApp' ], |
| 'dependencies': ['iOSShell.gyp:iOSShell' ], |
| ['skia_os == "mac" or skia_os == "linux"', { |
| 'dependencies': [ 'nanomsg.gyp:*' ], |
| 'SampleApp.gyp:SampleApp', |