xenia/src/xenia/gpu/sources.gypi
2013-10-07 19:58:24 -07:00

30 lines
516 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'command_buffer.h',
'gpu-private.h',
'gpu.cc',
'gpu.h',
'graphics_driver.cc',
'graphics_driver.h',
'graphics_system.cc',
'graphics_system.h',
'ring_buffer_worker.cc',
'ring_buffer_worker.h',
],
'includes': [
'nop/sources.gypi',
'ucode/sources.gypi',
'xenos/sources.gypi',
],
'conditions': [
['OS == "win"', {
'includes': [
#'d3d11/sources.gypi',
],
}],
],
}