Moving all kernel files around just to fuck with whoever's keeping track ;)
This commit is contained in:
@@ -1,19 +1,71 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'async_request.cc',
|
||||
'async_request.h',
|
||||
'kernel.h',
|
||||
'kernel_module.cc',
|
||||
'kernel_module.h',
|
||||
'kernel_state.cc',
|
||||
'kernel_state.h',
|
||||
'modules.h',
|
||||
'shim_utils.h',
|
||||
'xex2.cc',
|
||||
'xex2.h',
|
||||
'xex2_info.h',
|
||||
'object_table.cc',
|
||||
'object_table.h',
|
||||
'xam_content.cc',
|
||||
'xam_content.h',
|
||||
'xam_info.cc',
|
||||
'xam_info.h',
|
||||
'xam_input.cc',
|
||||
'xam_input.h',
|
||||
'xam_module.cc',
|
||||
'xam_module.h',
|
||||
'xam_net.cc',
|
||||
'xam_net.h',
|
||||
'xam_notify.cc',
|
||||
'xam_notify.h',
|
||||
'xam_ordinals.h',
|
||||
'xam_private.h',
|
||||
'xam_table.inc',
|
||||
'xam_user.cc',
|
||||
'xam_user.h',
|
||||
'xam_video.cc',
|
||||
'xam_video.h',
|
||||
'xboxkrnl_audio.cc',
|
||||
'xboxkrnl_audio.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_modules.cc',
|
||||
'xboxkrnl_modules.h',
|
||||
'xboxkrnl_nt.cc',
|
||||
'xboxkrnl_nt.h',
|
||||
'xboxkrnl_ob.cc',
|
||||
'xboxkrnl_ob.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': [
|
||||
'xam/sources.gypi',
|
||||
'xboxkrnl/sources.gypi',
|
||||
'fs/sources.gypi',
|
||||
'objects/sources.gypi',
|
||||
'util/sources.gypi',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user