mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
30 lines
516 B
Python
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',
|
|
],
|
|
}],
|
|
],
|
|
}
|