| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 93c4e191aae0ac03f306ac666c3ea27cb382c328..4a961a54b6657ee9e6950e03cc85c6151cac8b96 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -197,6 +197,8 @@
|
| 'test/test_context_provider.h',
|
| 'test/test_context_support.cc',
|
| 'test/test_context_support.h',
|
| + 'test/test_gles2_interface.cc',
|
| + 'test/test_gles2_interface.h',
|
| 'test/test_texture.cc',
|
| 'test/test_texture.h',
|
| 'test/test_tile_priorities.cc',
|
| @@ -213,6 +215,7 @@
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| + '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| '../media/media.gyp:media',
|
|
|