Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1206)

Unified Diff: build/all.gyp

Issue 10796101: Conditionally add the OpenGL ES 2.0 conformance tests to all.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index de9abffe0e45f6843ce5ba6ca97e649554dbba30..8f221bf0b2c10f23779666877993de2c1848b8c3 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
+ ],
}, # target_name: chromium_gpu_builder
{
'target_name': 'chromium_gpu_debug_builder',
@@ -315,6 +322,13 @@
'../chrome/chrome.gyp:gpu_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
+ ],
}, # target_name: chromium_gpu_debug_builder
{
'target_name': 'chromium_builder_qa',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698