xenia-canary/src/xenia/sources.gypi

31 lines
512 B
Plaintext
Raw Normal View History

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'assert.h',
'atomic.h',
'byte_order.h',
'common.h',
'config.h',
'core.h',
'logging.cc',
'logging.h',
'malloc.cc',
'malloc.h',
2013-02-09 06:07:38 +00:00
'platform.cc',
'platform.h',
'platform_includes.h',
2013-02-06 18:04:34 +00:00
'string.cc',
'string.h',
'types.h',
'xenia.h',
],
'includes': [
'core/sources.gypi',
'cpu/sources.gypi',
'dbg/sources.gypi',
'gpu/sources.gypi',
'kernel/sources.gypi',
],
}