Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index de9abffe0e45f6843ce5ba6ca97e649554dbba30..7abc0487d09e312873adc09810717279e53101e2 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -307,6 +307,13 @@ |
'../chrome/chrome.gyp:performance_ui_tests', |
'../gpu/gpu.gyp:gl_tests', |
], |
+ 'conditions': [ |
+ ['internal_gles2_conform_tests', { |
+ 'dependencies': [ |
+ '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test_windowless', |
+ ], |
+ }], # internal_gles2_conform |
Zhenyao Mo
2012/07/23 21:15:46
Just want to make sure: you only want to run this
greggman
2012/07/23 22:22:19
Thanks for pointing that out. Added the debug ones
|
+ ], |
}, # target_name: chromium_gpu_builder |
{ |
'target_name': 'chromium_gpu_debug_builder', |