summaryrefslogtreecommitdiffstats
path: root/o3d/tests/tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests/tests.gyp')
-rw-r--r--o3d/tests/tests.gyp12
1 files changed, 9 insertions, 3 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp
index 890f729..b32dc5d 100644
--- a/o3d/tests/tests.gyp
+++ b/o3d/tests/tests.gyp
@@ -43,9 +43,6 @@
'../../native_client/src/shared/imc/imc.gyp:google_nacl_imc',
'../compiler/technique/technique.gyp:o3dTechnique',
'../compiler/technique/technique.gyp:o3dTechniqueTest',
- '../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',
'../core/core.gyp:o3dCore',
'../core/core.gyp:o3dCorePlatform',
'../core/core.gyp:o3dCoreTest',
@@ -217,6 +214,15 @@
],
},
],
+ ['cb_service != "none"',
+ {
+ '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',
+ ],
+ },
+ ],
],
},
],