mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
20 lines
334 B
Python
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',
|
|
],
|
|
}
|