blob: e4d6bd67086ce81ea0056c8d9bddc52aa442fdf2 [file] [log] [blame]
mtklein@google.comd36522d2013-10-16 13:02:15 +00001# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
mtklein@google.comd36522d2013-10-16 13:02:15 +00002{
3 'includes': [ 'apptype_console.gypi' ],
4
5 'targets': [{
6 'target_name': 'dm',
7 'type': 'executable',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +00008 'includes': [
caryclark17f0b6d2014-07-22 10:15:34 -07009 'dm.gypi',
mtklein@google.comd36522d2013-10-16 13:02:15 +000010 ],
commit-bot@chromium.org120c9992014-05-16 18:11:51 +000011 'conditions': [
mtklein30bf3e22014-06-03 13:57:14 -070012 ['skia_android_framework', {
mtkleinbec36342014-06-03 15:38:18 -070013 'libraries': [ '-lskia' ],
mtklein30bf3e22014-06-03 13:57:14 -070014 }],
15 ['skia_poppler_enabled', {
16 'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
17 'defines': [ 'SK_BUILD_POPPLER' ],
18 'dependencies': [ 'poppler.gyp:*' ],
19 }],
commit-bot@chromium.org120c9992014-05-16 18:11:51 +000020 ],
mtklein@google.comd36522d2013-10-16 13:02:15 +000021 }]
22}