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

Unified Diff: build/all.gyp

Issue 10826153: Change all to build gles2_conform_test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | no next file » | 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 da2bbfbbe25ab7bfd9634c0f5464b764d278126c..98b595a6a431ef8555e494308d7890a1b8bf6d4b 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -293,7 +293,7 @@
'conditions': [
['internal_gles2_conform_tests', {
'dependencies': [
- '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test_windowless',
+ '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
],
}], # internal_gles2_conform
],
@@ -308,7 +308,7 @@
'conditions': [
['internal_gles2_conform_tests', {
'dependencies': [
- '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test_windowless',
+ '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
],
}], # internal_gles2_conform
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698