2013-01-13 08:25:41 +01:00
|
|
|
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
|
|
|
{
|
|
|
|
|
'sources': [
|
2013-02-06 11:19:50 +01:00
|
|
|
'common.h',
|
|
|
|
|
'config.h',
|
|
|
|
|
'core.h',
|
2013-10-24 05:42:24 +02:00
|
|
|
'emulator.cc',
|
|
|
|
|
'emulator.h',
|
|
|
|
|
'export_resolver.cc',
|
|
|
|
|
'export_resolver.h',
|
2013-01-13 08:25:41 +01:00
|
|
|
'logging.cc',
|
2013-02-06 11:19:50 +01:00
|
|
|
'logging.h',
|
2013-01-13 08:25:41 +01:00
|
|
|
'malloc.cc',
|
2013-02-06 11:19:50 +01:00
|
|
|
'malloc.h',
|
2013-02-09 07:07:38 +01:00
|
|
|
'platform.cc',
|
2013-02-06 11:19:50 +01:00
|
|
|
'platform.h',
|
2014-05-28 07:54:40 +02:00
|
|
|
'profiling.cc',
|
|
|
|
|
'profiling.h',
|
2013-02-06 19:04:34 +01:00
|
|
|
'string.cc',
|
2013-02-06 11:19:50 +01:00
|
|
|
'string.h',
|
|
|
|
|
'types.h',
|
2013-10-24 05:42:24 +02:00
|
|
|
'xbox.h',
|
2013-02-06 11:19:50 +01:00
|
|
|
'xenia.h',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'includes': [
|
2013-10-24 05:42:24 +02:00
|
|
|
'apu/sources.gypi',
|
2013-02-06 11:19:50 +01:00
|
|
|
'core/sources.gypi',
|
|
|
|
|
'cpu/sources.gypi',
|
|
|
|
|
'gpu/sources.gypi',
|
2013-10-24 06:47:36 +02:00
|
|
|
'hid/sources.gypi',
|
2013-02-06 11:19:50 +01:00
|
|
|
'kernel/sources.gypi',
|
2014-01-15 07:40:02 +01:00
|
|
|
'ui/sources.gypi',
|
2013-01-13 08:25:41 +01:00
|
|
|
],
|
|
|
|
|
}
|