| 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 b2ebe14467477a685db4ba1245f821b8a52d0cbf..d34996e7f8d178b96cbe8fdf52c28d806518f868 100644
|
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| @@ -83,11 +83,6 @@
|
| 'egl_native',
|
| '../../third_party/khronos/khronos.gyp:khronos_headers',
|
| ],
|
| - 'conditions': [
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': ['../../build/linux/system.gyp:gtk'],
|
| - }],
|
| - ],
|
| 'sources': [
|
| 'native/main.cc',
|
| 'native/egl_native.cc',
|
| @@ -111,9 +106,6 @@
|
| '../../third_party/expat/expat.gyp:expat',
|
| ],
|
| 'conditions': [
|
| - ['toolkit_uses_gtk == 1', {
|
| - 'dependencies': ['../../build/linux/system.gyp:gtk'],
|
| - }],
|
| # See http://crbug.com/162998#c4 for why this is needed.
|
| # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
| ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
|
|
|