summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-05 00:29:52 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-05 00:29:52 +0000
commit8dc1897f7431caffa7124f84630216df8b89bd70 (patch)
treedf7201c4cca29b7ae61c6d66f6ace99f472254ae /build
parent02595891e61a249a3d664a187223014bce4a044b (diff)
downloadchromium_src-8dc1897f7431caffa7124f84630216df8b89bd70.zip
chromium_src-8dc1897f7431caffa7124f84630216df8b89bd70.tar.gz
chromium_src-8dc1897f7431caffa7124f84630216df8b89bd70.tar.bz2
Change all to build gles2_conform_test
BUG=83382 Review URL: https://chromiumcodereview.appspot.com/10826153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp
index da2bbfb..98b595a 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
],