25 lines
491 B
Python
25 lines
491 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'emulator.cc',
|
|
'emulator.h',
|
|
'memory.cc',
|
|
'memory.h',
|
|
'profiling.cc',
|
|
'profiling.h',
|
|
'xbox.h',
|
|
# xenia_main.cc is purposefully omitted as it's used in another target.
|
|
],
|
|
|
|
'includes': [
|
|
'apu/sources.gypi',
|
|
'base/sources.gypi',
|
|
'cpu/sources.gypi',
|
|
'debug/sources.gypi',
|
|
'gpu/sources.gypi',
|
|
'hid/sources.gypi',
|
|
'kernel/sources.gypi',
|
|
'ui/sources.gypi',
|
|
],
|
|
}
|