xenia/src/xdb/sources.gypi

20 lines
334 B
Plaintext
Raw Normal View History

2014-08-09 19:32:16 +02:00
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'sources': [
2014-08-15 08:53:10 +02:00
'debug_target.cc',
'debug_target.h',
'postmortem_debug_target.cc',
'postmortem_debug_target.h',
'protocol.h',
2014-08-09 19:32:16 +02:00
'xdb.cc',
'xdb.h',
2014-08-15 05:36:00 +02:00
'xdb_app.cc',
'xdb_app.h',
2014-08-09 19:32:16 +02:00
],
'includes': [
2014-08-15 08:53:10 +02:00
'sym/sources.gypi',
2014-08-15 05:36:00 +02:00
'ui/sources.gypi',
2014-08-09 19:32:16 +02:00
],
}