This doesn't really change anything yet, just moves things. Also fixed some bad over-including.
44 lines
910 B
Python
44 lines
910 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'async_request.cc',
|
|
'async_request.h',
|
|
'kernel_state.cc',
|
|
'kernel_state.h',
|
|
'module.cc',
|
|
'module.h',
|
|
'object_table.cc',
|
|
'object_table.h',
|
|
'xboxkrnl_debug.cc',
|
|
'xboxkrnl_debug.h',
|
|
'xboxkrnl_hal.cc',
|
|
'xboxkrnl_hal.h',
|
|
'xboxkrnl_io.cc',
|
|
'xboxkrnl_io.h',
|
|
'xboxkrnl_memory.cc',
|
|
'xboxkrnl_memory.h',
|
|
'xboxkrnl_misc.cc',
|
|
'xboxkrnl_misc.h',
|
|
'xboxkrnl_module.cc',
|
|
'xboxkrnl_module.h',
|
|
'xboxkrnl_nt.cc',
|
|
'xboxkrnl_nt.h',
|
|
'xboxkrnl_ordinals.h',
|
|
'xboxkrnl_private.h',
|
|
'xboxkrnl_rtl.cc',
|
|
'xboxkrnl_rtl.h',
|
|
'xboxkrnl_table.inc',
|
|
'xboxkrnl_threading.cc',
|
|
'xboxkrnl_threading.h',
|
|
'xboxkrnl_video.cc',
|
|
'xboxkrnl_video.h',
|
|
'xobject.cc',
|
|
'xobject.h',
|
|
],
|
|
|
|
'includes': [
|
|
'fs/sources.gypi',
|
|
'objects/sources.gypi',
|
|
],
|
|
}
|