summaryrefslogtreecommitdiffstats
path: root/o3d/tests
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests')
-rw-r--r--o3d/tests/tests.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp
index 8942228..27e48a6 100644
--- a/o3d/tests/tests.gyp
+++ b/o3d/tests/tests.gyp
@@ -105,10 +105,16 @@
['renderer == "cb"',
{
'dependencies': [
+ '../gpu_plugin/gpu_plugin.gyp:np_utils',
+ ]
+ },
+ ],
+ ['renderer == "cb" and cb_service != "remote"',
+ {
+ 'dependencies': [
'../command_buffer/command_buffer.gyp:command_buffer_client_test',
'../command_buffer/command_buffer.gyp:command_buffer_common_test',
'../command_buffer/command_buffer.gyp:command_buffer_service_test',
- '../gpu_plugin/gpu_plugin.gyp:np_utils',
]
},
],