Files
Xenia-Canary/src/xenia/sources.gypi
2014-05-27 22:54:40 -07:00

41 lines
726 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'assert.h',
'atomic.h',
'byte_order.h',
'common.h',
'config.h',
'core.h',
'emulator.cc',
'emulator.h',
'export_resolver.cc',
'export_resolver.h',
'logging.cc',
'logging.h',
'malloc.cc',
'malloc.h',
'platform.cc',
'platform.h',
'platform_includes.h',
'profiling.cc',
'profiling.h',
'string.cc',
'string.h',
'types.h',
'xbox.h',
'xenia.h',
],
'includes': [
'apu/sources.gypi',
'core/sources.gypi',
'cpu/sources.gypi',
'debug/sources.gypi',
'gpu/sources.gypi',
'hid/sources.gypi',
'kernel/sources.gypi',
'ui/sources.gypi',
],
}