| 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 18ad18b584e36f2745bb010304b96bc2cddae799..d59706e2a7fd1fe6d6cce39dfa0199f4c9a67e68 100644
|
| --- a/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
|
| @@ -35,14 +35,14 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| - '../../gpu/gpu.gyp:gpu',
|
| - '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check',
|
| '../../gpu/gpu.gyp:command_buffer_service',
|
| + '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check',
|
| + '../../gpu/gpu.gyp:gpu',
|
| '../../third_party/khronos/khronos.gyp:khronos_headers',
|
| + '../../ui/base/ui_base.gyp:ui_base',
|
| '../../ui/gfx/gfx.gyp:gfx',
|
| '../../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../../ui/gl/gl.gyp:gl',
|
| - '../../ui/ui.gyp:ui',
|
| ],
|
| 'sources': [
|
| 'egl/config.cc',
|
|
|