| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 18d38f94e0bee2c283e79559c645e4a4d3e10490..2875c8f0ebe3a416314392746769417d7542b176 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -250,6 +250,7 @@
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| + '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| '../media/media.gyp:media',
|
| @@ -304,6 +305,7 @@
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| + '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:gpu',
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| '../media/media.gyp:media',
|
| @@ -366,6 +368,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:gles2_c_lib',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gl_in_process_context',
|
|
|