Skeleton GPU files.
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'gpu-private.h',
|
||||
'gpu.cc',
|
||||
'gpu.h',
|
||||
'graphics_system.cc',
|
||||
'graphics_system.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'nop/sources.gypi',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'includes': [
|
||||
'd3d11/sources.gypi',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user