| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5aaed3d0fc6aadc99bb00338a3ec89f67bfe31f7..e65f5b590bc8a5a9b3e7dd9cc4c2fe7e9ff434bc 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -489,7 +489,7 @@
|
| 'conditions': [
|
| ['internal_gles2_conform_tests', {
|
| 'dependencies': [
|
| - '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
|
| + '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
|
| ],
|
| }], # internal_gles2_conform
|
| ['OS!="ios" and OS!="win"', {
|
| @@ -527,7 +527,7 @@
|
| 'conditions': [
|
| ['internal_gles2_conform_tests', {
|
| 'dependencies': [
|
| - '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
|
| + '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
|
| ],
|
| }], # internal_gles2_conform
|
| ['OS!="ios" and OS!="win"', {
|
|
|