| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index aabbdf685ef872ecff504e3b44837bee0ee5b797..a34beaa93ed26b5d7ec11c48a4c9da2153085413 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -616,6 +616,7 @@ source_set("test_support") {
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gl_in_process_context",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| "//gpu/skia_bindings",
|
| "//skia",
|
| "//testing/gmock",
|
| @@ -760,6 +761,7 @@ test("cc_unittests") {
|
| "//cc/surfaces",
|
| "//gpu",
|
| "//gpu:test_support",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| "//media",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| @@ -791,6 +793,7 @@ test("cc_perftests") {
|
| "//base",
|
| "//gpu",
|
| "//gpu:test_support",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| "//media",
|
| "//skia",
|
| "//testing/gmock",
|
|
|