xenia/src/xdb/sources.gypi
2014-08-15 22:02:09 -07:00

20 lines
334 B
Python

# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'sources': [
'debug_target.cc',
'debug_target.h',
'postmortem_debug_target.cc',
'postmortem_debug_target.h',
'protocol.h',
'xdb.cc',
'xdb.h',
'xdb_app.cc',
'xdb_app.h',
],
'includes': [
'sym/sources.gypi',
'ui/sources.gypi',
],
}