| 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 d59706e2a7fd1fe6d6cce39dfa0199f4c9a67e68..b2ebe14467477a685db4ba1245f821b8a52d0cbf 100644
|
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| @@ -16,7 +16,6 @@
|
| 'bootstrap_sources_native': [
|
| 'native/egl_native_aura.cc',
|
| 'native/egl_native.cc',
|
| - 'native/egl_native_gtk.cc',
|
| 'native/egl_native_x11.cc',
|
| ],
|
| }],
|
| @@ -67,11 +66,6 @@
|
| 'egl_native',
|
| '../../third_party/khronos/khronos.gyp:khronos_headers',
|
| ],
|
| - 'conditions': [
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': ['../../build/linux/system.gyp:gtk'],
|
| - }],
|
| - ],
|
| 'sources': [
|
| '<@(bootstrap_sources_native)',
|
| ],
|
|
|