| 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 6e63493586a41e2f290eeccb8459d3e5e409a754..f585d92e7d644c451b3c8ea924724d29208cdcf6 100644
|
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| @@ -96,18 +96,11 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'egl_native',
|
| + '../../base/allocator/allocator.gyp:allocator',
|
| '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../../gpu/gpu.gyp:gles2_c_lib_nocheck',
|
| '../../third_party/expat/expat.gyp:expat',
|
| ],
|
| - 'conditions': [
|
| - # See http://crbug.com/162998#c4 for why this is needed.
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| 'defines': [
|
| 'GLES2_CONFORM_SUPPORT_ONLY',
|
| 'GTF_GLES20',
|
|
|