blob: 6e234932a8cdd589d33bdb131c1fbbe8313dcced [file] [log] [blame]
ethannicholasb3058bd2016-07-01 08:22:01 -07001# 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 ],
9 'targets': [
10 {
11 'target_name': 'skslc',
12 'type': 'executable',
13 'includes' : [
14 'sksl.gypi',
15 ],
16 'sources': [
17 '../src/sksl/SkSLMain.cpp',
18 ],
19 'configurations': {
20 'Debug': {
21 'defines': [
22 'DEBUG',
23 ],
24 },
25 },
26 },
27 ],
28}