diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gpu.gyp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 0fb7581..87b17a7 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -221,6 +221,26 @@ ], }, { + 'target_name': 'gpu_plugin', + 'type': 'static_library', + 'dependencies': [ + '../base/base.gyp:base', + 'command_buffer_service', + ], + 'include_dirs': [ + '..', + ], + 'all_dependent_settings': { + 'include_dirs': [ + '..', + ], + }, + 'sources': [ + 'gpu_plugin/gpu_plugin.cc', + 'gpu_plugin/gpu_plugin.h', + ], + }, + { 'target_name': 'gpu_unittests', 'type': 'executable', 'dependencies': [ |