| Index: gpu/gles2_conform_support/gles2_conform_support.gyp
|
| diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| index 45737d43467bb9349312428e32035fb96acc7501..d0ed80ad4d8938bc092544705d3f9bc063b5dcf8 100644
|
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| @@ -54,7 +54,7 @@
|
| 'egl_native',
|
| ],
|
| 'conditions': [
|
| - ['OS=="linux"', {
|
| + ['toolkit_uses_gtk == 1', {
|
| 'dependencies': ['../../build/linux/system.gyp:gtk'],
|
| }],
|
| ],
|
| @@ -76,7 +76,7 @@
|
| '<(DEPTH)/third_party/expat/expat.gyp:expat',
|
| ],
|
| 'conditions': [
|
| - ['OS=="linux"', {
|
| + ['toolkit_uses_gtk == 1', {
|
| 'dependencies': ['../../build/linux/system.gyp:gtk'],
|
| }],
|
| ],
|
|
|