2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2013-10-16 13:02:15 +00:00
|
|
|
# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
|
|
|
|
{
|
|
|
|
'includes': [ 'apptype_console.gypi' ],
|
|
|
|
|
|
|
|
'targets': [{
|
|
|
|
'target_name': 'dm',
|
|
|
|
'type': 'executable',
|
2014-02-26 16:31:22 +00:00
|
|
|
'includes': [
|
2014-07-22 17:15:34 +00:00
|
|
|
'dm.gypi',
|
2013-10-16 13:02:15 +00:00
|
|
|
],
|
2014-05-16 18:11:51 +00:00
|
|
|
'conditions': [
|
2014-06-03 20:57:14 +00:00
|
|
|
['skia_android_framework', {
|
2015-02-23 20:18:05 +00:00
|
|
|
'libraries': [
|
2016-02-12 16:44:39 +00:00
|
|
|
'skia_static.a',
|
2016-02-16 17:19:35 +00:00
|
|
|
'hwui_static.a',
|
2015-02-23 20:18:05 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../dm/DMSrcSinkAndroid.cpp',
|
|
|
|
],
|
2015-03-24 19:46:40 +00:00
|
|
|
'dependencies': [
|
2015-12-18 17:34:08 +00:00
|
|
|
'tools.gyp:android_utils',
|
2015-03-24 19:46:40 +00:00
|
|
|
],
|
2014-06-03 20:57:14 +00:00
|
|
|
}],
|
2014-05-16 18:11:51 +00:00
|
|
|
],
|
2013-10-16 13:02:15 +00:00
|
|
|
}]
|
|
|
|
}
|