| Index: ui/gl/gl_tests.gyp
|
| diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp
|
| index efce4a3595fc0a48a2bbd634380d3a2180b195d0..4f7e2dd865626505637a4e4c7af3754454b969a0 100644
|
| --- a/ui/gl/gl_tests.gyp
|
| +++ b/ui/gl/gl_tests.gyp
|
| @@ -14,8 +14,6 @@
|
| 'test/run_all_unittests.cc',
|
| 'gpu_timing_unittest.cc',
|
| 'gl_api_unittest.cc',
|
| - 'gl_image_ref_counted_memory_unittest.cc',
|
| - 'gl_image_shared_memory_unittest.cc',
|
| ],
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/khronos',
|
| @@ -23,10 +21,8 @@
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/base.gyp:test_support_base',
|
| - '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| - '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl_test_support',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils',
|
|
|