ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 1 | # Copyright 2016 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | { |
| 6 | 'includes': [ |
| 7 | 'apptype_console.gypi', |
| 8 | ], |
brettw | 45d1b44 | 2016-09-06 12:43:55 -0700 | [diff] [blame] | 9 | 'variables': { |
| 10 | 'includes': [ 'skia_sources.gypi' ], |
| 11 | }, |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 12 | 'targets': [ |
| 13 | { |
| 14 | 'target_name': 'skslc', |
| 15 | 'type': 'executable', |
brettw | 45d1b44 | 2016-09-06 12:43:55 -0700 | [diff] [blame] | 16 | 'include_dirs': [ '<@(sksl_include_dirs)' ], |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 17 | 'sources': [ |
brettw | 45d1b44 | 2016-09-06 12:43:55 -0700 | [diff] [blame] | 18 | '<@(sksl_sources)', |
ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 19 | '../src/sksl/SkSLMain.cpp', |
| 20 | ], |
| 21 | 'configurations': { |
| 22 | 'Debug': { |
| 23 | 'defines': [ |
| 24 | 'DEBUG', |
| 25 | ], |
| 26 | }, |
| 27 | }, |
| 28 | }, |
| 29 | ], |
| 30 | } |